add explicit upgrade command
This commit is contained in:
parent
bc21502b9a
commit
d7ef5fd294
5 changed files with 34 additions and 3 deletions
|
@ -41,6 +41,7 @@ import qualified Command.Trust
|
|||
import qualified Command.Untrust
|
||||
import qualified Command.Semitrust
|
||||
import qualified Command.Map
|
||||
import qualified Command.Upgrade
|
||||
|
||||
cmds :: [Command]
|
||||
cmds = concat
|
||||
|
@ -70,6 +71,7 @@ cmds = concat
|
|||
, Command.Whereis.command
|
||||
, Command.Migrate.command
|
||||
, Command.Map.command
|
||||
, Command.Upgrade.command
|
||||
]
|
||||
|
||||
options :: [Option]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue