Class: Gzr::Commands::Group
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- Gzr::Commands::Group
- Defined in:
- lib/gzr/commands/group.rb,
lib/gzr/commands/group/ls.rb,
lib/gzr/commands/group/member_users.rb,
lib/gzr/commands/group/member_groups.rb
Defined Under Namespace
Classes: Ls, MemberGroups, MemberUsers
Instance Method Summary collapse
Methods inherited from SubCommandBase
Instance Method Details
#ls ⇒ Object
77 78 79 80 81 82 83 84 |
# File 'lib/gzr/commands/group.rb', line 77 def ls(*) if [:help] invoke :help, ['ls'] else require_relative 'group/ls' Gzr::Commands::Group::Ls.new().execute end end |