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
// Technically "cancel" is a verb, but I feel like the method is actually implying "Set" as the main verb and CancelOnProcessTermination is what the property would be called.// So, consider making this a property instead of a method when moving it.publicstaticCommandLineBuilderCancelOnProcessTermination(thisCommandLineBuilderbuilder);// These Enables also look like properties.publicstaticCommandLineBuilderEnableDirectives(thisCommandLineBuilderbuilder,boolvalue=True);publicstaticCommandLineBuilderEnableLegacyDoubleDashBehavior(thisCommandLineBuilderbuilder,boolvalue=True);publicstaticCommandLineBuilderEnablePosixBundling(thisCommandLineBuilderbuilder,boolvalue=True);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: