feat: gracefully fallback when integration dependencies are not met

If a dependency for an integration is missing, fallback gracefully so as
not to interrupt user experience
This commit is contained in:
2026-04-30 20:11:50 -04:00
parent 7e1c727b69
commit 8d1ab2eeb9
5 changed files with 14 additions and 2 deletions
+4
View File
@@ -14,6 +14,10 @@
# fish completion for tailscale -*- shell-script -*-
if not type -q tailscale
return
end
function __tailscale_debug
set -l file "$BASH_COMP_DEBUG_FILE"
if test -n "$file"