command_kit.rb
command_kit.rb copied to clipboard
Support a `cwd:` keyword argument in `Command#initialize`
It should be possible to initialize a Command with a custom cwd: value, which the command will change to using Dir.chdir(cwd) { ... }, for testing purposes.