refactor(config): migrate C4 integrations call sites to self-identifying guard

This commit is contained in:
2026-08-17 21:49:45 -04:00
parent a981fa7f0a
commit 516b2ba26c
8 changed files with 42 additions and 7 deletions
+4 -1
View File
@@ -4,6 +4,9 @@
# CATEGORY
# 05-package-management
#
# COMPONENT
# integrations/pkg-upgrade
#
# SYNOPSIS
# upgrade
#
@@ -19,7 +22,7 @@
# upgrade
function upgrade --description 'Full system upgrade via paru or yay'
# Opinionated guard (C4): integrations disabled
if not __fish_config_op_enabled __fish_config_op_integrations
if not __fish_config_op_enabled (status current-function)
set -l c_err (set_color red)
set -l c_reset (set_color normal)
echo "$c_err"'upgrade: disabled by __fish_config_op_integrations'"$c_reset" >&2