save-cli
save-cli copied to clipboard
Test utils for SAVE and SAVE plugins
- [ ] Create directory structure from string (
tree-like syntax). |-- foo |-- bar | |-- baz | `-- qux `-- stuff - [x] ~For plugins: Should have option to provide some input, apply execCmd to it (simply mocking it's output like
cat mockedOutputdoesn't work, because e.g. warn-plugin will have important logic of copying input file with comments filtering)~ -MockPluginis implemented