mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-29 11:32:19 +00:00
add TODO
This commit is contained in:
@@ -7,9 +7,6 @@ parser:argument("input", {
|
||||
args = 2
|
||||
})
|
||||
|
||||
parser:flag("-q", "--quiet")
|
||||
parser:option("-s", "--server")
|
||||
|
||||
parser:mutually_exclusive(
|
||||
parser:flag("-q", "--quiet"),
|
||||
parser:option("-s", "--server")
|
||||
|
Reference in New Issue
Block a user