-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: notations are seperated by only one space (#241)
- Loading branch information
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
tests/snapshots/integration__validate__help_notations.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
source: tests/validate.rs | ||
expression: data | ||
--- | ||
************ RUN ************ | ||
prog -h | ||
|
||
OUTPUT | ||
command cat >&2 <<-'EOF' | ||
USAGE: prog [OPTIONS] | ||
|
||
OPTIONS: | ||
-target <NAME> <arch><sub>-<os>-<abi> see the targets command | ||
-n <NUM> <num> volumes for input, '0' to prompt interactively | ||
--merge <PATH1> <PATH2> <BASE> <RESULT> Perform a three-way merge by providing paths for two modified versions of a file, the common origin of both modified versions and the output file to save merge results. | ||
-h, -help Print help | ||
|
||
EOF | ||
exit 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters