1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- source: tests/snapshot_tests.rs expression: header --- _ssh-cli() { local i cur prev opts cmd COMPREPLY=() if [[ "${BASH_VERSINFO[0]}" -ge 4 ]]; then cur="$2" else cur="${COMP_WORDS[COMP_CWORD]}" fi prev="$3" cmd=""