Class: Swifterate::CLI
- Inherits:
-
Thor
- Object
- Thor
- Swifterate::CLI
- Defined in:
- lib/swifterate/cli.rb
Instance Method Summary collapse
Instance Method Details
#ac(input) ⇒ Object
15 16 17 |
# File 'lib/swifterate/cli.rb', line 15 def ac(input) Generator.ac(File.(input), [:name]) end |
#plist(input) ⇒ Object
9 10 11 |
# File 'lib/swifterate/cli.rb', line 9 def plist(input) Generator.plist(File.(input), [:name]) end |