Update index.md (#9391)
parent
d04c2c7357
commit
55c42642a6
|
@ -386,9 +386,9 @@ Within the same command, don't mix command-line argument key-value pairs that us
|
|||
Example commands:
|
||||
|
||||
```console
|
||||
dotnet run CommandLineKey1=value --CommandLineKey2=value /CommandLineKey3=value
|
||||
dotnet run --CommandLineKey1 value /CommandLineKey2 value
|
||||
dotnet run CommandLineKey1= CommandLineKey2=value
|
||||
dotnet run CommandLineKey1=value1 --CommandLineKey2=value2 /CommandLineKey3=value3
|
||||
dotnet run --CommandLineKey1 value1 /CommandLineKey2 value2
|
||||
dotnet run CommandLineKey1= CommandLineKey2=value2
|
||||
```
|
||||
|
||||
### Switch mappings
|
||||
|
|
Loading…
Reference in New Issue