clarify names of `add` and `delete` subcommands
See original GitHub issueAdd/remove sounds more natural than add/delete, but I’m not sure if it is just to me. If I’m not the only one, I guess having remove
to alias internally to delete
would be helpful
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:9 (3 by maintainers)
Top Results From Across the Web
clarify names of `add` and `delete` subcommands · Issue #55 ...
I'm against having multiple alternative names for the same command (even if one is hidden), but I'm not against changing delete to remove...
Read more >Using ACCOUNT Subcommands - IBM
You can use the ADD, CHANGE, and DELETE subcommands to maintain either entire entries or parts of entries. When you are maintaining entire...
Read more >Discord.js v14 - Subcommands & Subcommand Groups
Join my Discord for more help: https://discord.gg/Gd5fAEJDQDCode: https://github.com/stuyy/djs-v14-tutorialSupport the Channel:Become a ...
Read more >Role slash command with subcommands add/remove not ...
I made a slash command with subcommands to add or remove roles from a member, for now my code gives the error "Cannot...
Read more >CLI commands with google/subcommands - OSInet
5 example above, where the help command mentions that top-level flags exist, but does not list any. When we add this statement, however,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I agree that
remove
is the natural complement toadd
, analogous tocreate
/delete
. “Add” and “remove” suggest membership.However, reading the docs, it appears that perhaps you don’t want membership.
I’m tempted to offer a third opinion and say that it is
add
which should be changed tocreate
and thatdelete
is just fine. 😃(Am I doing bikeshedding right?)
remove
makes more sense to me, although personally I’d go withsummon
andbanish
😈