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-1.0.6 lib/perus/pinger/commands/run_installed_command.rb
perus-1.0.5 lib/perus/pinger/commands/run_installed_command.rb
perus-1.0.4 lib/perus/pinger/commands/run_installed_command.rb
perus-1.0.3 lib/perus/pinger/commands/run_installed_command.rb
perus-1.0.2 lib/perus/pinger/commands/run_installed_command.rb
perus-1.0.1 lib/perus/pinger/commands/run_installed_command.rb
perus-1.0.0 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.35 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.34 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.33 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.32 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.31 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.30 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.29 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.28 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.27 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.26 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.25 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.24 lib/perus/pinger/commands/run_installed_command.rb
perus-0.1.23 lib/perus/pinger/commands/run_installed_command.rb