[DOCs] Updated
This commit is contained in:
parent
921b04a396
commit
d36b039390
11
README.md
11
README.md
|
|
@ -5533,7 +5533,9 @@ Usage:
|
|||
[-q | -v...] [-L LOGFILE] [-C | -i | -n] [-m MKFILE] [-A] [-g DEF] ...
|
||||
[-E DEF] ... [-w LIST] [--banner N] [TARGET...]
|
||||
kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] [--banner N]
|
||||
[-E DEF] ... --list
|
||||
[-E DEF] [--config-outs] ... --list
|
||||
kibot [-v...] [-c PLOT_CONFIG] [--banner N] [-E DEF] [--only-names] ...
|
||||
--list-variants
|
||||
kibot [-v...] [-b BOARD] [-d OUT_DIR] [-p | -P] [--banner N] --example
|
||||
kibot [-v...] [--start PATH] [-d OUT_DIR] [--dry] [--banner N]
|
||||
[-t, --type TYPE]... --quick-start
|
||||
|
|
@ -5558,18 +5560,23 @@ Options:
|
|||
--banner N Display banner number N (-1 == random)
|
||||
-c CONFIG, --plot-config CONFIG The plotting config file to use
|
||||
-C, --cli-order Generate outputs using the indicated order
|
||||
--config-outs Configure all outputs before listing them
|
||||
-d OUT_DIR, --out-dir OUT_DIR The output directory [default: .]
|
||||
-D, --dont-stop Try to continue if an output fails
|
||||
-e SCHEMA, --schematic SCHEMA The schematic file (.sch/.kicad_sch)
|
||||
-E DEF, --define DEF Define preprocessor value (VAR=VAL)
|
||||
-g DEF, --global-redef DEF Overwrite a global value (VAR=VAL)
|
||||
-i, --invert-sel Generate the outputs not listed as targets
|
||||
-l, --list List available outputs (in the config file)
|
||||
-l, --list List available outputs (in the config file).
|
||||
You don't need to specify an SCH/PCB unless
|
||||
using --config-outs
|
||||
--list-variants List the available variants and exit
|
||||
-L, --log LOGFILE Log to LOGFILE using maximum debug level.
|
||||
Is independent of what is logged to stderr
|
||||
-m MKFILE, --makefile MKFILE Generate a Makefile (no targets created)
|
||||
-n, --no-priority Don't sort targets by priority
|
||||
-p, --copy-options Copy plot options from the PCB file
|
||||
--only-names Print only the names
|
||||
-P, --copy-and-expand As -p but expand the list of layers
|
||||
-q, --quiet Remove information logs
|
||||
-s PRE, --skip-pre PRE Skip preflights, comma separated or `all`
|
||||
|
|
|
|||
Loading…
Reference in New Issue