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

Add support for position arguments #47

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2022

  1. Add support for positional arguments

    Tony Jacobs committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    552e571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6175421 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. (breaking change) add ability to have more than one docopt handled th…

    …ing in a namespace
    Tony Jacobs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0f1f1a5 View commit details
    Browse the repository at this point in the history
  2. Don't return an error to the OS if printing help due to --help, as yo…

    …u got what you asked for.
    Tony Jacobs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    74b5412 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Fix issue noticed by recent python interpreters in REGEX escape seque…

    …nces
    Tony Jacobs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a90cb1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    105b665 View commit details
    Browse the repository at this point in the history
  3. Use slightly nicer and more predictable error return

    Tony Jacobs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2cf901b View commit details
    Browse the repository at this point in the history
  4. Print version number when help requested

    Tony Jacobs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1ee2437 View commit details
    Browse the repository at this point in the history
  5. Bump for tj4

    Tony Jacobs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a2e710c View commit details
    Browse the repository at this point in the history
  6. Revert "Use slightly nicer and more predictable error return"

    This reverts commit 2cf901b.
    Tony Jacobs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4bffc67 View commit details
    Browse the repository at this point in the history