command_mapper.rb icon indicating copy to clipboard operation
command_mapper.rb copied to clipboard

Maps external commands and options to Ruby classes

Results 3 command_mapper.rb issues
Sort by recently updated
recently updated
newest added

Add methods for running the command via `sudo`, but raise `CommandFailed` or `CommandNotFound` exception.

feature

Add methods for running the command, but raise `CommandFailed` or `CommandNotFound` exception.

feature

Allow `Command.run` and `Command#run_command` to accept an `exception:` keyword argument and pass it to `Kernel.system`.

enhancement