yapep_base
yapep_base copied to clipboard
CommandExecutor: run command from given directory
We need the possibility to run a given command from a given path somehow. How it should work:
- Change Dir to given directory
- Run given command
- Change directory to the previous state.