-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature] - add prompt #21
Conversation
cmd/keys.go
Outdated
huh.NewOption(privateKeyLabel, privateKeyLabel), | ||
huh.NewOption(mnemonicLabel, mnemonicLabel), | ||
huh.NewOption(defaultLabel, defaultLabel), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should key and value be the same (long string)?
cmd/keys.go
Outdated
cmd.Flags().Int32(flagCoinType, -1, "Coin type number for HD derivation") | ||
cmd.Flags().Uint(flagAccount, 0, "Account number within the HD derivation path") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are used only in creating new keys? should we add it in the default section instead of flag; ask @RogerKSI
Fixed: #XXXX
Implementation details
Add options for user in command prompt when call
falcon keys add ...
If inserting private key
If inserting mnemonic
If generating new address
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG_UNRELEASED.md
Files changed
tab in the Github PR explorer)