mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 05:42:15 +08:00
8 lines
216 B
Ruby
8 lines
216 B
Ruby
# frozen_string_literal: true
|
|
|
|
UbiCli.base("kc") do
|
|
banner "ubi kc command [...]"
|
|
post_banner "ubi kc (location/kc-name | kc-id) post-command [...]"
|
|
end
|
|
|
|
Unreloader.record_dependency(__FILE__, "cli-commands/kc")
|