Add "help" method in "frontend-search" plugin
This commit is contained in:
parent
f1472f1f64
commit
ff706f3ef8
2 changed files with 32 additions and 3 deletions
|
|
@ -17,9 +17,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