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

added get_parameters() #75

Merged
merged 1 commit into from
Mar 12, 2018
Merged

added get_parameters() #75

merged 1 commit into from
Mar 12, 2018

Conversation

AGulev
Copy link
Collaborator

@AGulev AGulev commented Mar 12, 2018

method that returns application parameters on mac, win and html5

defos.get_parameters()

on mac :
macos open -a "DefOS.app" --args -my_param
returns:
{
"path_to_the_app",
"-my_param"
}

on win:
DefOS.exe -my_param
returns:
{
"path_to_the_app",
"-my_param"
}

html5:
...index.html?my_param
returns:
{
"?my_param"
}

@AGulev AGulev merged commit ac69194 into subsoap:master Mar 12, 2018
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.

2 participants