pub(crate) const USAGE: &str = r#"
Usage: zkas [OPTIONS] <INPUT>
Arguments:
<INPUT> ZK script to compile
Options:
-o <FILE> Place the output into <FILE>
-s Strip debug symbols
-p Preprocess only; do not compile
-i Interactive semantic analysis
-e Examine decoded bytecode
-h Print this help
"#;