This bug has driven lots of coders completely mad. You won't believe how it ended up being fixed

This commit is contained in:
2023-03-29 00:34:22 +03:00
parent 29599f39ca
commit bb08b6fb5e

View File

@@ -57,7 +57,7 @@ action_choices = ["delete","start","stop","reboot","deleteall","startall","stopa
# If no arguements were given let the user know this is not how to use this program
if not len(sys.argv) > 1:
print("No arguments passed. Use -h or --help for help")
console.print("No arguments passed. Use [u]-h[/u] or [u]--help[/u] for help", style="bold red")
exit(0)
# Define the command line arguments
parser = argparse.ArgumentParser(