1usage: cdecl [options] [command...] 2 cdecl [options] files... 3options: 4 --alt-tokens (-a) Print alternative tokens. 5 --color=WHEN (-k) Colorize output WHEN [default: not_file]. 6 --config=FILE (-c) Configuration file path [default: ~/.cdeclrc]. 7 --debug (-d) Print cdecl debug output. 8 --digraphs (-2) Print digraphs. 9 --east-const (-E) Print in "east const" form. 10 --explain (-e) Assume "explain" when no other command is given. 11 --explicit-ecsu=WHEN (-S) Print "class", "struct", "union" explicitly WHEN. 12 --explicit-int=WHEN (-I) Print "int" explicitly WHEN. 13 --file=FILE (-f) Read from FILE [default: stdin]. 14 --help (-h) Print this help and exit. 15 --interactive (-i) Force interactive mode. 16 --language=LANG (-x) Use LANG. 17 --no-config (-C) Suppress reading configuration file. 18 --no-prompt (-p) Suppress prompt. 19 --no-semicolon (-s) Suppress printing final semicolon for declarations. 20 --no-typedefs (-t) Suppress predefining standard types. 21 --output=FILE (-o) Write to FILE [default: stdout]. 22 --trigraphs (-3) Print trigraphs. 23 --version (-v) Print version and exit. 24 25Report bugs to: https://github.com/paul-j-lucas/cdecl/issues 26cdecl home page: https://github.com/paul-j-lucas/cdecl 27