mirror of
https://github.com/filebrowser/filebrowser
synced 2026-04-21 13:27:17 +00:00
31 lines
518 B
Markdown
31 lines
518 B
Markdown
|
|
# filebrowser cmds ls
|
||
|
|
|
||
|
|
List all commands for each event
|
||
|
|
|
||
|
|
## Synopsis
|
||
|
|
|
||
|
|
List all commands for each event.
|
||
|
|
|
||
|
|
```
|
||
|
|
filebrowser cmds ls [flags]
|
||
|
|
```
|
||
|
|
|
||
|
|
## Options
|
||
|
|
|
||
|
|
```
|
||
|
|
-e, --event string event name, without 'before' or 'after'
|
||
|
|
-h, --help help for ls
|
||
|
|
```
|
||
|
|
|
||
|
|
## Options inherited from parent commands
|
||
|
|
|
||
|
|
```
|
||
|
|
-c, --config string config file path
|
||
|
|
-d, --database string database path (default "./filebrowser.db")
|
||
|
|
```
|
||
|
|
|
||
|
|
## See Also
|
||
|
|
|
||
|
|
* [filebrowser cmds](filebrowser-cmds.md) - Command runner management utility
|
||
|
|
|