MessagePack-CSharp / MessagePack-CSharp/MessagePack-CSharp
[FR] dotnet tool mpc does not support command style like that below
Open
source generation
- Dominant language
- C#
- Stars
- 6.8k
- Forks
- 775
- Avg merge
- 3h 26m
- Merged PRs (30d)
- 6
Description
```
mpc -i "%INPUT%" -o "%OUTPUT%" -m
```
if do like that, it shows me somthing like 'output(-o) required'
But i must use command like that because there is whitespace in already existing paths
Obviously, it only support like this and without whitespace
```
mpc -i %INPUT% -o %OUTPUT% -m
```
Contributor guide
Research direction
Start at the dotnet tool mpc command-line entry point and reproduce both command forms shown, using paths that contain whitespace. The work is done when quoted input and output paths are accepted with -m just as the unquoted forms are, without reporting that -o is missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100