fix(phase-285): restore weak_basic_llvm + complete LLVM detection/quick SSOT
This commit is contained in:
@ -30,7 +30,7 @@ pub fn parse() -> CliConfig {
|
||||
|
||||
pub fn build_command() -> Command {
|
||||
Command::new("nyash")
|
||||
.version("1.0")
|
||||
.version(if cfg!(feature = "llvm") { "1.0 features:llvm" } else { "1.0" })
|
||||
.author("Claude Code <claude@anthropic.com>")
|
||||
.about("🦀 Nyash Programming Language - Everything is Box in Rust! 🦀")
|
||||
.arg(Arg::new("dev").long("dev").help("Enable development defaults (AST using ON; Operator Boxes observe; safe diagnostics)").action(clap::ArgAction::SetTrue))
|
||||
|
||||
Reference in New Issue
Block a user