Commit Graph
5 Commits
Author SHA1 Message Date
Nils AndresenandPatrik Svensson 49e8a980a7 Removed the additional registration of ICommand 2021-09-18 23:19:34 +02:00
Nils AndresenandPatrik Svensson c3510f3036 fixed 404 in documentation
links were pointing to ./commandApp, however
the generated page is ./commandapp
2021-09-08 12:02:01 +02:00
Nils AndresenandGitHub 32d7ea15bd Change LogCommandSettings to CommandSettings in example
Instead of `LogCommandSettings` for the `Settings` of the `HelloCommand`
2021-07-15 09:39:25 +02:00
Nils AndresenandPatrik Svensson 6b5b31957c Added a TypeRegistrar to CommandAppTester
exposed as a public property.
For convenience, and to keep the similarity to the real CommandApp
it is also available in the ctor of CommandAppTester.
2021-06-24 01:42:29 +02:00
Nils AndresenandPatrik Svensson b92827ce3d (#460) added an overload to AnsiConsole.Ask
that takes an additional default value.
2021-06-23 23:47:12 +02:00