More commands work in direct mode repositories: find, whereis, move, copy, drop, log.
These started working, for free, once lookupFile supported direct mode. yay!!
This commit is contained in:
parent
1c83b6c439
commit
b68eee625f
9 changed files with 15 additions and 16 deletions
|
@ -20,7 +20,7 @@ import Types.Key
|
|||
import qualified Option
|
||||
|
||||
def :: [Command]
|
||||
def = [notDirect $ noCommit $ withOptions [formatOption, print0Option] $
|
||||
def = [noCommit $ withOptions [formatOption, print0Option] $
|
||||
command "find" paramPaths seek "lists available files"]
|
||||
|
||||
formatOption :: Option
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue