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
cduce
cduce
Commits
eb7e4263
Commit
eb7e4263
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2005-08-11 09:30:43 by afrisch] accept -c as an alias for --compile
Original author: afrisch Date: 2005-08-11 09:30:43+00:00
parent
7d391b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/run.ml
View file @
eb7e4263
...
...
@@ -21,6 +21,8 @@ let version () =
let
specs
=
[
"--compile"
,
Arg
.
Set
compile
,
"compile the given CDuce file"
;
"-c"
,
Arg
.
Set
compile
,
" same as --compile"
;
"--run"
,
Arg
.
Set
run
,
" execute the given .cdo files"
;
"--verbose"
,
Arg
.
Set
Cduce
.
verbose
,
...
...
Write
Preview
Markdown
is supported
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