Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ngrok): add 3rd party fallback completion loader #1252

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
/neomutt
/_nerdctl
/_nfpm
/_ngrok
/_nomad
/_npm
/_oc
Expand Down
3 changes: 2 additions & 1 deletion completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ CLEANFILES = \
neomutt \
_nerdctl \
_nfpm \
_ngrok \
_nomad \
_npm \
_oc \
Expand Down Expand Up @@ -1000,7 +1001,7 @@ symlinks: $(DATA)
$(ss) freeciv-server \
civserver
$(ss) _gaiacli \
_gaiad _npm _tendermint
_gaiad _ngrok _npm _tendermint
$(ss) gcc \
c++ cc f77 f95 g++ g++-5 g++-6 g++-7 g++-8 g77 g95 gcc-5 \
gcc-6 gcc-7 gcc-8 gccgo gccgo-5 gccgo-6 gccgo-7 gccgo-8 gcj \
Expand Down