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

Detect input duplicate in CLI and warn user #325

Open
fmorency opened this issue Mar 2, 2023 · 0 comments
Open

Detect input duplicate in CLI and warn user #325

fmorency opened this issue Mar 2, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@fmorency
Copy link
Contributor

fmorency commented Mar 2, 2023

Running

$ ledger ... mint MFX '{"addr1": 10, "addr2": 10, "addr1": 10, ...}'

results in minting 10 for "addr1" and 10 for "addr2". The duplicated key is ignored.

Detect and print a warning to the user if the input contains a duplicated key.

@fmorency fmorency added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant