mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
chore: make x.py take the target as its first positional argument
This commit is contained in:
parent
de0f31cc0b
commit
a5cdb9ffd4
2
x.py
2
x.py
@ -11,7 +11,7 @@ from subprocess import check_call, check_output, PIPE
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("-v", "--verbose", action="store_true")
|
||||
parser.add_argument("-q", "--quiet", action="store_true")
|
||||
parser.add_argument("-t", "--target")
|
||||
parser.add_argument("target")
|
||||
parser.add_argument("-l", "--list-targets", action="store_true")
|
||||
parser.add_argument("--coverage", action="store_true")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user