* Spaces around `|` between name and id. * `Get program help` -> `Get command help` * `private-subnet-id` -> `ps-id`
9 lines
216 B
Ruby
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")
|