Skip to content

Commit fa25a54

Browse files
committed
release: 0.6.2
2 parents 8affc51 + 2e701c4 commit fa25a54

File tree

10 files changed

+664
-165
lines changed

10 files changed

+664
-165
lines changed

CREDITS.md

Lines changed: 79 additions & 79 deletions
Large diffs are not rendered by default.

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-bashman"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"
@@ -26,12 +26,11 @@ assets = [
2626
name = "Cargo BashMan"
2727
bash-dir = "./release/completions"
2828
man-dir = "./release/man"
29-
credits-dir = "./"
3029

3130
[[package.metadata.bashman.switches]]
3231
short = "-h"
3332
long = "--help"
34-
description = "Print help information."
33+
description = "Print help information to STDOUT and exit."
3534

3635
[[package.metadata.bashman.switches]]
3736
long = "--no-bash"
@@ -52,7 +51,7 @@ description = "Print the supported target triples (for use with -t/--target) to
5251
[[package.metadata.bashman.switches]]
5352
short = "-V"
5453
long = "--version"
55-
description = "Print application version."
54+
description = "Print version information to STDOUT and exit."
5655

5756
[[package.metadata.bashman.options]]
5857
short = "-m"

release/man/cargo-bashman.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "CARGO BASHMAN" "1" "October 2024" "cargo\-bashman v0.6.1" "User Commands"
1+
.TH "CARGO BASHMAN" "1" "November 2024" "cargo\-bashman v0.6.2" "User Commands"
22
.SH NAME
3-
CARGO BASHMAN \- Manual page for cargo\-bashman v0.6.1.
3+
CARGO BASHMAN \- Manual page for cargo\-bashman v0.6.2.
44
.SH DESCRIPTION
55
A Cargo plugin to generate bash completions, man pages, and/or crate credits.
66
.SS USAGE:
@@ -9,7 +9,7 @@ cargo\-bashman [FLAGS] [OPTIONS]
99
.SS FLAGS:
1010
.TP
1111
\fB\-h\fR, \fB\-\-help\fR
12-
Print help information.
12+
Print help information to STDOUT and exit.
1313
.TP
1414
\fB\-\-no\-bash\fR
1515
Do not generate BASH completions.
@@ -24,7 +24,7 @@ Do not generate MAN page(s).
2424
Print the supported target triples (for use with \-t/\-\-target) to STDOUT and exit.
2525
.TP
2626
\fB\-V\fR, \fB\-\-version\fR
27-
Print application version.
27+
Print version information to STDOUT and exit.
2828
.SS OPTIONS:
2929
.TP
3030
\fB\-m\fR, \fB\-\-manifest\-path\fR <Cargo.toml>

0 commit comments

Comments
 (0)