Skip to content

Commit

Permalink
Refactor public API (#39)
Browse files Browse the repository at this point in the history
* Add parseKnownArgs and parseArgs to CLI

* Forward CLI(Config config, COMMANDS...).main to CLI(Config config, COMMAND).main

* Deprecate CLI(Config config)

* Deprecate Main

* Deprecate parseCLIKnownArgs and parseCLIArgs

* Revert deletion of compile time example

* Remove parenthesis

* Add unit tests for CLI!T.parseArgs

* Update readme
  • Loading branch information
andrey-zherikov authored Apr 24, 2022
1 parent e433a35 commit ab8195b
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 248 deletions.
Loading

0 comments on commit ab8195b

Please sign in to comment.