question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CLI option aliases for `--wallet.accounts` are confusing

See original GitHub issue

The 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:open
  • Created 2 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
davidmurdochcommented, Apr 20, 2022

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.

1reaction
davidmurdochcommented, Mar 11, 2022

Ohhh, I get it now. Hmmm, yeah, the alias should exist in both locations.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found