docs: update help command docs for FlaskPaste detail pages
USAGE.md, CHEATSHEET.md, and TASKS.md updated to reflect enhanced !help output that pastes detailed docstrings via FlaskPaste. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -86,15 +86,19 @@ Profile data written on graceful shutdown when bot runs with `--cprofile`.
|
||||
|
||||
```
|
||||
!ping # Pong
|
||||
!help # List commands
|
||||
!help <cmd> # Command help
|
||||
!help <plugin> # Plugin description + commands
|
||||
!help # List commands + paste full reference
|
||||
!help <cmd> # Command help + paste docstring detail
|
||||
!help <plugin> # Plugin info + paste command details
|
||||
!version # Bot version
|
||||
!uptime # Bot uptime
|
||||
!echo <text> # Echo text back
|
||||
!h # Shorthand (any unambiguous prefix works)
|
||||
```
|
||||
|
||||
Detailed help output (docstrings, subcommands, examples) is pasted to
|
||||
FlaskPaste and appended as a URL. Falls back gracefully if FlaskPaste
|
||||
is not loaded.
|
||||
|
||||
## Permission Tiers
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user