Class: Ptf::Cli::Group
- Inherits:
-
Thor
- Object
- Thor
- Ptf::Cli::Group
- Defined in:
- lib/ptf/client/group.rb
Instance Method Summary collapse
Instance Method Details
#add(group, abbrev) ⇒ Object
6 7 8 |
# File 'lib/ptf/client/group.rb', line 6 def add(group, abbrev) puts Ptf::Commands::Group::Add.add(group, abbrev) end |
#remove(group) ⇒ Object
11 12 13 |
# File 'lib/ptf/client/group.rb', line 11 def remove(group) puts Ptf::Commands::Group::Remove.remove(group) end |