-
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
Command / option / flag name brainstorming #7
Comments
Here are some ideas: |
Thanks!
Another idea: I'll continue to brainstorm a bit, you can of course continue to post ideas ... |
Is it possible I haven't understood your question? I think the first meaning of temporize is "delay" so it's basically the same as "wait". |
These are two different flags, So basically this idea would be:
The other idea is leaving The question is which version is clearer for the user, but I think one of both could work. Sorry to have caused confusion :) |
I think As alternative we can replace both with If we need to replace |
Should we close this one? |
I think this one can stay open. I have still to think about some of the flags, above all on big commands like Also, this thread can be used any time you, or me, find a flag or option name which could be improved or made more intiuitive. |
Flag names are almost done, so this topic can be soon closed, with one exception:
This is quite challenging. I'm searching for two flag names which both don't start neither with letter "R", nor with the letters: H, D, W, T, C, N, M, S, L, Q, V (important) Possible letters are thus B, E, G, I, J, K, O, P, U, X, Y, Z (and A and/or F if nothing different is possible) I'll of course also brainstorm here, but have still nothing really convincing. One start could be Edit: Perhaps So I have already an idea ... but I leave open for if one of us finds something better. (By the way: I didn't confirm it above but I finally went for |
I think I haven't begun testing that part yet, maybe when I'm more familiar with |
This entry is not about flags, but about whole commands: I shortened two commands.
Both don't need the "deck" in it, and this way the "deck" keyword is also a bit less present for users who prefer "token". Commit 5cd2378. |
Maybe we could edit the name of this topic into "Flag's and command's names brainstorming". How does it sound to you?
Taken note. |
Would it make sense to change the |
-t will conflict with the token_name variable. While this could be changed, the reason I used -e is to use the same scheme than the transaction list command. |
I'm going through the options and flags to try to find some with unique characters at the start to allow for most (at least for the most popular ones) an unique one-letter variant. (AFAIK, as we have already discussed, the one-character variant has always to use the first letter of the complete flag/option/variable name).
In this thread I'll present some commands where I still didn't find an appropiate one-letter flag. Those starting with the letter h should be avoided as h always should be available for --help.
The first "group" of flags which I perhaps need some ideas/brainstorming is the following: Most transaction commands for dPoD tokens (e.g.
donation signal
ordonation lock
, those that create signalling,locking, donation transactions etc.) use the--confirm
flag to wait for a single confirmation (with a "spinner" animation). This however conflicts with the--change
flag for a change address which is also present in almost all transaction-creating commands. I think "change address" is too established to change it.An alternative would be
--wait-for-confirmation
or so, but--wait
is another existing flag: it can be used to "pre-plan" to submit a signalling/locking/donation transaction in the next round it would fit (I guess you remember there's signalling/locking and donation rounds) instead of instantly.I've thought about changing
--wait
to--presubmit
or so, but the letter "p" is also used many times, especially for--proposal
. Both are imo important enough that they should have an one-letter variant. Unfortunately,--hold
which would be an option too, conflicts with--help
.--await-confirmation
for--confirm
would be also possible, but-a
often is used for--amount
, for example the amount to signal or release in signalling/donation transactions.Any ideas? If
--wait
can be replaced then this group would be basically solved, but of course there could also be other forms of organizing this.(In few words: I need an alternative either for "confirm" or "wait", which doesn't start with "h", "a", "w", "p", or "c".)
The text was updated successfully, but these errors were encountered: