From e3f2cc66b5cf49925b3d051717d6d524d7135858 Mon Sep 17 00:00:00 2001 From: feedmeapples Date: Thu, 10 Nov 2022 22:11:22 -0500 Subject: [PATCH] godoc --- godoc-current.txt | 2 ++ testdata/godoc-v3.x.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/godoc-current.txt b/godoc-current.txt index 65ec07ac68..9e0ac58f98 100644 --- a/godoc-current.txt +++ b/godoc-current.txt @@ -316,6 +316,8 @@ type App struct { CustomAppHelpTemplate string // SliceFlagSeparator is used to customize the separator for SliceFlag, the default is "," SliceFlagSeparator string + // DisableSliceFlagSeparator is used to disable SliceFlagSeparator, the default is false + DisableSliceFlagSeparator bool // Boolean to enable short-option handling so user can combine several // single-character bool arguments into one // i.e. foobar -o -v -> foobar -ov diff --git a/testdata/godoc-v3.x.txt b/testdata/godoc-v3.x.txt index 65ec07ac68..f31b3f6a4a 100644 --- a/testdata/godoc-v3.x.txt +++ b/testdata/godoc-v3.x.txt @@ -316,6 +316,8 @@ type App struct { CustomAppHelpTemplate string // SliceFlagSeparator is used to customize the separator for SliceFlag, the default is "," SliceFlagSeparator string + // DisableSliceFlagSeparator is used to disable SliceFlagSeparator, the default is false + DisableSliceFlagSeparator bool // Boolean to enable short-option handling so user can combine several // single-character bool arguments into one // i.e. foobar -o -v -> foobar -ov