Skip to content

Commit 8796f86

Browse files
committed
feat(atmos): add 3rd party fallback completion loader
https://atmos.tools/cli/commands/completion
1 parent ce0abdd commit 8796f86

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/arm-koji
2828
/asciidoc.py
2929
/_atlas
30+
/_atmos
3031
/autoheader
3132
/automake-1.1[0123456]
3233
/autossh

completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ CLEANFILES = \
570570
arm-koji \
571571
asciidoc.py \
572572
_atlas \
573+
_atmos \
573574
autoheader \
574575
automake-1.10 \
575576
automake-1.11 \
@@ -1052,6 +1053,7 @@ symlinks: $(DATA)
10521053
_arduino-cli \
10531054
_argo \
10541055
_atlas \
1056+
_atmos \
10551057
_buf \
10561058
_chezmoi \
10571059
_cilium \

0 commit comments

Comments
 (0)