mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 15:13:59 +02:00
herd-list: add page (#15880)
* herd list: add page * Update pages/osx/herd-list.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * Update pages/osx/herd-list.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
7aad85f952
commit
0045929712
1 changed files with 25 additions and 0 deletions
25
pages/osx/herd-list.md
Normal file
25
pages/osx/herd-list.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# herd list
|
||||
|
||||
> List available commands in the Herd PHP platform.
|
||||
> See also: `herd`.
|
||||
> More information: <https://herd.laravel.com>.
|
||||
|
||||
- List all available commands:
|
||||
|
||||
`herd list`
|
||||
|
||||
- List all available commands in a specific namespace:
|
||||
|
||||
`herd list {{namespace}}`
|
||||
|
||||
- List all commands in raw format (useful for embedding a command runner):
|
||||
|
||||
`herd list --raw`
|
||||
|
||||
- Display the list in a specific output format:
|
||||
|
||||
`herd list --format={{txt|xml|json|md}}`
|
||||
|
||||
- List all commands without describing their arguments:
|
||||
|
||||
`herd list --short`
|
Loading…
Add table
Reference in a new issue