mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix: manage sandboxed version of OCaml (#1433)
* fix: manage sandboxed version of OCaml * fmt: apply cargo fmt Co-authored-by: Thomas Haesslé <thaessle@cutii.io>
This commit is contained in:
@@ -87,6 +87,10 @@ active boot switches: -d:release\n",
|
||||
stdout: String::from("4.10.0"),
|
||||
stderr: String::default(),
|
||||
}),
|
||||
"esy ocaml -vnum" => Some(CommandOutput {
|
||||
stdout: String::from("4.08.1"),
|
||||
stderr: String::default(),
|
||||
}),
|
||||
"php -nr echo PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION.'.'.PHP_RELEASE_VERSION;" => {
|
||||
Some(CommandOutput {
|
||||
stdout: String::from("7.3.8"),
|
||||
|
||||
Reference in New Issue
Block a user