nim-confutils/tests
jangko 6a56d01381 feature: add `ignore` property in addition to `hidden`
you can still set the value of a hidden option,
it just dont show up in the help text.

but using `ignore`, the is no chance you can set the value from cli.
2021-12-01 13:59:38 +02:00
..
config_files implement config file tests 2020-11-02 16:17:51 +02:00
fail add compile time check to detect duplicate abbr and duplicate name 2021-09-08 15:53:44 +03:00
cli_example.nim Fix #8 2019-11-08 15:55:25 +00:00
command_with_args.nim Display the default values of parameter in the help messages 2021-05-16 21:42:12 +03:00
issue_6.nim Fix #6 2019-11-08 16:28:04 +00:00
logger.nim Fix a test using obsolete pragmas 2020-03-24 17:31:05 +02:00
nested_commands.nim Bugfix: allow multiple positional arguments in sub-commands 2021-05-17 23:08:18 +03:00
test_all.nim feature: add `ignore` property in addition to `hidden` 2021-12-01 13:59:38 +02:00
test_config_file.nim implement config file tests 2020-11-02 16:17:51 +02:00
test_duplicates.nim add compile time check to detect duplicate abbr and duplicate name 2021-09-08 15:53:44 +03:00
test_envvar.nim fixes envvar Option[T] decoder 2020-10-29 13:52:16 +02:00
test_ignore.nim feature: add `ignore` property in addition to `hidden` 2021-12-01 13:59:38 +02:00
test_winreg.nim fixes winreg Option[T] decoder 2020-10-29 13:52:31 +02:00