Skip to content

Commit 97e177c

Browse files
committed
release: 0.3.3
2 parents eb3b036 + dac89df commit 97e177c

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

CREDITS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Project Dependencies
22
Package: cargo-bashman
3-
Version: 0.3.2
4-
Generated: 2022-01-13 19:39:19 UTC
3+
Version: 0.3.3
4+
Generated: 2022-01-21 04:29:00 UTC
55

66
| Package | Version | Author(s) | License |
77
| ---- | ---- | ---- | ---- |
88
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | 0.7.18 | [Andrew Gallant](mailto:[email protected]) | MIT or Unlicense |
99
| [argyle](https://github.com/Blobfolio/argyle) | 0.5.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
10-
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.2 | [Josh Stoik](mailto:[email protected]) | WTFPL |
11-
| [camino](https://github.com/withoutboats/camino) | 1.0.5 | [Without Boats](mailto:[email protected]), [Ashley Williams](mailto:[email protected]), [Steve Klabnik](mailto:[email protected]), and [Rain](mailto:[email protected]) | Apache-2.0 or MIT |
10+
| [bashman_core](https://github.com/Blobfolio/bashman) | 0.3.3 | [Josh Stoik](mailto:[email protected]) | WTFPL |
11+
| [camino](https://github.com/camino-rs/camino) | 1.0.7 | [Without Boats](mailto:[email protected]), [Ashley Williams](mailto:[email protected]), [Steve Klabnik](mailto:[email protected]), and [Rain](mailto:[email protected]) | Apache-2.0 or MIT |
1212
| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.2 | The Cargo Project Developers | Apache-2.0 or MIT |
1313
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.14.1 | [Oliver Schneider](mailto:[email protected]) | MIT |
14-
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.2.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
14+
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.2.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
1515
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
1616
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.11.2 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
1717
| [indexmap](https://github.com/bluss/indexmap) | 1.8.0 | bluss and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
@@ -30,8 +30,8 @@
3030
| [semver](https://github.com/dtolnay/semver) | 1.0.4 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3131
| [serde](https://github.com/serde-rs/serde) | 1.0.133 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3232
| [serde_derive](https://github.com/serde-rs/serde) | 1.0.133 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
33-
| [serde_json](https://github.com/serde-rs/json) | 1.0.74 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
34-
| [syn](https://github.com/dtolnay/syn) | 1.0.85 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
33+
| [serde_json](https://github.com/serde-rs/json) | 1.0.75 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
34+
| [syn](https://github.com/dtolnay/syn) | 1.0.86 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
3535
| [toml](https://github.com/alexcrichton/toml-rs) | 0.5.8 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
3636
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | 0.2.2 | [erick.tryzelaar](mailto:[email protected]), [kwantam](mailto:[email protected]), and [Manish Goregaokar](mailto:[email protected]) | Apache-2.0 or MIT |
3737
| [utc2k](https://github.com/Blobfolio/utc2k) | 0.3.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |

bashman/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-bashman"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"

bashman_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashman_core"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
license = "WTFPL"
55
authors = ["Josh Stoik <[email protected]>"]
66
edition = "2021"

bashman_core/src/data.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,11 @@ impl<'a> Command<'a> {
204204
buf,
205205
r#" case "${{prev}}" in
206206
{})
207-
COMPREPLY=( $( compgen -f "${{cur}}" ) )
207+
if [ -z "$( declare -f _filedir )" ]; then
208+
COMPREPLY=( $( compgen -f "${{cur}}" ) )
209+
else
210+
COMPREPLY=( $( _filedir ) )
211+
fi
208212
return 0
209213
;;
210214
*)

release/completions/cargo-bashman.bash

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ _basher___cargo_bashman() {
2929

3030
case "${prev}" in
3131
-m|--manifest-path)
32-
COMPREPLY=( $( compgen -f "${cur}" ) )
32+
if [ -z "$( declare -f _filedir )" ]; then
33+
COMPREPLY=( $( compgen -f "${cur}" ) )
34+
else
35+
COMPREPLY=( $( _filedir ) )
36+
fi
3337
return 0
3438
;;
3539
*)

release/man/cargo-bashman.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "CARGO BASHMAN" "1" "January 2022" "Cargo BashMan v0.3.2" "User Commands"
1+
.TH "CARGO BASHMAN" "1" "January 2022" "Cargo BashMan v0.3.3" "User Commands"
22
.SH NAME
3-
Cargo BashMan \- Manual page for cargo\-bashman v0.3.2.
3+
Cargo BashMan \- Manual page for cargo\-bashman v0.3.3.
44
.SH DESCRIPTION
55
BashMan is a Cargo plugin that helps you generate BASH completions and/or MAN pages for your Rust project.
66
.SS USAGE:

0 commit comments

Comments
 (0)