aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-05-12 22:01:42 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-05-12 23:02:04 -0500
commit37fa2ad7fb69553ec37d5e4b46988feaca7f80f1 (patch)
treef4658a06ccf140db46e0f7f009181b3aa77fcf90 /README.md
parent8e052269c996ac1e50bce6643604ab8128e921c3 (diff)
downloadnimterop-clifile.tar.gz
nimterop-clifile.zip
Add CLI file featureclifile
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11952e8..48822ac 100644
--- a/README.md
+++ b/README.md
@@ -195,14 +195,14 @@ Nimterop also provides a [docs](https://nimterop.github.io/nimterop/docs.html) A
### Command line API
-The `toast` binary can also be used directly on the CLI, similar to `c2nim`. The `cPlugin()` interface
+The `toast` binary can also be used directly on the CLI, similar to `c2nim`. These flags can be specified on the command line or via a file, one or more flags per line, and the path provided to `toast` instead, or a combination. The file contents will be expanded in place.
Note: unlike the wrapper API, the `-p | --preprocess` flag is not enabled by default but is *highly* recommended.
```
> toast -h
Usage:
- main [optional-params] C/C++ source/header
+ main [optional-params] C/C++ source/header(s) and command line file(s)
Options:
-h, --help print this cligen-erated help
--help-syntax advanced: prepend,plurals,..