24 references to Option_ConfigFile
NuGet.CommandLine.XPlat (24)
Commands\ConfigCommands\ConfigCommand.cs (2)
153
Description = Strings.
Option_ConfigFile
,
185
Description = Strings.
Option_ConfigFile
,
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (2)
34
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
82
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
Commands\NuGet\Disable\DotnetNuGetDisableCommand.cs (1)
20
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
Commands\NuGet\Enable\DotnetNuGetEnableCommand.cs (1)
20
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
Commands\NuGet\List\DotnetNuGetListCommand.cs (2)
28
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
52
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
Commands\NuGet\Remove\DotnetNuGetRemoveCommand.cs (2)
28
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
53
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (2)
34
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
82
var configfile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
};
Commands\Package\Download\PackageDownloadCommand.cs (1)
45
Description = Strings.
Option_ConfigFile
,
Commands\PackageSearch\PackageSearchCommand.cs (1)
85
Description = Strings.
Option_ConfigFile
,
Commands\PushCommand.cs (1)
90
Description = Strings.
Option_ConfigFile
,
Commands\Signing\TrustedSignersCommand.cs (8)
29
var configFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
46
var configFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
64
var configFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
84
var configFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
107
var configFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
131
var configFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
154
var configFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
171
var mainConfigFile = new Option<string>("--configfile") { Description = Strings.
Option_ConfigFile
, Arity = ArgumentArity.ZeroOrOne };
Commands\Signing\VerifyCommand.cs (1)
48
Description = Strings.
Option_ConfigFile
,