Class: Docksync::CLI::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/docksync/cli/help.rb

Class Method Summary collapse

Class Method Details

.rsyncObject



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

.watchObject



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