Skip to content

Commit af8a80d

Browse files
committed
refactor(secret-tool): deprecate ours in favor of upstream
Closes #1317
1 parent 79fd051 commit af8a80d

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

completions/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ cross_platform = 2to3 \
398398
sbopkg \
399399
screen \
400400
scrub \
401-
secret-tool \
401+
_secret-tool \
402402
set \
403403
sh \
404404
sha256sum \

completions/secret-tool renamed to completions/_secret-tool

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# bash completion for secret-tool(1) -*- shell-script -*-
22

3+
# Use of this file is deprecated. Upstream completion is available in
4+
# libsecret >= 0.20.5, use that instead.
5+
36
_comp_cmd_secret_tool()
47
{
58
local cur prev words cword was_split comp_args

test/fallback/completions/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ EXTRA_DIST = \
4646
ruff \
4747
runuser \
4848
rustup \
49+
secret-tool \
4950
slackpkg \
5051
sops \
5152
stern \

test/fallback/completions/secret-tool

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../completions/_secret-tool

0 commit comments

Comments
 (0)