Skip to content

Commit

Permalink
Fix default value for --directory CLI argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrrr authored and ligurio committed Feb 18, 2022
1 parent c48049b commit 9be763b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ change log follows the conventions of
### Fixed

- Fix --cycle-search-timeout, --plot-timeout, and --max-plot-bytes CLI arguments
- Fix default value for --directory CLI argument

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/elle_cli/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
:parse-fn #(Integer/parseInt %)]
["-d" "--directory DIRECTORY"
"(Elle) Where to output files, if desired."
:default "store"]
:default nil]
["-p" "--plot-format PLOT-FORMAT"
"(Elle) Either 'png' or 'svg'."
:default :svg
Expand Down

0 comments on commit 9be763b

Please sign in to comment.