feat(doc): optional dir arg to commands

This commit is contained in:
Barrett Ruth 2024-07-13 19:10:13 -05:00
parent da3496d878
commit 84751fd8a7

View file

@ -35,10 +35,19 @@ Usage: ~
COMMANDS *live-server.commands* COMMANDS *live-server.commands*
*LiveServerStart* *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*
: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: vim:tw=80:ft=help: