mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
Add "help" method in "frontend-search" plugin
This commit is contained in:
parent
5728a5608d
commit
a5716286a7
2 changed files with 29 additions and 1 deletions
|
|
@ -22,9 +22,16 @@ plugins=( <your-plugins-list>... frontend-search)
|
|||
|
||||
## Commands ##
|
||||
|
||||
All command searches are accept only in format
|
||||
All command searches are accept only in formats
|
||||
|
||||
* `frontend <search-content> <search-term>`
|
||||
* `<search-content> <search-term>`
|
||||
|
||||
For more informations, please run help command (are similars)
|
||||
|
||||
* `frontend -h`
|
||||
* `frontend --help`
|
||||
* `frontend help`
|
||||
|
||||
The search content are
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue