I've added 2 new options: -ep, --export-path and -en, --export-name and modified the ExportSpaces method to accept them. Neither of them are required and the default behaviour is as it was before.
--export-path is configured so that the user can input a relative or absolute path:
explore.cli export-scapces -ec "..." -ep E:\\exports will export to absolute path
explore.cli export-scapces -ec "..." -ep exports will export to .\exports
I've added 2 new options:
-ep, --export-path
and-en, --export-name
and modified theExportSpaces
method to accept them. Neither of them are required and the default behaviour is as it was before.--export-path
is configured so that the user can input a relative or absolute path:let me know if you need any modifications
closes #6