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
/// A 'template' for interactive usage across the whole dotnet CLI. Use this as a base and then specialize it for your use cases.
124
124
/// Despite being a 'forwarded option' there is no default forwarding configured, so if you want forwarding you can add it on a per-command basis.
125
125
/// </summary>
126
-
/// <remarks>If not set by a user, this will default to true if the user is not in a CI environment as detected by <see cref="Telemetry.CIEnvironmentDetectorForTelemetry.IsCIEnvironment"/>.</remarks>
/// <param name="acceptArgument">Whether the option accepts an boolean argument. If false, the option will be a flag.</param>
127
+
/// <remarks>
128
+
// If not set by a user, this will default to true if the user is not in a CI environment as detected by <see cref="Telemetry.CIEnvironmentDetectorForTelemetry.IsCIEnvironment"/>.
129
+
// If this is set to function as a flag, then there is no simple user-provided way to circumvent the behavior.
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one. [default: {PathUtility.EnsureTrailingSlash(defaultVal)}]
19
19
<PACKAGE_NAME> The package reference to remove.
20
20
21
21
Options:
22
-
--interactive Allows the command to stop and wait for user input or action (for example to complete authentication).
22
+
--interactive Allows the command to stop and wait for user input or action (for example to complete authentication). [default: True]
0 commit comments