Add bash completion for snap (#2058)

This commit is contained in:
Alberto Donato 2024-05-20 10:14:37 +02:00 committed by GitHub
parent b9f63f1494
commit d15dad66c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
base: core20
base: core22
confinement: classic
contact: casey@rodarmor.com
description: Just is a handy way to save and run project-specific commands.
@ -15,6 +15,7 @@ website: https://just.systems
apps:
just:
command: bin/just
completer: just.bash
parts:
just:
@ -23,3 +24,9 @@ parts:
source-tag: '1.2.0'
source-type: git
source: https://github.com/casey/just
completions:
plugin: dump
source: completions
stage:
- just.bash