rc: allow unquoted = in command arguments
dd fans rejoice! Also helps with commands like go test -run=x.
This commit is contained in:
parent
7d6a248f2c
commit
ff74f7cdda
3 changed files with 28 additions and 11 deletions
|
|
@ -109,7 +109,7 @@ The simplest kind of argument is the unquoted word:
|
|||
a sequence of one or more characters none of which is a blank, tab,
|
||||
newline, or any of the following:
|
||||
.EX
|
||||
# ; & | ^ $ = ` ' { } ( ) < >
|
||||
# ; & | ^ $ ` ' { } ( ) < >
|
||||
.EE
|
||||
An unquoted word that contains any of the characters
|
||||
.B *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue