Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Apr 29, 2024
1 parent bb8cf80 commit 4269e24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cli/src/commands/test-validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class SetupCommand extends Command {
default: false,
}),
"skip-prover": Flags.boolean({
description: "Runs a test validator without starting a new prover service.",
description:
"Runs a test validator without starting a new prover service.",
default: false,
}),
"skip-system-accounts": Flags.boolean({
Expand All @@ -34,7 +35,8 @@ class SetupCommand extends Command {
exclusive: ["skip-prover"],
}),
"relax-indexer-version-constraint": Flags.boolean({
description: "Disables indexer version check. Only use if you know what you are doing.",
description:
"Disables indexer version check. Only use if you know what you are doing.",
default: false,
exclusive: ["skip-indexer"],
}),
Expand Down

0 comments on commit 4269e24

Please sign in to comment.