Skip to content

Commit

Permalink
Merge pull request #28 from nkdAgility/topic/updatedefaults
Browse files Browse the repository at this point in the history
Update thos edefaults+
  • Loading branch information
MrHinsh authored Jul 2, 2024
2 parents bb89dfd + c7d8573 commit 82ae319
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 82ae319

Please sign in to comment.