(message)
| 10 | print(f"{SHELL_COLOR_ORANGE}WARNING: {message}{SHELL_COLOR_RESET}") |
| 11 | |
| 12 | def print_error(message): |
| 13 | print(f"{SHELL_COLOR_RED}ERROR: {message}{SHELL_COLOR_RESET}") |
| 14 | |
| 15 | def print_help(): |
| 16 | print("Usage: python upload-firmware-files.py [path] [version] [cloudflareAccountId] [cloudflareTokenName] [cloudflareTokenValue]") |