JustinGrote / JustinGrote/ModuleFast
Verbose Completion Message shouldn't recommend update if -Update was specified
- Dominant language
- C#
- Stars
- 151
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
```
DEBUG: ModuleFast(0.6.0): ✅ -Update was specified and the best remote candidate matches what is locally installed, so we can skip this module.
VERBOSE: ✅ 1 Module Specifications have all been satisfied by installed modules. If you would like to check for newer versions remotely, specify -Update
```
This should not have the "If you would like" part.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the C# source for the verbose completion message and the handling of -Update. Confirm how the message is assembled when -Update was specified and adjust the wording so it does not recommend checking for newer versions in that case; verify the resulting verbose output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100