cmd: New reload command

This commit is contained in:
Matthew Holt
2019-07-05 09:59:13 -06:00
parent 6bcba91fbe
commit 9429c843c8
3 changed files with 64 additions and 2 deletions

View File

@@ -51,8 +51,9 @@ type commandFunc func() (int, error)
var commands = map[string]commandFunc{
"start": cmdStart,
"stop": cmdStop,
"run": cmdRun,
"stop": cmdStop,
"reload": cmdReload,
"version": cmdVersion,
"list-modules": cmdListModules,
"environ": cmdEnviron,