dotnet / dotnet/command-line-api
Usage shows Project name instead of the tool name.
Aperta
bug
- Lingua principale
- C#
- Stelle
- 3.7k
- Fork
- 428
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Example I have something as follows :
I have Bar.csproj as follows.
```
true
foo
```
The usage of the command is shown as follows when we type the command foo.
```
Usage:
Bar [options] [command]
Options:
--version Display version information
```
I Was expecting :
```
Usage:
foo [options] [command]
Options:
--version Display version information
```
Is this a bug or by design? If not please advise on how to package. Thank you.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.