<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""
CLI related constants

These are in their own file so they can be imported by differen CLI modules.
"""

NAME = "pro"
USAGE_TMPL = "{name} {command} [flags]"
</pre></body></html>