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

Support actions other than simple assignment #37

Closed
5 tasks done
ggabriel96 opened this issue Dec 12, 2020 · 1 comment
Closed
5 tasks done

Support actions other than simple assignment #37

ggabriel96 opened this issue Dec 12, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ggabriel96
Copy link
Owner

ggabriel96 commented Dec 12, 2020

Inspiration: https://docs.python.org/3/library/argparse.html#action

  • assign (store; store_const, store_true, store_false can be accomplished with implicit value)
  • append (also append_const with implicit value)
  • print_help (help)
  • count
  • version
@ggabriel96 ggabriel96 created this issue from a note in Roadmap to 1.0 (In progress) Dec 12, 2020
@ggabriel96 ggabriel96 added the enhancement New feature or request label Dec 12, 2020
@ggabriel96
Copy link
Owner Author

Done for now with this last PR for count: #58

Roadmap to 1.0 automation moved this from In progress to Done Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant