mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 23:40:58 +00:00
Make parse_options work with everything: cmd line, config files, values with spaces, op val, op=val, etc.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--string-opt=abc
|
||||
--typeless-option
|
||||
string-opt=abc
|
||||
typeless-option
|
||||
--
|
||||
--host=127.1
|
||||
--user=daniel
|
||||
|
@@ -1 +1,5 @@
|
||||
--string-opt "hello world"
|
||||
# Line comment.
|
||||
string-opt=hello world
|
||||
|
||||
|
||||
int-opt = 100 # Inline comment.
|
||||
|
Reference in New Issue
Block a user