Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
030cff62
Commit
030cff62
authored
Feb 27, 2013
by
Jurrien Stutterheim
Browse files
Add cleanhome flag to parser
parent
1c572fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
BatchBuild/BatchBuild.icl
View file @
030cff62
...
...
@@ -164,7 +164,10 @@ pFilename :: CParser Char (Maybe String) BBArgs
pFilename
=
(
pNotSpace
<@
Just
o
toString
)
<!>
yield
Nothing
pArgs
::
CParser
Char
BBArg
BBArgs
pArgs
=
pStringLongOpt
"envsfile"
<|>
pBoolLongOpt
"force"
<|>
pStringLongOpt
"action"
pArgs
=
pStringLongOpt
"envsfile"
<|>
pBoolLongOpt
"force"
<|>
pStringLongOpt
"action"
<|>
pStringLongOpt
"cleanhome"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment