Files
ubicloud/cli-commands/ps.rb

9 lines
219 B
Ruby

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