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

Type hints: basic usage to infer argument types (fixes #203) #211

Merged
merged 21 commits into from
Dec 30, 2023

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    e0de7bb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    a8fbda8 View commit details
    Browse the repository at this point in the history
  2. refactor: use inspect.signature()

    Also drop argh.utils.get_arg_spec().  It is no longer needed because
    while getfullargspec() did not handle decorated functions properly,
    signature() does.
    
    A backwards incompatible change (an extremely rare edge case)
    is documented in the changelog.
    neithere committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    fcd7f5d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    1660078 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. docs: update changelog

    neithere committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    68578dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeec608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08f8e16 View commit details
    Browse the repository at this point in the history
  4. chore: remove @expects_obj

    neithere committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5548b3c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    2cd9245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b52613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c97d085 View commit details
    Browse the repository at this point in the history
  4. docs: fix formatting

    neithere committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e4df366 View commit details
    Browse the repository at this point in the history
  5. docs: add help examples

    neithere committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e31828b View commit details
    Browse the repository at this point in the history
  6. docs: improve wording

    neithere committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    b7d48f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9c54af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53cec53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6682569 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6de15b5 View commit details
    Browse the repository at this point in the history
  11. chore: bump version

    neithere committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    821ec51 View commit details
    Browse the repository at this point in the history
  12. refactor: use constant

    neithere committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    57af529 View commit details
    Browse the repository at this point in the history
  13. style: fix minor stuff

    neithere committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a8ba734 View commit details
    Browse the repository at this point in the history