upgrade messages
This commit is contained in:
parent
02c3f3880b
commit
c048905dc4
3 changed files with 7 additions and 2 deletions
|
@ -10,6 +10,7 @@ module Command.Upgrade where
|
|||
import Command
|
||||
import Upgrade
|
||||
import Version
|
||||
import Messages
|
||||
|
||||
command :: [Command]
|
||||
command = [standaloneCommand "upgrade" paramNothing seek
|
||||
|
@ -20,6 +21,7 @@ seek = [withNothing start]
|
|||
|
||||
start :: CommandStartNothing
|
||||
start = do
|
||||
showStart "upgrade" ""
|
||||
r <- upgrade
|
||||
checkVersion
|
||||
return $ Just $ return $ Just $ return r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue