1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/cli_argv_dump.md

721 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true false false Fun - cli_argv_dump.fun — overview Documentation for cli_argv_dump.fun — overview Documentation for cli_argv_dump.fun — overview /documentation/examples/cli_argv_dump/ en
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

cli_argv_dump.fun — overview

What it shows

  • Prints argv/argc handling to demonstrate CLI arguments parsing at a low level.

How to run

  • export FUN_LIB_DIR="./lib"
  • ./build_debug/fun examples/cli_argv_dump.fun --foo bar 123
  • Or: fun examples/cli_argv_dump.fun --foo bar 123