docs(guards): fold no-arg edge case into RETURNS status-1 line

This commit is contained in:
2026-06-10 22:59:49 -04:00
parent 4c989a45c1
commit c04c1a4bc2
+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