-
Notifications
You must be signed in to change notification settings - Fork 217
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
Change metavar from STRING to WALLET_NAME #2559
Conversation
675daf4
to
163b4c5
Compare
bors try |
tryBuild failed: |
163b4c5
to
c5d0d97
Compare
lib/cli/src/Cardano/CLI.hs
Outdated
@@ -1421,7 +1421,8 @@ transactionIdArgument = argumentT $ mempty | |||
-- | <name=STRING> | |||
walletNameArgument :: Parser WalletName | |||
walletNameArgument = argumentT $ mempty | |||
<> metavar "STRING" | |||
<> metavar "WALLET_NAME" | |||
<> help "The name of the new wallet." |
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.
"new" implies a certain context which may not fit the use-case (although we use it only for creating wallet I think).
I'd simply stick to "Name of the wallet" for description.
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.
I tried making it sound more like "here you get to choose the local name of the wallet", rather than "something that must match some existing value" — but fine, let's go for "Name of the wallet"
- Change metavar to from STRING to WALLET_NAME - Add help text
c5d0d97
to
5385720
Compare
bors r+ |
Build succeeded: |
Issue Number
Overview
Comments