Skip to content

Commit 8ad30f5

Browse files
Fix trycmd output for new clap version
1 parent ceb6b0a commit 8ad30f5

51 files changed

Lines changed: 51 additions & 51 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/integration/_cases/bash_hook/bash_hook-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Options:
1616
warn, error]
1717
--quiet Do not print any output while preserving correct exit code. This
1818
flag is currently implemented only for selected subcommands.
19-
[aliases: silent]
19+
[aliases: --silent]
2020
--tag <KEY:VALUE> Add tags (key:value) to the event.
2121
--release <RELEASE> Define release version for the event.
2222
-h, --help Print help

tests/integration/_cases/build/build-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Options:
1919
warn, error]
2020
--quiet Do not print any output while preserving correct exit code. This
2121
flag is currently implemented only for selected subcommands.
22-
[aliases: silent]
22+
[aliases: --silent]
2323
-h, --help Print help
2424

2525
```

tests/integration/_cases/build/build-upload-help-macos.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Options:
3434
not provided, the current repository will be used.
3535
--quiet
3636
Do not print any output while preserving correct exit code. This flag is currently
37-
implemented only for selected subcommands. [aliases: silent]
37+
implemented only for selected subcommands. [aliases: --silent]
3838
--base-repo-name <base_repo_name>
3939
The name of the git repository to use for the upload (e.g. organization/repository). If
4040
not provided, the current repository will be used.

tests/integration/_cases/debug_files/debug_files-bundle-jvm-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
warn, error]
2121
--quiet Do not print any output while preserving correct exit code. This
2222
flag is currently implemented only for selected subcommands.
23-
[aliases: silent]
23+
[aliases: --silent]
2424
-h, --help Print help
2525

2626
```

tests/integration/_cases/debug_files/debug_files-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options:
2121
warn, error]
2222
--quiet Do not print any output while preserving correct exit code. This
2323
flag is currently implemented only for selected subcommands.
24-
[aliases: silent]
24+
[aliases: --silent]
2525
-h, --help Print help
2626

2727
```

tests/integration/_cases/debug_files/debug_files-no-subcommand.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options:
2121
warn, error]
2222
--quiet Do not print any output while preserving correct exit code. This
2323
flag is currently implemented only for selected subcommands.
24-
[aliases: silent]
24+
[aliases: --silent]
2525
-h, --help Print help
2626

2727
```

tests/integration/_cases/debug_files/not_windows/debug_files-upload-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Options:
3232
additional processable information (see other flags).
3333
--quiet Do not print any output while preserving correct exit code. This
3434
flag is currently implemented only for selected subcommands.
35-
[aliases: silent]
35+
[aliases: --silent]
3636
--id <ID> Search for specific debug identifiers.
3737
--require-all Errors if not all identifiers specified with --id could be found.
3838
--symbol-maps <PATH> Optional path to BCSymbolMap files which are used to resolve hidden

tests/integration/_cases/deploys/deploys-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options:
2121
warn, error]
2222
--quiet Do not print any output while preserving correct exit code. This
2323
flag is currently implemented only for selected subcommands.
24-
[aliases: silent]
24+
[aliases: --silent]
2525
-h, --help Print help
2626

2727
```

tests/integration/_cases/deploys/deploys-no-subcommand.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options:
2121
warn, error]
2222
--quiet Do not print any output while preserving correct exit code. This
2323
flag is currently implemented only for selected subcommands.
24-
[aliases: silent]
24+
[aliases: --silent]
2525
-h, --help Print help
2626

2727
```

tests/integration/_cases/events/events-help.trycmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Options:
1919
warn, error]
2020
--quiet Do not print any output while preserving correct exit code. This
2121
flag is currently implemented only for selected subcommands.
22-
[aliases: silent]
22+
[aliases: --silent]
2323
-h, --help Print help
2424

2525
```

0 commit comments

Comments
 (0)