This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
--help always replies ERROR: ... #57
Labels
Comments
did you follow the steps in setting up grin correctly? had the same issue when missing cargo build! rust 1.31+ (use rustup- i.e. curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env) git clone https://github.com/mimblewimble/grin.git |
rust 1.31+
I used rust and cargo that are in Fedora (28) repositories.
git clone https://github.com/mimblewimble/grin.git
cd grin
cargo build --release
That's what I did, possibly with --recursive added to clone.
|
I confirm that I've reproduced this issue successfully. |
Lehnberg: what OS are you using? It must be a permission issue. On Mac with homebrew it works |
@dasterdly I'm on macOS as well. Just to be clear: --help still works, but it includes an ERROR: first. |
In git checkout from few min ago, --help doesn't work for help itself:
even tough technically it should:
|
ravidio
added a commit
to ravidio/wallet713
that referenced
this issue
Jan 25, 2019
ravidio
added a commit
that referenced
this issue
Jan 25, 2019
fixed with the recent commit. |
yyangli
pushed a commit
to mwcproject/mwc713
that referenced
this issue
May 13, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In git clone from a few h ago, adding --help to any command always replies with ERROR: cmd as first line:
also help command itself should support --help since that's listed:
The text was updated successfully, but these errors were encountered: