Sha256: 8050655c4241d58f1a1d3fb26e32bd723d1a2b608df66d34e6dde4264acf66fb

Contents?: true

Size: 320 Bytes

Versions: 35

Compression:

Stored size: 320 Bytes

Contents

module Perus::Pinger
    class RunInstalledCommand < Command
        description 'Run the command specified with "path". Valid values for
                     "path" are contained in the pinger config file.'
        option :path, restricted: true

        def run
            shell(options.path)
        end
    end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
perus-0.1.22 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.21 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.20 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.19 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.18 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.17 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.16 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.15 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.14 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.13 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.12 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.11 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.10 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.9 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.8 lib/perus/pinger/commands/run_installed_command.rb