mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(dart): add Dart module (#1392)
This commit is contained in:
@@ -49,6 +49,12 @@ Default target: x86_64-apple-macosx\n",
|
||||
),
|
||||
stderr: String::default(),
|
||||
}),
|
||||
"dart --version" => Some(CommandOutput {
|
||||
stdout: String::default(),
|
||||
stderr: String::from(
|
||||
"Dart VM version: 2.8.4 (stable) (Wed Jun 3 12:26:04 2020 +0200) on \"macos_x64\"",
|
||||
),
|
||||
}),
|
||||
"dummy_command" => Some(CommandOutput {
|
||||
stdout: String::from("stdout ok!\n"),
|
||||
stderr: String::from("stderr ok!\n"),
|
||||
|
||||
Reference in New Issue
Block a user