Skip to content

Commit

Permalink
Update thos edefaults+
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 2, 2024
1 parent bb89dfd commit c7d8573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace AzureDevOps.WorkItemClone.ConsoleUI.Commands
internal class BaseCommandSettings : CommandSettings
{
[Description("Pre configure paramiters using this config file. Run `Init` to create it.")]
[CommandOption("--config")]
[CommandOption("--config|--configFile")]
[DefaultValue("configuration.json")]
[JsonIgnore]
public string? configFile { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"Clone": {
"commandName": "Project",
"commandLineArgs": "clone --RunName Run1 --jsonFile ..\\..\\..\\..\\..\\TestData\\ADO_TESTProjPipline_V03.json "
"commandLineArgs": "clone --RunName Run1 --cachePath ..\\..\\..\\..\\..\\.cache\\ --configFile ..\\..\\..\\..\\..\\.cache\\configuration.json --jsonFile ..\\..\\..\\..\\..\\TestData\\ADO_TESTProjPipline_V03.json "
},
"empty": {
"commandName": "Project"
Expand Down

0 comments on commit c7d8573

Please sign in to comment.