scop / bash-completion

Programmable completion functions for bash
GNU General Public License v2.0
2.8k stars 376 forks source link

test(ifdown,iftest): Skip if we don't have network #1208

Closed yedayak closed 2 weeks ago

yedayak commented 1 month ago

Without network we likely don't have any interfaces configured either

Fixes: https://github.com/scop/bash-completion/issues/479

scop commented 2 weeks ago

Thanks!