avoid commits when running fix and find
This commit is contained in:
parent
228ebbb647
commit
0ab05c32c8
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import Types.Key
|
|||
import qualified Option
|
||||
|
||||
def :: [Command]
|
||||
def = [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