diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-19 21:20:27 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-19 21:20:27 -0600 |
| commit | ea6785500ad697bb13a546ecf29ecf52421bc633 (patch) | |
| tree | 43680dd352695c1a30701da56f08fe66e01da84d /README.md | |
| parent | cf372eb0614e7990ba00ee7daeb1864c247ad57e (diff) | |
| download | nimterop-ea6785500ad697bb13a546ecf29ecf52421bc633.tar.gz nimterop-ea6785500ad697bb13a546ecf29ecf52421bc633.zip | |
Fix #160 - toast should check wrapper
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,7 @@ Usage: Options(opt-arg sep :|=|spc): -h, --help print this cligen-erated help --help-syntax advanced: prepend,plurals,.. + -k, --check bool false check generated wrapper with compiler -d, --debug bool false enable debug output -D=, --defines= strings {} definitions to pass to preprocessor -l=, --dynlib= string "" Import symbols from library in specified Nim string @@ -103,6 +104,7 @@ Options(opt-arg sep :|=|spc): -m=, --mode= string "cpp" language parser: c or cpp --nim= string "nim" use a particular Nim executable (default: $PATH/nim) -c, --nocomments bool false exclude top-level comments from output + -o=, --output= string "" file to output content - default stdout -a, --past bool false print AST output -g, --pgrammar bool false print grammar --pluginSourcePath= string "" Nim file to build and load as a plugin |
