block all commands that don't work in direct mode
I left status working in direct mode, although it doesn't show correct stats for known annex keys.
This commit is contained in:
parent
9f2150c7d3
commit
2ce736ac50
24 changed files with 41 additions and 40 deletions
|
@ -18,7 +18,8 @@ import qualified Command.ReKey
|
|||
import qualified Command.Fsck
|
||||
|
||||
def :: [Command]
|
||||
def = [command "migrate" paramPaths seek "switch data to different backend"]
|
||||
def = [notDirect $
|
||||
command "migrate" paramPaths seek "switch data to different backend"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [withFilesInGit $ whenAnnexed start]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue