Files
ubicloud/cli-commands/fw.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("fw") do
banner "ubi fw command [...]"
post_banner "ubi fw (location/fw-name | fw-id) post-command [...]"
end
Unreloader.record_dependency(__FILE__, "cli-commands/fw")