diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-12 22:01:42 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-12 23:02:04 -0500 |
| commit | 37fa2ad7fb69553ec37d5e4b46988feaca7f80f1 (patch) | |
| tree | f4658a06ccf140db46e0f7f009181b3aa77fcf90 /README.md | |
| parent | 8e052269c996ac1e50bce6643604ab8128e921c3 (diff) | |
| download | nimterop-clifile.tar.gz nimterop-clifile.zip | |
Add CLI file featureclifile
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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,.. |
