note an issue with CliOpts query_
This commit is contained in:
parent
762a1b4d74
commit
204af487a5
@ -478,7 +478,7 @@ rawOptsToCliOpts rawopts = do
|
||||
,format_ = maybestringopt "format" rawopts
|
||||
,average_ = boolopt "average" rawopts -- register
|
||||
,related_ = boolopt "related" rawopts -- register
|
||||
,query_ = unwords $ listofstringopt "args" rawopts
|
||||
,query_ = unwords $ listofstringopt "args" rawopts -- doesn't handle an arg like "" right
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user