Skip to content

Commit 1e62807

Browse files
committed
add short -id with --user_id
1 parent fd7621f commit 1e62807

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

integrate/__main__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
parser = ArgumentParser(prog="integrate", usage="%(prog)s [options]",
66
description="Run python codes for handling csv data using the commands and options")
77

8-
parser.add_argument("--user_id", type=int, help="enter the user's id for displaying user details")
8+
parser.add_argument(
9+
"-id",
10+
"--user_id",
11+
type=int,
12+
help="enter the user's id for displaying user details"
13+
)
914

1015
args = parser.parse_args()
1116

0 commit comments

Comments
 (0)