feat(doc): optional dir arg to commands
This commit is contained in:
parent
da3496d878
commit
84751fd8a7
1 changed files with 11 additions and 2 deletions
|
|
@ -35,10 +35,19 @@ Usage: ~
|
|||
COMMANDS *live-server.commands*
|
||||
|
||||
*LiveServerStart*
|
||||
:LiveServerStart Start the live server.
|
||||
:LiveServerStart [dir] Start the live server. If an optional argument `dir`
|
||||
is provided, the server will start in the specified
|
||||
directory.
|
||||
|
||||
*LiveServerStop*
|
||||
:LiveServerStop Stop the live server.
|
||||
:LiveServerStop [dir] Stop the live server. If an optional argument `dir`
|
||||
is provided, the server will stop the server running
|
||||
in the specified directory.
|
||||
|
||||
*LiveServerToggle*
|
||||
:LiveServerToggle [dir] Toggle the live server on or off. If an optional
|
||||
argument `dir` is provided, the server will be
|
||||
toggled in the specified directory.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
vim:tw=80:ft=help:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue