Add bash completion for snap (#2058)
This commit is contained in:
parent
b9f63f1494
commit
d15dad66c9
@ -1,4 +1,4 @@
|
|||||||
base: core20
|
base: core22
|
||||||
confinement: classic
|
confinement: classic
|
||||||
contact: casey@rodarmor.com
|
contact: casey@rodarmor.com
|
||||||
description: Just is a handy way to save and run project-specific commands.
|
description: Just is a handy way to save and run project-specific commands.
|
||||||
@ -15,6 +15,7 @@ website: https://just.systems
|
|||||||
apps:
|
apps:
|
||||||
just:
|
just:
|
||||||
command: bin/just
|
command: bin/just
|
||||||
|
completer: just.bash
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
just:
|
just:
|
||||||
@ -23,3 +24,9 @@ parts:
|
|||||||
source-tag: '1.2.0'
|
source-tag: '1.2.0'
|
||||||
source-type: git
|
source-type: git
|
||||||
source: https://github.com/casey/just
|
source: https://github.com/casey/just
|
||||||
|
|
||||||
|
completions:
|
||||||
|
plugin: dump
|
||||||
|
source: completions
|
||||||
|
stage:
|
||||||
|
- just.bash
|
||||||
|
Loading…
Reference in New Issue
Block a user