diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-21 14:45:39 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-21 14:45:39 -0400 |
| commit | 6ee5af0a16a5f1a32eb933e30d8b86ff4e691beb (patch) | |
| tree | a4ccc48bef576be1cfd4d30342eebc684474e8f5 /api/booleans.yaml | |
| parent | 868ca31562dcc5d484d8f015adfa173c0a43c415 (diff) | |
Add short descriptions for API methods to improve manpages
Diffstat (limited to 'api/booleans.yaml')
| -rw-r--r-- | api/booleans.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |
