Version: 0.41.0
print ast-imperative
#
SYNOPSISligo print ast-imperative SOURCE_FILE
#
DESCRIPTIONThis sub-command prints the source file in the AST imperative stage, before desugaring step is applied.
#
FLAGS--display-format FORMAT the format that will be used by the CLI. Available formats are 'dev', 'json', and 'human-readable' (default). When human-readable lacks details (we are still tweaking it), please contact us and use another format in the meanwhile. (alias: --format)
--syntax SYNTAX the syntax that will be used. Currently supported syntaxes are "pascaligo", "cameligo", "reasonligo" and "jsligo". By default, the syntax is guessed from the extension (.ligo, .mligo, .religo, and .jsligo respectively). (alias: -s)
-help print this help text and exit (alias: -?)