Remove abbreviated command line parameters
- Dominant language
- C#
- Stars
- 109
- Forks
- 85
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 1
Description
This command line is hard to read:
`.\RIT.exe "/in=Project System" /bn=master /bq=DotNet-Project-System /vsbn=master /ic=true /id=false /qv=true /ua=true /uc=false "/tp=[RIT Test]"
`
We should change the scripts to use the long form names of the commands so that when we're looking at what parameters were passed to RIT in CI runs it's not so hard to read.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the scripts for the RIT.exe invocation and the abbreviated parameters shown in the issue. Replace those invocations with their long-form names, then verify that the CI commands expose readable parameter names and still pass the same values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100