Skip to content

Commit

Permalink
Update usage in --help
Browse files Browse the repository at this point in the history
See: #74.
  • Loading branch information
moodmosaic committed Jan 17, 2025
1 parent 1a4296c commit 39cffec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("Command-line arguments handling", () => {
const helpMessage = `
rv v${version}
Usage: ./rv <path-to-clarinet-project> <contract-name> <type> [--seed=<seed>] [--path=<path>] [--runs=<runs>]
Usage: rv <path-to-clarinet-project> <contract-name> <type> [--seed=<seed>] [--path=<path>] [--runs=<runs>]
Positional arguments:
path-to-clarinet-project - The path to the Clarinet project.
Expand Down
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const logger = (log: string, logLevel: "log" | "error" | "info" = "log") => {
const helpMessage = `
rv v${version}
Usage: ./rv <path-to-clarinet-project> <contract-name> <type> [--seed=<seed>] [--path=<path>] [--runs=<runs>]
Usage: rv <path-to-clarinet-project> <contract-name> <type> [--seed=<seed>] [--path=<path>] [--runs=<runs>]
Positional arguments:
path-to-clarinet-project - The path to the Clarinet project.
Expand Down

0 comments on commit 39cffec

Please sign in to comment.