Re: [vim/vim] cli: support key=val commandline options (PR #21078)
dkearns (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/21078/[email protected]> |
dkearns left a comment (vim/vim#21078) > I think `key=val` commandline is so adopted that I can't think of any other program not supporting it, that would be some odd builtin or little used software. ``` [doug] /tmp % python3 --check-hash-based-pycs=default unknown option --check-hash-based-pycs=default usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. [doug] /tmp % python3 --check-hash-based-pycs default Python 3.10.12 (main, Jun 22 2026, 18:55:27) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. ``` -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/pull/21078#issuecomment-5338997436 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/pull/21078/[email protected]> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/21078/c5338997436%40github.com.