Appearance
plug run 通过常驻进程的形式在后台运行,关闭终端后 plug 仍会在后台运行。
plug run
plug
plug start 在前台运行 plug,关闭终端后 plug 会自动关闭
plug start
plug status 查看 plug 的运行状态
plug status
plug stop 停止 plug 的运行
plug stop
plug clear -l
plug clear -s