aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-12-19 21:20:27 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-12-19 21:20:27 -0600
commitea6785500ad697bb13a546ecf29ecf52421bc633 (patch)
tree43680dd352695c1a30701da56f08fe66e01da84d /README.md
parentcf372eb0614e7990ba00ee7daeb1864c247ad57e (diff)
downloadnimterop-ea6785500ad697bb13a546ecf29ecf52421bc633.tar.gz
nimterop-ea6785500ad697bb13a546ecf29ecf52421bc633.zip
Fix #160 - toast should check wrapper
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 502688e..67689b3 100644
--- a/README.md
+++ b/README.md
@@ -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