Skip to content

Commit f562a40

Browse files
authored
Include bash completion script in crate (#3252)
1 parent b387c2b commit f562a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ autotests = false
66
categories = ["command-line-utilities", "development-tools"]
77
description = "🤖 Just a command runner"
88
edition = "2024"
9-
exclude = ["/book", "/etc", "/www"]
9+
exclude = ["/book", "/etc", "!/etc/completion-registration-script.bash", "/www"]
1010
homepage = "https://github.com/casey/just"
1111
keywords = ["command-line", "task", "runner", "development", "utility"]
1212
license = "CC0-1.0"

bin/test-bash-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -uo pipefail
44

55
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66

7-
source "$SCRIPT_DIR/../completion-registration-script.bash"
7+
source "$SCRIPT_DIR/../etc/completion-registration-script.bash"
88

99
PASS=0
1010
FAIL=0

0 commit comments

Comments
 (0)