CLI option aliases for `--wallet.accounts` are confusing
See original GitHub issueThe option --wallet.accounts
has alias --account
, but not --accounts
. This was confusing to me. Maybe I’m dumb. Maybe it would help our users to have both aliases.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
list-conflicting-aliases — AWS CLI 1.27.37 Command Reference
To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached...
Read more >Ledger: Command-Line Accounting
The option --no-aliases completely disables alias expansion. All accounts are read verbatim as they are in the ledger file. assert. An assertion can...
Read more >Introduction – Handshake API Reference
Multiple addresses can be derived from a single account, and the wallet can be configured to spend coins from a single specified account....
Read more >App Store Review Guidelines - Apple Developer
The App Store Review Guidelines provide guidance and examples across a range of development topics, including user interface design, ...
Read more >Documentation - Ethers.js
For this, you need the account signer... const signer = provider. ... The ethers.js library provides several options which should cover the vast...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We can’t change
--accounts
to not be an alias of--wallet.totalAccounts
unless we want to release a v8.0 😭The
--accounts
option is that way because that is what the option was in v6, and we designed v7 to have no breaking changes for command line use to make it easier to upgrade to, since there were already so many other breaking changes in the 7.0 release.Ohhh, I get it now. Hmmm, yeah, the alias should exist in both locations.