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

Fix repl and wallet help docs #69

Merged
merged 4 commits into from
Feb 12, 2022

Commits on Feb 11, 2022

  1. Fix repl and wallet help docs

    This fixes the help docs for the repl and wallet subcommands. The repl subcommand was showing the proxy options docs instead, and the wallet subcommand was showing the description from the WalletSubCommand enum.
    This is a workaround for structopt issue #333, #391, #418.
    see TeXitoi/structopt#333 (comment)
    notmandatory committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    81652b1 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    notmandatory committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    c82fd90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a02a9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f9b892 View commit details
    Browse the repository at this point in the history