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
<<-EOL
Rsync local files to docker container once.

Examples:

  $ docksync rsync abcde
EOL
end

.watchObject



15
16
17
18
19
20
21
22
23
# File 'lib/docksync/cli/help.rb', line 15

def watch
<<-EOL
Watch local files and continuously rsync to container.

Examples:

  $ docksync watch abcde
EOL
end