We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73eb14a commit 3c6bc85Copy full SHA for 3c6bc85
1 file changed
main.py
@@ -21,6 +21,7 @@
21
version=f"Dynamic-CLI version {version}",
22
action='version')
23
24
+
25
parser.add_argument(
26
"-n",
27
"--new",
@@ -34,6 +35,11 @@
34
35
help="Save answer to a file",
36
action="store_true")
37
38
+parser.add_argument("-u",
39
+ "--update",
40
+ help="Check updates for the application",
41
+ action="store_true")
42
43
ARGV = parser.parse_args()
44
45
search_flag = Search(ARGV)
0 commit comments