Patrik Svensson
c6210f75ca
Prevent endless loop in tokenization
...
Closes #198
2021-01-01 23:01:51 +01:00
Patrik Svensson
b81739567b
Fix argument order in help
...
Closes #188
2021-01-01 13:43:28 +01:00
Patrik Svensson
5cf41725a5
Do not split remaining args on space
...
Closes #186
2021-01-01 12:19:37 +01:00
Patrik Svensson
79742ce9e3
Parse quoted strings correctly
...
When parsing quoted strings, space was not handled
properly in remaining arguments.
Fixes #186
2020-12-30 18:43:29 +01:00
Patrik Svensson
241423dd16
Do not truncate command table
...
Temporary fix for commands not showing up if they
are missing a description. This is really a bug in the table
rendering and should be fixed there at some point.
Closes #192
2020-12-30 18:43:29 +01:00
Patrik Svensson
0ae419326d
Add Spectre.Cli to Spectre.Console
...
* Renames Spectre.Cli to Spectre.Console.Cli.
* Now uses Verify with Spectre.Console.Cli tests.
* Removes some duplicate definitions.
Closes #168
2020-12-28 17:28:03 +01:00