#56Help Command shall only print help and usage as detailled output
Samengevoegd
shimattaheeft 4 commits samengevoegd van shimatta/feature/#55-help-command-shall-only-print-help-and-usage-as-derailled-output naar shimatta/develop4 jaren geleden
Added arguments to the help command to print the detailled usage text when the command is passed to the help command as argument.
e.g.
```
help cmd1
```
output:
```
Help for command: cmd1 (1)
cmd1 does one less than cmd2
Usage:
cmd1 [options]
foo: activare preBar
```
close #55
fix #55
+ improved documentation and code style
Added arguments to the help command to print the detailled usage text when the command is passed to the help command as argument.
e.g.
output:
close #55 fix #55