Skip to content

Commit

Permalink
[Fixed] --define wasn't allowed for --list
Browse files Browse the repository at this point in the history
- So people couldn't use definitions and use --list

Fixes #288
  • Loading branch information
set-soft committed Sep 14, 2022
1 parent 199bb94 commit 23d46b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3544,7 +3544,7 @@ Usage:
kibot [-b BOARD] [-e SCHEMA] [-c CONFIG] [-d OUT_DIR] [-s PRE] [-D]
[-q | -v...] [-C | -i | -n] [-m MKFILE] [-A] [-g DEF] ...
[-E DEF] ... [TARGET...]
kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] --list
kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] [-E DEF] ... --list
kibot [-v...] [-b BOARD] [-d OUT_DIR] [-p | -P] --example
kibot [-v...] [--start PATH] [-d OUT_DIR] [--dry] [-t, --type TYPE]...
--quick-start
Expand Down
2 changes: 1 addition & 1 deletion kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
kibot [-b BOARD] [-e SCHEMA] [-c CONFIG] [-d OUT_DIR] [-s PRE] [-D]
[-q | -v...] [-C | -i | -n] [-m MKFILE] [-A] [-g DEF] ...
[-E DEF] ... [TARGET...]
kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] --list
kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] [-E DEF] ... --list
kibot [-v...] [-b BOARD] [-d OUT_DIR] [-p | -P] --example
kibot [-v...] [--start PATH] [-d OUT_DIR] [--dry] [-t, --type TYPE]...
--quick-start
Expand Down
3 changes: 2 additions & 1 deletion tests/yaml_samples/simple_position_csv_pre.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ kibot:

outputs:

- name: 'position'
- name: 'position_@UNITS@'
comment: 'Position file in @UNITS@ units'
type: position
dir: positiondir_@UNITS@
options:
Expand Down

0 comments on commit 23d46b9

Please sign in to comment.