burmilla / os

Tiny Linux distro that runs the entire OS as Docker containers
https://burmillaos.org
Apache License 2.0
210 stars 13 forks source link

Missing entries in `ros` CLI help #170

Closed gramian closed 6 months ago

gramian commented 9 months ago

BurmillaOS Version: 2.0.0-rc1

I found three missing entries in the ros CLI help:

I think here: Usage: "don't pull console image" should be Usage: "don't pull engine image"; test by ros engine switch -h.

And here a sub-object for the service sub-command is missing, ie ros service; test by running ros -h.

Should here for the ros service rm -v maybe the full-length option name volumes be added? Test by ros service rm -h.

The ros service down command (see here) is not listed in the CLI help; test by ros service -h and ros service down -h.

The ros install --rollback option (see here) is hidden in the CLI help; test by ros install -h.