pokanop / nostromo

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

Support updating commands and subs on CLI #22

Closed saheljalal closed 2 years ago

saheljalal commented 4 years ago

nostromo only provides add and remove for managing aliases and it's implied that add will just update a command, even one in the middle of a tree without clearing the children. Alternatively, users can just edit the manifest file directly to make updates but it may not be ideal.

It should be more explicit about this and can provide an update method similarly that will update properties of a command at a key path.