Skip to content

Commit 2e701c4

Browse files
committed
build: 0.6.2
1 parent 2137387 commit 2e701c4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CREDITS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.6.1
3+
Version: 0.6.2
44
Target: x86_64-unknown-linux-gnu
5-
Generated: 2024-10-31 19:36:40 UTC
5+
Generated: 2024-11-01 03:19:24 UTC
66

77
| Package | Version | Author(s) | License |
88
| ---- | ---- | ---- | ---- |
@@ -54,7 +54,7 @@
5454
| [shlex](https://github.com/comex/rust-shlex) | 1.3.0 | [comex](mailto:[email protected]), [Fenhl](mailto:[email protected]), [Adrian Taylor](mailto:[email protected]), [Alex Touchet](mailto:[email protected]), [Daniel Parks](mailto:[email protected]), and [Garrett Berg](mailto:[email protected]) | MIT OR Apache-2.0 |
5555
| [smallvec](https://github.com/servo/rust-smallvec) | 1.13.2 | The Servo Project Developers | MIT OR Apache-2.0 |
5656
| [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) | 1.2.0 | [Robert Grosse](mailto:[email protected]) | MIT OR Apache-2.0 |
57-
| [syn](https://github.com/dtolnay/syn) | 2.0.85 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
57+
| [syn](https://github.com/dtolnay/syn) | 2.0.86 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 |
5858
| [synstructure](https://github.com/mystor/synstructure) | 0.13.1 | [Nika Layzell](mailto:[email protected]) | MIT |
5959
| [tempfile](https://github.com/Stebalien/tempfile) | 3.13.0 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | MIT OR Apache-2.0 |
6060
| [tinystr](https://github.com/unicode-org/icu4x) | 0.7.6 | The ICU4X Project Developers | Unicode-3.0 |

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)