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

feat: Stablize multicall #3684

Merged
merged 2 commits into from May 20, 2022
Merged

feat: Stablize multicall #3684

merged 2 commits into from May 20, 2022

Commits on May 20, 2022

  1. test(multicall): Conditionalize suggestion-related case

    This impacts the error code (clap-rs#3676) and the error body and without
    suggestions, its redundant.
    epage committed May 20, 2022
    Copy the full SHA
    1a2b7ac View commit details
    Browse the repository at this point in the history
  2. feat(multicall): Stablize multicall

    `multicall` allows you to have one binary expose itself as multiple
    programs, like busybox does.  This also works well for user clap for
    parsing REPLs.
    
    Fixes clap-rs#2861
    epage committed May 20, 2022
    Copy the full SHA
    686b037 View commit details
    Browse the repository at this point in the history