nim-confutils/confutils
Etan Kissling d784b823be
add `{.raises.}` annotation to `writeValue` (#88)
Tag `writeValue` override with `{.raises: [IOError].}`.
2023-08-19 18:31:42 +02:00
..
std use --mm: instead of --gc: and remove stddefects import (#85) 2023-06-08 13:12:32 +00:00
toml Bugfixes for the config file support 2022-03-04 23:24:58 +02:00
winreg add `{.raises.}` annotation to `writeValue` (#88) 2023-08-19 18:31:42 +02:00
cli_parser.nim reduce compiler warnings 2023-02-15 15:26:53 +07:00
cli_parsing_fuzzer.nim Add a helper module for fuzzing CLI parsers 2020-10-01 22:04:53 +03:00
config_file.nim annotate `parseCmdArg` with `{.raises.}` (#84) 2023-06-08 13:25:05 +00:00
defs.nim rm TaintedString for string; some proc -> func (#53) 2022-06-03 18:24:59 +00:00
shell_completion.nim return empty completion lines on unsupported `COMP_POINT` (#76) 2023-07-07 14:03:23 +03:00