mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
Add authors to help message
This commit is contained in:
+3
-1
@@ -4,9 +4,11 @@ use clap::App;
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let matches = App::new("Starship")
|
let matches = App::new("Starship")
|
||||||
.about("The cross-platform prompt for astronauts.")
|
.about("The cross-platform prompt for astronauts. ✨🚀")
|
||||||
// pull the version number from Cargo.toml
|
// pull the version number from Cargo.toml
|
||||||
.version(crate_version!())
|
.version(crate_version!())
|
||||||
|
// pull the authors from Cargo.toml
|
||||||
|
.author(crate_authors!())
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user