Sha256: 1d6a915c7b5d29d5882c18fb089d675ffbc999203d4526dd16e5ffb0f4103fbd
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
# rubocop:disable all module Sshster module Actions class Help def run puts <<~HELP sshster [-h] [-c] <command> Commands: init Initialize sshster configuration files inside of yours ~/.ssh dir compose Compile your projects to ~/.ssh/config file help Show this help HELP end end end end # rubocop:enable all
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sshster-0.1.1 | lib/sshster/actions/help.rb |
sshster-0.1.0 | lib/sshster/actions/help.rb |