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)
|
||||
tmp-file)
|
||||
"-details"
|
||||
"-emacs"))))
|
||||
"--emacs"))))
|
||||
(michelson-async-command-to-string
|
||||
command
|
||||
(lambda (output)
|
||||
|
@ -21,13 +21,13 @@ let commands () =
|
||||
let open Cli_entries in
|
||||
let show_types_switch =
|
||||
switch
|
||||
~long:"-details"
|
||||
~long:"details"
|
||||
~short:'v'
|
||||
~doc:"show the types of each instruction"
|
||||
() in
|
||||
let emacs_mode_switch =
|
||||
switch
|
||||
~long:"-emacs"
|
||||
~long:"emacs"
|
||||
?short:None
|
||||
~doc:"output in `michelson-mode.el` compatible format"
|
||||
() in
|
||||
|
Loading…
Reference in New Issue
Block a user