From d36b0393900bf382f0c78a662f72666766902635 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 17 May 2023 11:18:13 -0300 Subject: [PATCH] [DOCs] Updated --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85632945..80f9bb8c 100644 --- a/README.md +++ b/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`