diff --git a/src/Valet/Commands/AzureDevOps/Audit.cs b/src/Valet/Commands/AzureDevOps/Audit.cs index 9425971..0f4ebf6 100644 --- a/src/Valet/Commands/AzureDevOps/Audit.cs +++ b/src/Valet/Commands/AzureDevOps/Audit.cs @@ -13,7 +13,14 @@ public Audit(string[] args) protected override string Name => "azure-devops"; protected override string Description => "An audit will output a list of data used in an Azure DevOps instance."; + private static readonly Option ConfigFilePath = new("--config-file-path") + { + Description = "The file path corresponding to the Azure DevOps configuration file.", + IsRequired = false, + }; + protected override ImmutableArray