code wiki / (root) / nx_comparestale_dependency_cli_t138.nx

nx_comparestale_dependency_cli_t138.nx source

↩ module page · 5 lines · 215 B

1import "nx_comparestale_dependency_t138.nx" 2func main(argc: i64,argv: *i64) -> i64 { 3 if argc>=2 {if cd_equal(argv[1] as *u8,"dependency-check")==1{return cd_command(argc,argv)}} 4 return cs_legacy_main(argc,argv) 5}