docs(guards): fold no-arg edge case into RETURNS status-1 line
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user