class Kontena::Plugin::Shell::SubCommand

SubCommand is just like a command, except it doesn't register the class to Shell.commands.

Public Class Methods

command(name = nil) click to toggle source
# File lib/kontena/plugin/shell/command.rb, line 77
def self.command(name = nil)
  @command ||= name
end