fix example options in README
This commit is contained in:
parent
64e084b0d4
commit
5eca5e7657
14
README.md
14
README.md
@ -60,13 +60,13 @@ or insufficient arguments are present for an option.
|
||||
|
||||
### Example `options`
|
||||
|
||||
{
|
||||
version: {},
|
||||
verbose: {short: 'v'},
|
||||
server: {nargs: (1..2)},
|
||||
username: {nargs: 1},
|
||||
password: {nargs: 1},
|
||||
}
|
||||
{
|
||||
version: {},
|
||||
verbose: {short: 'v'},
|
||||
server: {nargs: (1..2)},
|
||||
username: {nargs: 1},
|
||||
password: {nargs: 1},
|
||||
}
|
||||
|
||||
The keys of the `options` hash can be either strings or symbols.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user