Merge branch 'feature/dry-run-bin' into dev

This commit is contained in:
Galfour 2019-06-10 22:09:20 +00:00
commit 3f8b3fef87

View File

@ -131,4 +131,4 @@ let dry_run =
let docs = "Subcommand: run a smart-contract with the given storage and input." in let docs = "Subcommand: run a smart-contract with the given storage and input." in
(term , Term.info ~docs cmdname) (term , Term.info ~docs cmdname)
let () = Term.exit @@ Term.eval_choice main [compile_file ; compile_parameter ; compile_storage] let () = Term.exit @@ Term.eval_choice main [compile_file ; compile_parameter ; compile_storage ; dry_run ]