Rename CLI to forgebuild

This commit is contained in:
southerntofu 2020-12-01 18:19:12 +01:00
parent b639d1d82b
commit ce6339a4f2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use structopt::StructOpt;
#[derive(Debug, StructOpt)] #[derive(Debug, StructOpt)]
#[structopt( #[structopt(
name = "git-build", name = "forgebuild",
about = "Update your repositories and trigger tasks" about = "Update your repositories and trigger tasks"
)] )]
pub struct Cli { pub struct Cli {