DEV Community

Discussion on: Extendable heroes

Collapse
 
ikirker profile image
Ian Kirker

C.f. also Slack's magic-cli, their implementation of this, and their blog post about it.

Collapse
 
moopet profile image
Ben Sinclair

That's cool. I see they've taken the route of expecting subsequent commands to be in the same directory as the parent command, as opposed to git's "anywhere on your path" version.

That makes it easier to manage at the expense of being less easily customisable for non-privileged users.