Method: CommandKit::Commands::Subcommand#summary

Defined in:
lib/command_kit/commands/subcommand.rb

#summaryString? (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

A short summary for the subcommand.

Returns:

  • (String, nil)


18
19
20
# File 'lib/command_kit/commands/subcommand.rb', line 18

def summary
  @summary
end