Files
SuperClaude/profiles/__init__.py
Mithun Gowda B 1ae2c57726 Update __init__.py
Added some comments to __init__.py

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-07-23 08:29:34 +05:30

13 lines
298 B
Python

#!/usr/bin/env python3
"""
SuperClaude Framework Management Hub
Unified entry point for all SuperClaude operations
Usage:
SuperClaude install [options]
SuperClaude update [options]
SuperClaude uninstall [options]
SuperClaude backup [options]
SuperClaude --help
"""