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 inconsistencies in goal long arguments. #84

Closed
derbear opened this issue Jun 24, 2019 · 1 comment
Closed

Fix inconsistencies in goal long arguments. #84

derbear opened this issue Jun 24, 2019 · 1 comment
Labels
Enhancement good first issue / help wanted Good for newcomers and new contributors.

Comments

@derbear
Copy link
Contributor

derbear commented Jun 24, 2019

Subject of the issue

Some goal commands accept addr while others accept address as long-form arguments.

Your environment

  • Software version: algod -v: 1.0.39516.dev [master] (commit #db5c6d56+)

  • Operating System: Any

Steps to reproduce

goal account balance shows -a, --address string Account address to retrieve balance (required)
while
goal account delete shows -a, --addr string Address of account to delete

Expected behaviour

The long-form options should either both be --address or --addr.

Actual behaviour

One of the options is --address and the other is --addr.

@derbear derbear added new-bug good first issue / help wanted Good for newcomers and new contributors. labels Jun 24, 2019
@Vervious Vervious modified the milestones: Backlog, Consensus Backlog Jul 11, 2019
@rotemh
Copy link
Contributor

rotemh commented Jul 15, 2019

Fixed by #147

@rotemh rotemh closed this as completed Jul 15, 2019
derbear pushed a commit to derbear/go-algorand that referenced this issue May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement good first issue / help wanted Good for newcomers and new contributors.
Projects
None yet
Development

No branches or pull requests

3 participants