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

Support a cwd: keyword option

Open postmodern opened this issue 2 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