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

normalized_params instead of params #3

Open
gullitmiranda opened this issue Oct 8, 2015 · 0 comments
Open

normalized_params instead of params #3

gullitmiranda opened this issue Oct 8, 2015 · 0 comments
Milestone

Comments

@gullitmiranda
Copy link
Member

The main motivation of normalized_params is that it prevents commands, actions, arguments and options with the same key has its overlapping values.

Send as first argument the normalized_params instead of params.

  • normalized_params:

    {
      arguments: { /* ... */ },
      options: { /* ... */ },
      commands: { /* ... */ },
    }
  • params:

    { /* ... */ }
@gullitmiranda gullitmiranda added this to the v0.4.0 milestone Oct 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant