Check List
Describe the bug
The short options -s do not work properly.
Expected behavior
According to the hexo document, the command hexo server -s can used to start a hexo server on static mode, but it does not work, the server still work on watch mode.
How to reproduce
Use hexo server -s command to start a hexo server.
Screenshots

Environment information
No response
Additional context
I did some tiny research and printed out the args on server.js.
It seems that the s arg was taken specially treatment by Hexo.


Check List
Describe the bug
The short options
-sdo not work properly.Expected behavior
According to the hexo document, the command
hexo server -scan used to start a hexo server on static mode, but it does not work, the server still work on watch mode.How to reproduce
Use
hexo server -scommand to start a hexo server.Screenshots
Environment information
No response
Additional context
I did some tiny research and printed out the args on

server.js.It seems that the
sarg was taken specially treatment by Hexo.