mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
13 lines
298 B
Python
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
|
||
|
|
"""
|