Re: [vim/vim] cli: support key=val commandline options (PR #21078)
dezza (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/21078/[email protected]> |
dezza left a comment (vim/vim#21078) This works here, must be an older version. > ``` > [doug] /tmp % curl example.com --silent --output=outfile > curl: option --output=outfile: is unknown > curl: try 'curl --help' or 'curl --manual' for more information > [doug] /tmp % curl example.com --silent --output outfile > [doug] /tmp % > ``` > Ubiquity is not a strong argument. Are there any ambiguous option combinations that this would fix? Its easier to read. -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/pull/21078#issuecomment-5349777558 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/c5349777558%40github.com.