Skip to content

Commit

Permalink
docs: better sample command
Browse files Browse the repository at this point in the history
another-guy committed Dec 30, 2024
1 parent de8eccd commit 813d2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/command-mono-run-many.ts
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ const cmd: CliOption = {
long: `cmd`,
codeName: `command`,
description: `the command to run.`,
exampleValue: `"git pull"`,
exampleValue: `"git branch --show-current"`,
};

const sequentially: CliOption = {

0 comments on commit 813d2cd

Please sign in to comment.