We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499ecab commit df48031Copy full SHA for df48031
completions/.gitignore
@@ -204,6 +204,7 @@
204
/neomutt
205
/_nerdctl
206
/_nfpm
207
+/_ngrok
208
/_nomad
209
/_npm
210
/_oc
completions/Makefile.am
@@ -766,6 +766,7 @@ CLEANFILES = \
766
neomutt \
767
_nerdctl \
768
_nfpm \
769
+ _ngrok \
770
_nomad \
771
_npm \
772
_oc \
@@ -1002,7 +1003,7 @@ symlinks: $(DATA)
1002
1003
$(ss) freeciv-server \
1004
civserver
1005
$(ss) _gaiacli \
- _gaiad _npm _tendermint
1006
+ _gaiad _ngrok _npm _tendermint
1007
$(ss) gcc \
1008
c++ cc f77 f95 g++ g++-5 g++-6 g++-7 g++-8 g77 g95 gcc-5 \
1009
gcc-6 gcc-7 gcc-8 gccgo gccgo-5 gccgo-6 gccgo-7 gccgo-8 gcj \
0 commit comments