Skip to content

Conversation

Matthiee
Copy link
Member

Fixes #51

var parser = new CommandLineParser();
parser.DiscoverCommands(Assembly.GetExecutingAssembly());

@Matthiee Matthiee added the enhancement New feature or request label Jul 19, 2020
@Matthiee Matthiee added this to the 0.3.vNext milestone Jul 19, 2020
@Matthiee Matthiee self-assigned this Jul 19, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jul 19, 2020

Codecov Report

Merging #66 into 0.3.1 will increase coverage by 0.20%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            0.3.1      #66      +/-   ##
==========================================
+ Coverage   89.64%   89.84%   +0.20%     
==========================================
  Files          43       44       +1     
  Lines        1139     1162      +23     
==========================================
+ Hits         1021     1044      +23     
  Misses        118      118              

@Matthiee Matthiee changed the base branch from master to 0.3.1 July 19, 2020 15:10
@Matthiee Matthiee merged commit 43ecf76 into 0.3.1 Jul 19, 2020
@Matthiee Matthiee deleted the 51_command_discovery branch July 19, 2020 15:11
Matthiee added a commit that referenced this pull request Aug 23, 2020
* Add Command Discovery (#66)

* Add command disoverer

* Add tests

* Improve Usage Printer and Usage Builder API (#68)

* Improve IUsageBuilder, IUsagePrinter
- Add errors
- Rework API

Fixes #64

* Improve error output
Update program

* Fix errors

* Make UsagePrinter virtual

* Improve styling

* Add NO_COLOR support (#69)

* Add support for NO_COLOR
fixes #52

* Update xml documentation

* Add tests

* Fix styling issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command discovery
2 participants