Update __init__.py

Added some comments to __init__.py

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B
2025-07-23 08:29:34 +05:30
committed by GitHub
parent c6ec61aebe
commit 1ae2c57726

View File

@@ -0,0 +1,12 @@
#!/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
"""