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