danhellem / azure-devops-admin-cli

cli to help manage specific admin tasks in azure devops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action "list-delete-plans" requires parameter project

Thovanho opened this issue · comments

Add check for action "list-delete-plans" and missing parameter "project" in CheckArguments.

            if (action == "list-delete-plans" && string.IsNullOrEmpty(project))
            {
                throw new ArgumentException("Missing required argument 'project'");
            }