lib/kontena/cli/grids/trusted_subnet_command.rb in kontena-cli-0.15.5 vs lib/kontena/cli/grids/trusted_subnet_command.rb in kontena-cli-0.16.0.pre1
- old
+ new
@@ -2,10 +2,10 @@
require_relative 'trusted_subnets/list_command'
require_relative 'trusted_subnets/add_command'
require_relative 'trusted_subnets/remove_command'
- class TrustedSubnetCommand < Clamp::Command
+ class TrustedSubnetCommand < Kontena::Command
subcommand ["list", "ls"], "List trusted subnets", TrustedSubnets::ListCommand
subcommand "add", "Add trusted subnet", TrustedSubnets::AddCommand
subcommand ["remove", "rm"], "Remove trusted subnet", TrustedSubnets::RemoveCommand
end
end