clap/tests/fixtures
patrick-gu 9b64ac2b45 Refactor creation of App and Arg from YAML
Improved the `impl`s of `From` for `&'help Yaml` to use expects with useful messages instead of unwraps. Also made changes to avoid potentially fetching redundant data from YAML hashes and unwrapping the same data multiple times. Finally, there are tests to ensure the panics are correct.
2021-07-25 15:24:43 -07:00
..
app.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
app_2space.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
app_field_not_string.yaml Refactor creation of App and Arg from YAML 2021-07-25 15:24:43 -07:00
app_regex.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
app_regex_invalid.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
app_setting_invalid.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
arg_field_not_string.yaml Refactor creation of App and Arg from YAML 2021-07-25 15:24:43 -07:00
arg_not_hash.yaml Refactor creation of App and Arg from YAML 2021-07-25 15:24:43 -07:00
arg_setting_invalid.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
extra_fields.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
extra_fields_invalid_app.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
extra_fields_invalid_arg.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
field_not_hash.yaml Refactor creation of App and Arg from YAML 2021-07-25 15:24:43 -07:00
name_not_string.yaml Refactor creation of App and Arg from YAML 2021-07-25 15:24:43 -07:00
not_hash.yaml Refactor creation of App and Arg from YAML 2021-07-25 15:24:43 -07:00