Ed Page
c801e4e56e
fix!: Make ArgAction::Set the default
...
This removes the need for `TakesValue` bookkeeping for when we knew we
took values but didn't know how many we should take.
Fixes #2687
2022-08-05 13:31:33 -05:00
Ed Page
5f20fe1930
docs: Shift focus from takes_value to actions
2022-07-26 14:50:51 -05:00
Ed Page
4a9c4dee64
refactor(test): Make it easier to fork tests
2022-06-07 16:21:12 -05:00
Ed Page
7cdce9cabe
refactor(test): Use snapbox's diffs
2022-04-29 15:32:25 -05:00
Ed Page
e8010e79a9
refactor: Update app variables to cmd
2022-02-14 15:55:56 -06:00
Ed Page
c4144d7d6c
docs: Update App references to Command
2022-02-14 15:33:49 -06:00
Ed Page
045bf99ae0
test: Consolidate builder tests
...
This is prep for moving the derive tests. Besides organizing the test
folder for each API, this should reduce link time at the cost of
re-compiling more when a test changes.
2021-11-30 10:07:05 -06:00