diff options
| author | Fuwn <[email protected]> | 2024-01-18 22:07:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-18 22:07:22 -0800 |
| commit | 6457205caef49953779f43048fb110b4c23ca574 (patch) | |
| tree | c61893cc36fdd2993edc622baaebb3d407f8f9dc /src/bashly.yml | |
| parent | feat: current (diff) | |
| download | tama-6457205caef49953779f43048fb110b4c23ca574.tar.xz tama-6457205caef49953779f43048fb110b4c23ca574.zip | |
docs(readme): add update help output
Diffstat (limited to 'src/bashly.yml')
| -rw-r--r-- | src/bashly.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bashly.yml b/src/bashly.yml index 9685972..9234aed 100644 --- a/src/bashly.yml +++ b/src/bashly.yml @@ -28,7 +28,8 @@ commands: - name: id required: true help: | - Found by either the trending, popular, upcoming, or search subcommand + Found by either the trending, popular, upcoming, current, or search + subcommand - name: episode required: true help: Episode to watch @@ -52,8 +53,10 @@ commands: dependencies: [head] - name: recommend alias: r + help: View recommended and similar anime args: - name: id required: true help: | - View recommended and similar anime to an anime + Found by either the trending, popular, upcoming, current, or search + subcommand |