superclaude-org--superclaude_framework
1ae2c57726
Added some comments to __init__.py Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
13 行
298 B
Python
13 行
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
|
|
"""
|