dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

Rewrite command discovery and command list #198

Closed tomdye closed 6 years ago

tomdye commented 6 years ago

Enhancement

When working on the command list POC I came across issues with the current CLI implementation which have been raised. I feel that it is time to rewrite the command discovery portion of the CLI to make it easier to combine installed commands, available commands and built in commands into a single output that the user can work with. I believe that our cli interfaces are stable enough to support this rewrite and that it will make future changes to the cli much more straight forward to implement.

Planned changes

Linked: https://github.com/dojo/cli/issues/196 https://github.com/dojo/cli/issues/197

agubler commented 6 years ago

@tomdye is this done?

agubler commented 6 years ago

@tomdye ping... Has this been completed?

tomdye commented 6 years ago

Will raise a new issue to simplify built in command changes, this can be closed

tomdye commented 6 years ago

Closed via: https://github.com/dojo/cli/pull/200