arkham/examples
Joe Bellus 4e0ba0efc3 Merge branch '1-root-level-description' into 'v0.1.1'
Added App::long_desc(self) which sets the root level description

See merge request arkham/arkham!1
2021-11-13 06:48:39 +00:00
..
config.rs Config files can be loaded and used in conjunction with command line opts. Config file loading is behind features for JSON and TOML loading. Config files can be used to automatically provide defined CLI opts as well as arbitrary data, all of which can be retrieved from the get_value functions in the Context given to handler functions. 2021-06-21 01:24:32 +00:00
config.toml Config files can be loaded and used in conjunction with command line opts. Config file loading is behind features for JSON and TOML loading. Config files can be used to automatically provide defined CLI opts as well as arbitrary data, all of which can be retrieved from the get_value functions in the Context given to handler functions. 2021-06-21 01:24:32 +00:00
fib.rs Merge branch '1-root-level-description' into 'v0.1.1' 2021-11-13 06:48:39 +00:00
tasks.rs Core app foundation/opt parsing 2021-06-19 03:20:29 -04:00