clerc icon indicating copy to clipboard operation
clerc copied to clipboard

Add sub-command support

Open tianyingchun opened this issue 6 months ago • 2 comments

tianyingchun avatar Jun 19 '25 10:06 tianyingchun

Clerc already supports subcommands now. Just use spaces

e.g.

defineCommand('parent children')

so1ve avatar Jun 19 '25 13:06 so1ve

but it should like command can use e.g. command git commit

  1. help git --> should give nice command message (now give error, command not found)
  2. help git commit ---> should give nice message for commit subcommand.

tianyingchun avatar Jun 20 '25 02:06 tianyingchun