commandline
commandline copied to clipboard
Usage attribute output format - missing spaces, missing lines
output of generated usage section need to be adjusted. see PR #376
- [x] output in C# is missing spaces (VB.NET has it) - see headfile.bin --> head file.bin - see -qfile.bin --> -q file.bin
- [ ] missing line between copyright and usage section
- [ ] missing line between "scenario lines"
C# output
VB output
Odd that VB and C# behave differently here.
- [x] output in C# is missing spaces (VB.NET has it) <-- already fixed since 2.0.257, see PR #390 - see headfile.bin --> head file.bin - see -qfile.bin --> -q file.bin