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

Map command arguments to individual parameters on command methods instead of passing everything as a vec of strings #31

Open
mendelt opened this issue Mar 6, 2019 · 0 comments
Assignees

Comments

@mendelt
Copy link
Owner

mendelt commented Mar 6, 2019

Commands are passed as a vector of strings, We could parse parameters in the command method signature in the macro and map arguments to the command method.

@mendelt mendelt self-assigned this Mar 6, 2019
@mendelt mendelt added this to the 0.2.2 Parameter parsing milestone Mar 6, 2019
@mendelt mendelt changed the title Allow dynamically mapping command arguments to string parameters on command methods Map command arguments to individual parameters on command methods instead of passing everything as a vec of strings Oct 19, 2019
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

No branches or pull requests

1 participant