perpetualintelligence/terminal

pi-cli should provide a default HelpRunner

Closed this issue · 1 comments

The default OOTB Help Runner is missing. This runner should list the command syntax and all its arguments including any constraints.

App authors can then register the help runner in their terminals.

E.g.

myorg --help

myorg mygrp mycmd --help

Defualt help is provided with --help or -h.