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

Allow running an application using a function call - MyApp.invoke(...) #149

Merged
merged 1 commit into from
Oct 14, 2014

Conversation

koreno
Copy link
Collaborator

@koreno koreno commented Oct 13, 2014

The invoke method is similar to the run method, except that it takes its arguments from the method call instead of the command line, which means skipping the parsing phase.

@tomerfiliba
Copy link
Owner

@koreno -- could you please include a unittest too? just to make sure it works as expected

@koreno
Copy link
Collaborator Author

koreno commented Oct 13, 2014

Will do

@koreno https://github.com/koreno -- could you please include a
unittest too? just to make sure it works as expected


Reply to this email directly or view it on GitHub
#149 (comment).

@koreno
Copy link
Collaborator Author

koreno commented Oct 14, 2014

Unittest added (and fixed a bug in implementation)

tomerfiliba added a commit that referenced this pull request Oct 14, 2014
Allow running an application using a function call - MyApp.invoke(...)
@tomerfiliba tomerfiliba merged commit 9d5a4d5 into tomerfiliba:master Oct 14, 2014
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