tweak
This commit is contained in:
parent
cb2255e93a
commit
7d458c40db
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ data Change = Change
|
||||||
|
|
||||||
def :: [Command]
|
def :: [Command]
|
||||||
def = [withOptions [foregroundOption, stopOption] $
|
def = [withOptions [foregroundOption, stopOption] $
|
||||||
command "watch" paramPaths seek "watch for changes"]
|
command "watch" paramNothing seek "watch for changes"]
|
||||||
|
|
||||||
seek :: [CommandSeek]
|
seek :: [CommandSeek]
|
||||||
seek = [withFlag stopOption $ \stopdaemon ->
|
seek = [withFlag stopOption $ \stopdaemon ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue