You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for the amazing library! By far the best CLI helper tool I’ve seen across all the ecosystems I’ve worked in.
Currently I’m using a YAML configuration file to define my arguments/subcommands. I tried to set the default_value using this method and it panicked with the following error:
thread '<main>' panicked at 'Unknown Arg setting 'default_value' in YAML file for arg 'n'', /Users/calebmer/.multirust/toolchains/stable/cargo/registry/src/github.com-88ac128001ac3a9a/clap-2.5.2/src/args/arg.rs:226
Process didn't exit successfully: `target/debug/accelerate` (exit code: 101)
The text was updated successfully, but these errors were encountered:
First off, thanks for the amazing library! By far the best CLI helper tool I’ve seen across all the ecosystems I’ve worked in.
Currently I’m using a YAML configuration file to define my arguments/subcommands. I tried to set the
default_value
using this method and it panicked with the following error:The text was updated successfully, but these errors were encountered: