fixup! Document utop(1) options in manual page
Signed-off-by: Christian Lindig <lindig@gmail.com>
This commit is contained in:
parent
c0054c41b2
commit
137b50eee5
66
man/utop.1
66
man/utop.1
|
@ -106,106 +106,106 @@ to using \fb#require\fR from inside
|
|||
.PP
|
||||
.TP
|
||||
.BI -absname
|
||||
Show absolute filenames in error message
|
||||
Show absolute filenames in error message.
|
||||
.TP
|
||||
.BI -I " dir"
|
||||
Add \fIdir\fR to the list of include directories
|
||||
Add \fIdir\fR to the list of include directories.
|
||||
.TP
|
||||
.BI -init " file"
|
||||
Load \fIfile\fR instead of default init file
|
||||
Load \fIfile\fR instead of default init file.
|
||||
.TP
|
||||
.BI -labels
|
||||
Use commuting label mode
|
||||
Use commuting label mode.
|
||||
.TP
|
||||
.BI -no-app-funct
|
||||
Deactivate applicative functors
|
||||
Deactivate applicative functors.
|
||||
.TP
|
||||
.BI -noassert
|
||||
Do not compile assertion checks
|
||||
Do not compile assertion checks.
|
||||
.TP
|
||||
.BI -nolabels
|
||||
Ignore non-optional labels in types
|
||||
Ignore non-optional labels in types.
|
||||
.TP
|
||||
.BI -nostdlib
|
||||
Do not add default directory to the list of include directories
|
||||
Do not add default directory to the list of include directories.
|
||||
.TP
|
||||
.BI -ppx " command"
|
||||
Pipe abstract syntax trees through preprocessor \fIcommand\fR
|
||||
Pipe abstract syntax trees through preprocessor \fIcommand\fR.
|
||||
.TP
|
||||
.BI -principal
|
||||
Check principality of type inference
|
||||
Check principality of type inference.
|
||||
.TP
|
||||
.BI -safe-string
|
||||
Make strings immutable
|
||||
Make strings immutable.
|
||||
.TP
|
||||
.BI -short-paths
|
||||
Shorten paths in types (the default)
|
||||
Shorten paths in types (the default).
|
||||
.TP
|
||||
.BI -no-short-paths
|
||||
Do not shorten paths in types
|
||||
Do not shorten paths in types.
|
||||
.TP
|
||||
.BI -rectypes
|
||||
Allow arbitrary recursive types
|
||||
Allow arbitrary recursive types.
|
||||
.TP
|
||||
.BI -stdin
|
||||
Read script from standard input
|
||||
Read script from standard input.
|
||||
.TP
|
||||
.BI -strict-sequence
|
||||
Left-hand part of a sequence must have type unit
|
||||
Left-hand part of a sequence must have type unit.
|
||||
.TP
|
||||
.BI -unsafe
|
||||
Do not compile bounds checking on array and string access
|
||||
Do not compile bounds checking on array and string access.
|
||||
.TP
|
||||
.BI -version
|
||||
Print version and exit
|
||||
Print version and exit.
|
||||
.TP
|
||||
.BI -vnum
|
||||
Print version number and exit
|
||||
Print version number and exit.
|
||||
.TP
|
||||
.BI -w " list"
|
||||
Enable or disable warnings according to \fIlist\fR:
|
||||
Enable or disable warnings according to \fIlist\fR.
|
||||
.TP
|
||||
.BI -warn-error " list"
|
||||
Enable or disable error status for warnings according to \fIlist\fR
|
||||
Enable or disable error status for warnings according to \fIlist\fR.
|
||||
See option \fB-w\fR for the syntax of \fIlist\fR.
|
||||
Default setting is \fB-a+31\fR
|
||||
Default setting is \fB-a+31\fR.
|
||||
.TP
|
||||
.BI -warn-help
|
||||
Show description of warning numbers
|
||||
Show description of warning numbers.
|
||||
.TP
|
||||
.BI -emacs
|
||||
Run in emacs mode
|
||||
Run in emacs mode.
|
||||
.TP
|
||||
.BI -hide-reserved
|
||||
Hide identifiers starting with a '_' (the default)
|
||||
Hide identifiers starting with a '_' (the default).
|
||||
.TP
|
||||
.BI -show-reserved
|
||||
Show identifiers starting with a '_'
|
||||
Show identifiers starting with a '_'.
|
||||
.TP
|
||||
.BI -no-implicit-bindings
|
||||
Don't add implicit bindings for expressions (the default)
|
||||
Don't add implicit bindings for expressions (the default).
|
||||
.TP
|
||||
.BI -implicit-bindings
|
||||
Add implicit bindings: \fIexpr\fR;; -> let _0 = \fIexpr\fR;;
|
||||
.TP
|
||||
.BI -no-autoload
|
||||
Disable autoloading of files in
|
||||
.I $OCAML_TOPLEVEL_PATH/autoload
|
||||
.I $OCAML_TOPLEVEL_PATH/autoload.
|
||||
.TP
|
||||
.BI -require " package"
|
||||
Load this package
|
||||
Load this package.
|
||||
.TP
|
||||
.BI -dparsetree
|
||||
Dump OCaml AST after rewriting
|
||||
Dump OCaml AST after rewriting.
|
||||
.TP
|
||||
.BI -dsource
|
||||
Dump OCaml source after rewriting
|
||||
Dump OCaml source after rewriting.
|
||||
.TP
|
||||
.BI -help
|
||||
Display this list of options
|
||||
Display this list of options.
|
||||
.TP
|
||||
.BI --help
|
||||
Display this list of options
|
||||
Display this list of options.
|
||||
|
||||
.SH FILES
|
||||
.I ~/.config/utop/init.ml
|
||||
|
|
Loading…
Reference in New Issue