You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(there is another scenario where ThirdPartyCommandLine is being abused, but I can't remember it!)
make sure ExternalThirdParty has correct members (add ExecutionFlags ThirdPartyCommandLine)
add a Positional type = []string
check the FlagSet (don't assume the family parameter sets will be defined on the root command)
define file-only filter family
define folder-only filter family
define a PolyFilter family that has consisting of compound Files And Folders
rename self to parent
re-evaluate the short flag names for the filters
rename Present to Specified
ExternalThirdParty.KnownBy should be of type KnownByCollection
dry-run family test named incorrectly ("profile family" => "preview family")
BindAll needs an optional FlagSet parameter. If a FlagSet is provided then the flag set should be created using NewFlagInfoOnFlagSet otherwise use the default NewFlagInfo eg (with alt):
actually ExternalThirdParty may not have to contain ExecutionFlags as previously suggested as it already contains a Known member of the same type. But Known is a bit ambiguous so let's rename it ExecutionFlags.
The text was updated successfully, but these errors were encountered: