pokanop / nostromo

👽 CLI for building powerful aliases and tools
https://nostromo.sh/
MIT License
142 stars 8 forks source link

Disable command subtrees using command flag #43

Closed saheljalal closed 2 years ago

saheljalal commented 2 years ago

Resolves #25

Add Disabled property on Command type which prevents a command or any sub-command from being executed.

This feature will allow for dealing with collisions when there are multiple manifests supported.