Example CLI with various Clap features

This is an example to show the features of the web UI generator for Rust cli tool built with Clap

(-s, --string-field)
(-d, --string-default)
(-c, --counter-field) (flag will be repeated N times)
(-b, --bool-field)
(-i, --int-field)
(-e, --enum-field)
(-v, --vec-field)
(-u, --uint-field)
(-o, --optional-field)
(-f, --flag-field)

Subcommands

No output yet. Fill in the form and click "Run".