Class: Docksync::CLI::Help
- Inherits:
-
Object
- Object
- Docksync::CLI::Help
- Defined in:
- lib/docksync/cli/help.rb
Class Method Summary collapse
Class Method Details
.rsync ⇒ Object
5 6 7 8 9 10 11 12 13 |
# File 'lib/docksync/cli/help.rb', line 5 def rsync "Rsync local files to docker container once.\n\nExamples:\n\n $ docksync rsync abcde\n" end |
.watch ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/docksync/cli/help.rb', line 15 def watch "Watch local files and continuously rsync to container.\n\nExamples:\n\n $ docksync watch abcde\n" end |