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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user