Files
ubicloud/cli-commands/ps.rb
2025-02-19 10:25:42 -08:00

9 lines
222 B
Ruby

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