Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "exportPath" and "exportName" options to Export-Spaces #13

Closed
wants to merge 3 commits into from

Conversation

Yousef-Majidi
Copy link
Contributor

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

let me know if you need any modifications

closes #6

@Yousef-Majidi Yousef-Majidi changed the title Add "exportPath" and "exportName" to Export-Spaces Add "exportPath" and "exportName" options to Export-Spaces Nov 14, 2023
@frankkilcommins
Copy link
Member

I believe this is also included in #14

@Yousef-Majidi
Copy link
Contributor Author

I believe this is also included in #14

Yes. I built fixes in #14 on top of this branch.

@frankkilcommins
Copy link
Member

closing this PR as the work was included in #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export-Spaces - Add ability to specify path/filename for export
2 participants