From 6ee5af0a16a5f1a32eb933e30d8b86ff4e691beb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 21 Apr 2025 14:45:39 -0400 Subject: Add short descriptions for API methods to improve manpages --- api/booleans.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/booleans.yaml') diff --git a/api/booleans.yaml b/api/booleans.yaml index 851b7b0b..0831ac18 100644 --- a/api/booleans.yaml +++ b/api/booleans.yaml @@ -1,6 +1,7 @@ Bool.parse: + short: parse into boolean description: > - Converts a string representation of a boolean value into a boolean. Acceptable + Converts a text representation of a boolean value into a boolean. Acceptable boolean values are case-insensitive variations of `yes`/`no`, `y`/`n`, `true`/`false`, `on`/`off`. return: -- cgit v1.2.3