Files
ubicloud/cli-commands/ps.rb
Jeremy Evans 9fc326c965 Minor CLI help improvements
* Spaces around `|` between name and id.

* `Get program help` -> `Get command help`

* `private-subnet-id` -> `ps-id`
2025-03-13 09:20:15 -07:00

9 lines
216 B
Ruby

# frozen_string_literal: true
UbiCli.base("ps") do
banner "ubi ps command [...]"
post_banner "ubi ps (location/ps-name | ps-id) post-command [...]"
end
Unreloader.record_dependency(__FILE__, "cli-commands/ps")