Skip to content

Commit

Permalink
Merge pull request #392 from pacak/rc-0.9.15
Browse files Browse the repository at this point in the history
Release 0.9.15
  • Loading branch information
pacak authored Oct 8, 2024
2 parents 8f349bb + 6c4f422 commit e78ab78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpaf"
version = "0.9.14"
version = "0.9.15"
edition = "2021"
categories = ["command-line-interface"]
description = "A simple Command Line Argument Parser with parser combinators"
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## bpaf [0.9.15], 2024-10-08
- a fix for a previous fix of fish completions, again - regenerate the files

## bpaf [0.9.14], 2024-09-19
- add license files (#388)
thanks @davide
Expand Down
2 changes: 1 addition & 1 deletion src/complete_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn dump_fish_completer(name: &str) {
eval $current[1] \"$tmpline\"
end
complete --no-files --command {name}--arguments '(_bpaf_dynamic_completion)'
complete --no-files --command {name} --arguments '(_bpaf_dynamic_completion)'
"#,
name = name
);
Expand Down

0 comments on commit e78ab78

Please sign in to comment.