Client: update typecheck program flags and michelson mode
This commit is contained in:
parent
77bb186611
commit
67b3338907
@ -395,7 +395,7 @@ Overrides `michelson-print-errors' and `michelson-highlight-errors'"
|
|||||||
(concat "container:" tmp-file)
|
(concat "container:" tmp-file)
|
||||||
tmp-file)
|
tmp-file)
|
||||||
"-details"
|
"-details"
|
||||||
"-emacs"))))
|
"--emacs"))))
|
||||||
(michelson-async-command-to-string
|
(michelson-async-command-to-string
|
||||||
command
|
command
|
||||||
(lambda (output)
|
(lambda (output)
|
||||||
|
@ -21,13 +21,13 @@ let commands () =
|
|||||||
let open Cli_entries in
|
let open Cli_entries in
|
||||||
let show_types_switch =
|
let show_types_switch =
|
||||||
switch
|
switch
|
||||||
~long:"-details"
|
~long:"details"
|
||||||
~short:'v'
|
~short:'v'
|
||||||
~doc:"show the types of each instruction"
|
~doc:"show the types of each instruction"
|
||||||
() in
|
() in
|
||||||
let emacs_mode_switch =
|
let emacs_mode_switch =
|
||||||
switch
|
switch
|
||||||
~long:"-emacs"
|
~long:"emacs"
|
||||||
?short:None
|
?short:None
|
||||||
~doc:"output in `michelson-mode.el` compatible format"
|
~doc:"output in `michelson-mode.el` compatible format"
|
||||||
() in
|
() in
|
||||||
|
Loading…
Reference in New Issue
Block a user