un-clever / cli-library

The unclever CLI library. Built for re-use
MIT License
0 stars 1 forks source link

Handle deep run and deep help #21

Open bradobro opened 22 hours ago

bradobro commented 22 hours ago

I can ask for a command's help with a prefix.

I can ask for a command's help with it's children help. (deep help)

I can make a command that receives it's container command as an arg (so I can make a command, e.g., help --deep or help --man).