did a little bit of testing and converting this step piece into an int. Obviously still a ways to go.
This commit is contained in:
@@ -17,7 +17,14 @@ parser.add_argument("-v", "--verbosity", help="increase output verbosity",
|
|||||||
action="store_true")
|
action="store_true")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
if (args.step == 1):
|
||||||
|
print("Beginning step 1")
|
||||||
|
elif (args.step == 2):
|
||||||
|
print("Beginning step 2")
|
||||||
|
elif (args.step == 3):
|
||||||
|
print("Beginning step 3")
|
||||||
|
else:
|
||||||
|
print("We need a valid step to continue...")
|
||||||
|
|
||||||
if (args.verbosity):
|
if (args.verbosity):
|
||||||
print("Verbosity is enabled")
|
print("Verbosity is enabled")
|
||||||
|
|||||||
Reference in New Issue
Block a user