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

Polishing argcomplete support #829

Merged
merged 2 commits into from
Jan 28, 2023
Merged

Polishing argcomplete support #829

merged 2 commits into from
Jan 28, 2023

Commits on Jan 28, 2023

  1. Polishing argcomplete support

    * Forgot to add license notice on new files
    * Add support for completing subcommands. Its not easy to
      do this with argparse's subparser with the way traitlets
      uses argparse, so instead directly add subcommands as
      completions for the first cword in argcomplete.
    * A few other small refactor/cleanup/testing
    azjps committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    9d205dc View commit details
    Browse the repository at this point in the history
  2. Add missed subapp.clear_instance() in unit test

    Otherwise, this test prevents other tests from creating
    subcommand applications.
    azjps committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    fb0d89f View commit details
    Browse the repository at this point in the history