refactor!: rename bb to bluebuild (#50)
This commit is contained in:
parent
7cfa191e2a
commit
2492bb0eee
8 changed files with 23 additions and 23 deletions
|
|
@ -114,7 +114,7 @@ pub struct BuildCommand {
|
|||
///
|
||||
/// For example:
|
||||
///
|
||||
/// bb build --public-key env://PUBLIC_KEY ...
|
||||
/// bluebuild build --public-key env://PUBLIC_KEY ...
|
||||
#[cfg(feature = "sigstore")]
|
||||
#[arg(long)]
|
||||
#[builder(default, setter(into, strip_option))]
|
||||
|
|
@ -128,7 +128,7 @@ pub struct BuildCommand {
|
|||
///
|
||||
/// For example:
|
||||
///
|
||||
/// bb build --private-key env://PRIVATE_KEY ...
|
||||
/// bluebuild build --private-key env://PRIVATE_KEY ...
|
||||
#[cfg(feature = "sigstore")]
|
||||
#[arg(long)]
|
||||
#[builder(default, setter(into, strip_option))]
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ impl BlueBuildCommand for CompletionsCommand {
|
|||
generate(
|
||||
self.shell,
|
||||
&mut BlueBuildArgs::command(),
|
||||
"bb",
|
||||
"bluebuild",
|
||||
&mut std::io::stdout().lock(),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue