class Docksync::CLI::Help

Public Class Methods

rsync() click to toggle source
# File lib/docksync/cli/help.rb, line 5
        def rsync
<<-EOL
Rsync local files to docker container once.

Examples:

  $ docksync rsync abcde
EOL
        end
watch() click to toggle source
# 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