Function rusty_dumb_tools::demo::run_demo
source ยท pub fn run_demo(in_args: Option<Vec<&str>>)Expand description
run the demo, which is a command-line program that allows you to choose from a list of sub-demos
in_args- if None, parse arguments from command-line; otherwise, parse fromin_args.
sub-demos:
calc: seecrate::demo::demo_calc::handle_demo_calccalc-repl: seecrate::demo::demo_calc::handle_demo_calc_replltemp: seecrate::demo::demo_ltemp::handle_demo_ltemplblscreen: seecrate::demo::demo_lblscreen::handle_demo_lblscreenarg: seecrate::demo::demo_arg::handle_demo_arg