Skip to content

Commit 66358d1

Browse files
committed
Remove default unflatten output-name
1 parent a62361f commit 66358d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/help/unflatten/expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ optional arguments:
3333
Defaults to utf8.
3434
-o OUTPUT_NAME, --output-name OUTPUT_NAME
3535
Name of the outputted file. Will have an extension
36-
appended as appropriate. Defaults to unflattened.json
36+
appended as appropriate.
3737
-c CELL_SOURCE_MAP, --cell-source-map CELL_SOURCE_MAP
3838
Path to write a cell source map to. Will have an
3939
extension appended as appropriate.

flattentool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def create_parser():
124124
help="Encoding of the input file(s) (only relevant for CSV). This can be any encoding recognised by Python. Defaults to utf8.")
125125
parser_unflatten.add_argument(
126126
"-o", "--output-name",
127-
help="Name of the outputted file. Will have an extension appended as appropriate. Defaults to unflattened.json")
127+
help="Name of the outputted file. Will have an extension appended as appropriate.")
128128
parser_unflatten.add_argument(
129129
"-c", "--cell-source-map",
130130
help="Path to write a cell source map to. Will have an extension appended as appropriate.")

0 commit comments

Comments
 (0)