rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Support/list command only shows parents and no options #200

Closed brandongregoryscott closed 3 years ago

brandongregoryscott commented 3 years ago

Fixes #199 List command only shows parents and no options

Removes some of the 'parent' command diffing logic, opting to get the initial list of commands from the CLI itself. Along with calling the CLI via its bin name in the package.json file, this allows the command to be be used with plugin CLIs as an added bonus