Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
21027661
Commit
21027661
authored
2 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
Remove reference to DIR as there is no actual support for it.
parent
f4000a36
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.ml
+2
-14
2 additions, 14 deletions
src/main.ml
with
2 additions
and
14 deletions
src/main.ml
+
2
−
14
View file @
21027661
...
...
@@ -102,20 +102,8 @@ let exec_cmd cmdname cmd =
let
config_cmd
=
let
cmdname
=
"config"
in
let
dirvar
=
"DIR"
in
let
envs
=
[
Term
.
env_info
~
doc
:
"Absolute path to the directory containing the executable of a \
solver."
dirvar
;
]
in
let
detect
=
let
doc
=
Fmt
.
str
"Detect solvers in
\\
$PATH (or
\\
$%s, if specified)."
dirvar
in
let
doc
=
"Detect solvers in
\\
$PATH."
in
Arg
.(
value
&
flag
&
info
[
"d"
;
"detect"
]
~
doc
)
in
let
doc
=
Fmt
.
str
"%s configuration."
caisar
in
...
...
@@ -136,7 +124,7 @@ let config_cmd =
as soon as other options are available. *)
`Ok
(
exec_cmd
cmdname
(
fun
()
->
config
true
()
)))
$
detect
$
setup_logs
))
,
Term
.
info
cmdname
~
sdocs
:
Manpage
.
s_common_options
~
envs
~
exits
~
doc
~
man
)
Term
.
info
cmdname
~
sdocs
:
Manpage
.
s_common_options
~
exits
~
doc
~
man
)
let
verify_cmd
=
let
cmdname
=
"verify"
in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment