ubid is an internal concept that users will not be familiar with. When the cli lists/shows objects, it uses the ubid when displaying the id, so users already understand that is the id, they never see the actual uuid. This should make the usage lines a bit more understandable.
9 lines
220 B
Ruby
9 lines
220 B
Ruby
# frozen_string_literal: true
|
|
|
|
UbiCli.base("fw") do
|
|
options("ubi fw subcommand [...]")
|
|
post_options("ubi fw location/(fw-name|_fw-id) subcommand [...]")
|
|
end
|
|
|
|
Unreloader.record_dependency(__FILE__, "cli-commands/fw")
|