avoid version check before running version and upgrade commands
There are two types of commands; those that access the repository and those that don't. Sorted.
This commit is contained in:
parent
54c39d09ba
commit
140a351fc5
33 changed files with 46 additions and 37 deletions
|
@ -22,8 +22,8 @@ import CopyFile
|
|||
|
||||
command :: [Command]
|
||||
command =
|
||||
[ Command "unlock" paramPath seek "unlock files for modification"
|
||||
, Command "edit" paramPath seek "same as unlock"
|
||||
[ repoCommand "unlock" paramPath seek "unlock files for modification"
|
||||
, repoCommand "edit" paramPath seek "same as unlock"
|
||||
]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue