refac: added some type checking and fixed a duplicate bug (apparently)
This commit is contained in:
@@ -14,6 +14,7 @@ class console:
|
||||
italic = "\x1B[3m"
|
||||
reset = "\x1B[0m"
|
||||
|
||||
@staticmethod
|
||||
def nice_print(args: argparse.Namespace, message: str, final: bool=False):
|
||||
'''
|
||||
Helper function for terminal output, with a couple variables for the silent flag. Also clears terminal color each time.
|
||||
|
||||
Reference in New Issue
Block a user