feat(guards): per-category variable overrides master in __fish_config_op_enabled #41

Merged
rootiest merged 5 commits from feat/per-category-master-override into main 2026-06-11 03:09:52 +00:00
Showing only changes of commit c04c1a4bc2 - Show all commits
+1 -2
View File
@@ -25,8 +25,7 @@
# #
# RETURNS # RETURNS
# 0 Component enabled (category explicitly truthy; or category unset and master not falsy) # 0 Component enabled (category explicitly truthy; or category unset and master not falsy)
# 1 Component disabled (category explicitly falsy; or category unset and master falsy) # 1 Component disabled (category explicitly falsy; or category unset and master falsy; or no argument with falsy master)
# (no argument → category check returns 2/unset; master governs)
# #
# EXAMPLE # EXAMPLE
# if __fish_config_op_enabled __fish_config_op_aliases # if __fish_config_op_enabled __fish_config_op_aliases