Commit Graph

21 Commits

Author SHA1 Message Date
Tobias Koppers 8c6077c246 move to cli
add resetDescription
2022-01-14 13:19:48 +01:00
Nitin Kumar b86cfd7df9 feat: add `negatedDescription` property for negative flags 2021-12-12 15:15:59 +05:30
Nitin Kumar 5c76d8d39d feat: allow specific description for cli options 2021-12-12 15:15:39 +05:30
Tobias Koppers 6edeac3e54 use different symbol 2021-06-18 12:33:01 +02:00
Nitin Kumar a58c0a6b6e chore: improve clarity in description 2021-06-01 17:53:08 +05:30
Nitin Kumar ea9bfc70ac enhancement: improve description for reset type flags 2021-06-01 08:19:02 +05:30
Ivan Kopeykin 483d935560 fix CLI test 2020-08-16 13:29:28 +03:00
Nitin Kumar a3a78fb0c0 fix: improve processing of number type arguments 2020-07-07 20:48:29 +05:30
Tobias Koppers 3f9e6d5ec6 move tooling into separate repo, add type generation and test types 2020-04-21 09:25:38 +02:00
Tobias Koppers 2606babd2d allow to pass a custom/modified schema 2020-03-26 16:47:00 +01:00
Tobias Koppers 269c230a00 more tests, better errors 2020-03-26 16:41:50 +01:00
Tobias Koppers 9eb1cd0ac5 test and fix reset flag
exclude some deprecated options
improve reference support in compile-to-definitions
stricter schema linting
2020-03-26 11:39:00 +01:00
Tobias Koppers 25f2b4aabf get rid of helpers in schema
handle array + single items by default in cli args
sort schema one/any/allOf array by type
2020-03-26 09:48:21 +01:00
Tobias Koppers 4f0502f297 remove overwrite cli flag 2020-03-25 23:48:51 +01:00
Tobias Koppers 43aed43222 add path handling, dedupe, fix schema issue 2020-03-25 23:38:42 +01:00
Tobias Koppers 20a47ea8a2 refactor to avoid handlers in arguments, simplify code 2020-03-25 23:38:05 +01:00
Tobias Koppers 298d49e012 fix array handling bugs 2020-03-25 23:29:36 +01:00
Tobias Koppers 2cc8a2074f improve array handling, tests 2020-03-25 23:29:35 +01:00
Tobias Koppers 730f3d10a7 refactor to store full path 2020-03-25 23:29:32 +01:00
Tobias Koppers dcd7f3245d Improve arguments generation 2020-03-25 23:29:31 +01:00
Tobias Koppers c0c98f4254 move cli flag generation to runtime 2020-03-25 23:29:26 +01:00