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 path flag to static open command #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bravomartin
Copy link
Member

Adds a path flag to allow using static open to open an app at a specific path. this came to mind when trying to open the tiaa prototypes at the right path with the right uid token

@@ -12,6 +12,12 @@ const env = {
type: "string"
};

const path = {
describe: "add a custom path to the url to open",
requiresArg: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a required argument?

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.

None yet

2 participants