Cronologia Commit

Autore SHA1 Messaggio Data
  Sam Jaffe 39c21e8885 refactor: show usage instead of throwing on missing action 2 anni fa
  Sam Jaffe 1e017de306 feat: enable recursive actions using boost 2 anni fa
  Sam Jaffe bd4d14a565 refactor: allow filling out Action elements of main args, instead of using them as stubs 2 anni fa
  Sam Jaffe c63c9c7adf refactor: inject parent context into Action 2 anni fa
  Sam Jaffe 0e3ad59a3d refactor: move WithDefault::operator T to impl file 2 anni fa
  Sam Jaffe c6f998e176 refactor: use Impl directly in Action callback gen 2 anni fa
  Sam Jaffe 23c61f9236 test: add test for generator methods 2 anni fa
  Sam Jaffe 378d34581e Merge branch 'feat/multi' into main 3 anni fa
  Sam Jaffe 5a2b126925 chore: make the xcscheme cleanable 3 anni fa
  Sam Jaffe b8eb3f2714 refactor: implement program args string parse in terms of string-utils 3 anni fa
  Sam Jaffe 09d96bf6ca refactor: clean up the implementation of container parsing by using traits 3 anni fa
  Sam Jaffe 1948e00ed1 feat: add handling for map<string, V> 3 anni fa
  Sam Jaffe 3a5f782dc8 bugfix: don't allow mixing of rest() and action() 3 anni fa
  Sam Jaffe 55b229841c feat: add initializer_list based construction for default arguments 3 anni fa
  Sam Jaffe 463d5781a6 cleanup: use name importing 3 anni fa
  Sam Jaffe f206362a2d docs: add example demonstrating new features in a partial implementation of a git command spec 3 anni fa
  Sam Jaffe 399c4424d4 feat: pass through rest() to an argument handler. 3 anni fa
  Sam Jaffe abb2f7b961 feat: specify options/flags that are only one letter. 3 anni fa
  Sam Jaffe fe2d3903e7 feat: add binding for deferred default values 3 anni fa
  Sam Jaffe 10594bc883 feat: add support for actions, allowing the construction of hierarchical design in argparsing 3 anni fa
  Sam Jaffe d978fd8d9f Merge branch 'feat/defval/print' into main 4 anni fa
  Sam Jaffe 06275fe60a Add test coverage 4 anni fa
  Sam Jaffe d613e83598 Print out simple default values. 4 anni fa
  Sam Jaffe 1912ca6d03 Merge branch 'test' into main 4 anni fa
  Sam Jaffe 0daa6c79c7 Fix exception thrower for parsing 4 anni fa
  Sam Jaffe 28c9b19de7 Test repeatable arguments. 4 anni fa
  Sam Jaffe fb2626a821 Cover the rest of the usecases for arguments. 4 anni fa
  Sam Jaffe d26633dd30 Add a readme and a way to get argument overflow. 4 anni fa
  Sam Jaffe d8af8f0c92 Adding more tests. 4 anni fa
  Sam Jaffe 8205ddb5e0 Fix bug in flag checking for --no-*. 4 anni fa