Add constants in UbiCli to hold the capitalized and lowercase forms, so they do not need to be specified per call to list/destroy.
4 lines
86 B
Ruby
4 lines
86 B
Ruby
# frozen_string_literal: true
|
|
|
|
UbiCli.list("pg", %w[location name id version flavor])
|