feat: add Zig module (#1231)

This commit is contained in:
Dario Vladović
2020-05-21 18:49:49 +02:00
committed by GitHub
parent 9e8f35d746
commit c008f4041b
8 changed files with 122 additions and 0 deletions
+4
View File
@@ -92,6 +92,10 @@ Elixir 1.10 (compiled with Erlang/OTP 22)",
),
stderr: String::default(),
}),
"zig version" => Some(CommandOutput {
stdout: String::from("0.6.0"),
stderr: String::default(),
}),
s if s.starts_with("erl") => Some(CommandOutput {
stdout: String::from("22.1.3"),
stderr: String::default(),