Client: update typecheck program flags and michelson mode

This commit is contained in:
Milo Davis 2018-02-17 20:42:03 -05:00
parent 77bb186611
commit 67b3338907
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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