Skip to content

Commit bc8a9c8

Browse files
lorenzsparkprime
authored andcommitted
Fixup for new flag in Go version
1 parent 3065270 commit bc8a9c8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test_cmd/eval.golden.stderr.golang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Available eval options:
1616
-J / --jpath <dir> Specify an additional library search dir
1717
-o / --output-file <file> Write to the output file rather than stdout
1818
-m / --multi <dir> Write multiple files to the directory, list files on stdout
19+
-c / --create-output-dirs Automatically creates all parent directories for files
1920
-y / --yaml-stream Write output as a YAML stream of JSON documents
2021
-S / --string Expect a string, manifest as plain text
2122
-s / --max-stack <n> Number of allowed stack frames

test_cmd/help.golden.stdout.golang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Available eval options:
1414
-J / --jpath <dir> Specify an additional library search dir
1515
-o / --output-file <file> Write to the output file rather than stdout
1616
-m / --multi <dir> Write multiple files to the directory, list files on stdout
17+
-c / --create-output-dirs Automatically creates all parent directories for files
1718
-y / --yaml-stream Write output as a YAML stream of JSON documents
1819
-S / --string Expect a string, manifest as plain text
1920
-s / --max-stack <n> Number of allowed stack frames

test_cmd/no_args.golden.stderr.golang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Available eval options:
1616
-J / --jpath <dir> Specify an additional library search dir
1717
-o / --output-file <file> Write to the output file rather than stdout
1818
-m / --multi <dir> Write multiple files to the directory, list files on stdout
19+
-c / --create-output-dirs Automatically creates all parent directories for files
1920
-y / --yaml-stream Write output as a YAML stream of JSON documents
2021
-S / --string Expect a string, manifest as plain text
2122
-s / --max-stack <n> Number of allowed stack frames

0 commit comments

Comments
 (0)