Skip to content

Commit 62b7a11

Browse files
committed
Add notes to Get/SetOption manpage entries [skip appveyor]
Options are stored in an internal data structure defined by the optparse module, and despite the comments that you can deduce the type from the command-line option doc, it's not always obvious. Added an annotation to the Notes column in an attempt to be more explicit. Signed-off-by: Mats Wichmann <mats@linux.com>
1 parent b756de8 commit 62b7a11

4 files changed

Lines changed: 86 additions & 34 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
104104
* Drop old example section from manpage (not a visible change: has been
105105
commented out since v4.0, when the content moved to the new Cookbook)
106106
* Reword IMPLICIT_COMMAND_DEPENDENCIES construction variable.
107+
* Add info on the type of an option variable to GetOption and SetOption.
107108

108109

109110
RELEASE 4.10.1 - Sun, 16 Nov 2025 10:51:57 -0700

RELEASE.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@ DOCUMENTATION
142142

143143
- Fix typos in preface, Chapter 6, Chapter 9 and Chapter 10 of User Guide
144144

145-
146145
- Fix broken links in Chapter 1 of User Guide
147146

147+
* Add info on the type of an option variable to GetOption and SetOption.
148+
149+
148150
DEVELOPMENT
149151
-----------
150152

0 commit comments

Comments
 (0)