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

CLI Improvements #70

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

MitchellKehn
Copy link

Mitchell Kehn added 5 commits November 15, 2020 10:09
cross-platform environment variables. the `electron-dev` script didn't run on windows
…ed state

resolves the "randomness" of the `open {filename}` command line syntax discussed in stuffmatic#11

solution came from this thread on the topic.
electron/electron#7779
creating room to expand them as needed, this is just a conversion.

because of how the library works, this does change the syntax from `fSpy open <file>` to `fSpy --open <file>`
lets you set the "working directory" of the fSpy session when launching from the command line. acts as an override for the default path of any open/save dialogs
More helpful help message now that there's an increasing number of ways to use fSpy from the command line. Displays various use cases, vaguely following the docopt style.
now normalizes filepath, supports forwards and backwards slashes being passed on the command line
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.

Specify default folder in CLI
1 participant