Class: S5::Cli
- Inherits:
-
Thor
- Object
- Thor
- S5::Cli
- Defined in:
- lib/s5/cli.rb
Instance Method Summary collapse
Instance Method Details
#observe(directory) ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/s5/cli.rb', line 9 def observe(directory) if [:help] S5::Cli.command_help(shell, 'observe') exit end daemon = S5::Daemon.new(directory, bucket_name: [:bucket]) daemon.start daemon end |