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

Support a `cwd:` keyword argument in `Command#initialize`

Open postmodern opened this issue 4 years ago • 0 comments

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.

postmodern avatar Jul 26 '21 10:07 postmodern