nickthecook / ops

The operations team for your project.
GNU General Public License v3.0
50 stars 1 forks source link

Print available builtins + actions when run with no args #5

Closed nickthecook closed 4 years ago

nickthecook commented 4 years ago
$ ops
Available commands:

- up: installs dependencies and starts services on which this project depends
- down: ...
- start: Starts the container
- stop: ...

Add a description field to Action so the user can define a description, which ops will print when run with no args. If description is not defined, fall back to printing the command.

nickthecook commented 4 years ago

Fixed in 0.2.3.