Navigation Menu

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

Review: WebView tests and Command Line Arguments [fixes #4] #5

Merged
merged 1 commit into from Nov 7, 2014

Conversation

spolu
Copy link
Member

@spolu spolu commented Nov 7, 2014

This adds an options object as second argument to the main function that can take an args dictionary and a custom exec_path string.

// test.js
require('node-thrust')(function(err, api) {
  // ...
}), {
  args: {
    "show-fps-counter": true
  },
  exec_path: '...'
});

spolu pushed a commit that referenced this pull request Nov 7, 2014
Review: WebView tests and Command Line Arguments [fixes #4]
@spolu spolu merged commit 4f77bc8 into master Nov 7, 2014
@spolu spolu deleted the command-line branch November 7, 2014 01:54
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

1 participant