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

Feature/clap v4 wip #3514

Closed
wants to merge 10 commits into from
Closed

Commits on Sep 22, 2022

  1. feat(rust): upgrade to clap v4

    address v3 deprecation warnings
    hargut committed Sep 22, 2022
    Copy the full SHA
    d44a1d1 View commit details
    Browse the repository at this point in the history
  2. feat(rust): upgrade to clap v4

    upgrade clap to v4.0.0.0-rc.2 & clap_complete to v4.0.0-rc.1
    hargut committed Sep 22, 2022
    Copy the full SHA
    67ab071 View commit details
    Browse the repository at this point in the history
  3. feat(rust): upgrade to clap v4

    address v4 deprecation warnings
    hargut committed Sep 22, 2022
    Copy the full SHA
    b240058 View commit details
    Browse the repository at this point in the history
  4. feat(rust): upgrade to clap v4

    finish transition to command/arg
    deactivate mut_subcommand/mut_arg for "help" (does not work as expected with upgraded version)
    hargut committed Sep 22, 2022
    Copy the full SHA
    40df091 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. feat(rust): upgrade to clap v4

    cargo-fmt
    hargut committed Sep 23, 2022
    Copy the full SHA
    c19eba4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24ab32c View commit details
    Browse the repository at this point in the history
  3. feat(rust): upgrade to clap v4

    update base branch commits & fix upgrade issues
    hargut committed Sep 23, 2022
    Copy the full SHA
    4986589 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Copy the full SHA
    a0dcf16 View commit details
    Browse the repository at this point in the history
  2. feat(rust): upgrade to clap v4

    add global help arg, update lower-/uppercase
    hargut committed Sep 24, 2022
    Copy the full SHA
    2271671 View commit details
    Browse the repository at this point in the history
  3. feat(rust): upgrade to clap v4

    fix global help
    hargut committed Sep 24, 2022
    Copy the full SHA
    250ddd8 View commit details
    Browse the repository at this point in the history