MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / print_help

Function print_help

Buildscripts/CDN/upload-sdk-files.py:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 print(f"{SHELL_COLOR_RED}ERROR: {message}{SHELL_COLOR_RESET}")
14
15def print_help():
16 print("Usage: python upload-sdk-files.py [path] [version] [cloudflareAccountId] [cloudflareTokenName] [cloudflareTokenValue]")
17 print("")
18 print("Options:")
19 print(" --index-only Upload only index.json")
20
21def exit_with_error(message):
22 print_error(message)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected