Skip to content

Commit

Permalink
feat(ngrok): add 3rd party fallback completion loader (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga and scop authored Oct 14, 2024
1 parent 499ecab commit df48031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 @@ -766,6 +766,7 @@ CLEANFILES = \
neomutt \
_nerdctl \
_nfpm \
_ngrok \
_nomad \
_npm \
_oc \
Expand Down Expand Up @@ -1002,7 +1003,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

0 comments on commit df48031

Please sign in to comment.