remove -- handling; this is already taken care of by the getopt processing
This commit is contained in:
parent
372237991a
commit
fc7bdf9779
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ cmd = [notBareRepo $
|
|||
SectionCommon "safely bypass direct mode guard"]
|
||||
|
||||
seek :: CommandSeek
|
||||
seek ("--":ps) = withWords start ps
|
||||
seek ps = withWords start ps
|
||||
seek = withWords start
|
||||
|
||||
start :: [String] -> CommandStart
|
||||
start [] = error "Did not specify command to run."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue