Skip to content

Commit 65ccc2d

Browse files
committed
reduce spacing for command options list
1 parent 272c3c7 commit 65ccc2d

File tree

6 files changed

+19
-22
lines changed

6 files changed

+19
-22
lines changed

docs/core/tools/dotnet-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 09/29/2025
1515

1616
```dotnetcli
1717
dotnet format [<PROJECT | SOLUTION>]
18-
[--diagnostics <DIAGNOSTICS>] [--exclude-diagnostics <EXCLUDE-DIAGNOSTICS>] [--severity <SEVERITY>] [--no-restore] [--verify-no-changes] [--include <INCLUDE>] [--exclude <EXCLUDE>] [--include-generated] [-v|--verbosity <LEVEL>] [--binarylog <BINARY-LOG-PATH>] [--report <REPORT-PATH>] [--version]
18+
[--diagnostics <DIAGNOSTICS>] [--exclude-diagnostics <EXCLUDE-DIAGNOSTICS>] [--severity <SEVERITY>] [--no-restore] [--verify-no-changes] [--include <INCLUDE>] [--exclude <EXCLUDE>] [--include-generated] [-v|--verbosity <LEVEL>] [--binarylog <BINARY-LOG-PATH>] [--report <REPORT-PATH>] [--version]
1919
2020
dotnet format -h|--help
2121
```

docs/core/tools/dotnet-pack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.date: 09/29/2025
1515

1616
```dotnetcli
1717
dotnet pack [<PROJECT>|<SOLUTION>]
18-
[--artifacts-path <ARTIFACTS_DIR>]
19-
[-c|--configuration <CONFIGURATION>] [--disable-build-servers][--force] [--include-source] [--include-symbols] [--interactive] [--no-build] [--no-dependencies] [--no-restore] [--nologo] [-o|--output <OUTPUT_DIRECTORY>] [--runtime <RUNTIME_IDENTIFIER>] [-s|--serviceable] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>]
20-
[--version-suffix <VERSION_SUFFIX>]
18+
[--artifacts-path <ARTIFACTS_DIR>]
19+
[-c|--configuration <CONFIGURATION>] [--disable-build-servers][--force] [--include-source] [--include-symbols] [--interactive] [--no-build] [--no-dependencies] [--no-restore] [--nologo] [-o|--output <OUTPUT_DIRECTORY>] [--runtime <RUNTIME_IDENTIFIER>] [-s|--serviceable] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>]
20+
[--version-suffix <VERSION_SUFFIX>]
2121
2222
dotnet pack -h|--help
2323
```

docs/core/tools/dotnet-package-remove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 09/29/2025
1818

1919
```dotnetcli
2020
dotnet package remove <PACKAGE_NAME> [--project <PROJECT>]
21-
[--interactive] [--file <FILE>]
21+
[--interactive] [--file <FILE>]
2222
2323
dotnet package remove -h|--help
2424
```

docs/core/tools/dotnet-restore.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ ms.date: 09/29/2025
1414
## Synopsis
1515

1616
```dotnetcli
17-
dotnet restore [<PROJECT>|<SOLUTION>|<FILE>] [--configfile <FILE>] [--disable-build-servers]
18-
[--disable-parallel]
19-
[-f|--force] [--force-evaluate] [--ignore-failed-sources]
20-
[--interactive] [--lock-file-path <LOCK_FILE_PATH>] [--locked-mode] [--no-http-cache]
21-
[--no-cache] [--no-dependencies] [--packages <PACKAGES_DIRECTORY>]
22-
[-r|--runtime <RUNTIME_IDENTIFIER>] [-s|--source <SOURCE>]
23-
[--tl:[auto|on|off]] [--use-current-runtime, --ucr [true|false]]
24-
[--use-lock-file] [-a|--arch <ARCHITECTURE>] [--os <OS>] [-v|--verbosity <LEVEL>]
17+
dotnet restore [<PROJECT>|<SOLUTION>|<FILE>]
18+
[--configfile <FILE>] [--disable-build-servers]
19+
[--disable-parallel] [-f|--force] [--force-evaluate] [--ignore-failed-sources] [--interactive] [--lock-file-path <LOCK_FILE_PATH>] [--locked-mode] [--no-http-cache]
20+
[--no-cache] [--no-dependencies] [--packages <PACKAGES_DIRECTORY>]
21+
[-r|--runtime <RUNTIME_IDENTIFIER>] [-s|--source <SOURCE>]
22+
[--tl:[auto|on|off]] [--use-current-runtime, --ucr [true|false]] [--use-lock-file] [-a|--arch <ARCHITECTURE>] [--os <OS>] [-v|--verbosity <LEVEL>]
2523
2624
dotnet restore -h|--help
2725
```

docs/core/tools/dotnet-run.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ ms.date: 09/29/2025
1515

1616
```dotnetcli
1717
dotnet run [<applicationArguments>]
18-
[-a|--arch <ARCHITECTURE>] [--artifacts-path <ARTIFACTS_DIR>] [-c|--configuration <CONFIGURATION>]
19-
[-e|--environment <KEY=VALUE>] [--file <FILE_PATH>] [-f|--framework <FRAMEWORK>] [--force] [--interactive]
20-
[--launch-profile <NAME>] [--no-build] [--no-dependencies] [--no-launch-profile] [--no-restore]
21-
[--os <OS>] [--project <PATH>] [-r|--runtime <RUNTIME_IDENTIFIER>] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>]
22-
[[--] [application arguments]]
18+
[-a|--arch <ARCHITECTURE>] [--artifacts-path <ARTIFACTS_DIR>] [-c|--configuration <CONFIGURATION>]
19+
[-e|--environment <KEY=VALUE>] [--file <FILE_PATH>] [-f|--framework <FRAMEWORK>] [--force] [--interactive]
20+
[--launch-profile <NAME>] [--no-build] [--no-dependencies] [--no-launch-profile] [--no-restore]
21+
[--os <OS>] [--project <PATH>] [-r|--runtime <RUNTIME_IDENTIFIER>] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>] [[--] [application arguments]]
2322
2423
dotnet run -h|--help
2524
```

docs/core/tools/dotnet-store.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ms.date: 09/29/2025
1515

1616
```dotnetcli
1717
dotnet store [-m|--manifest <PATH_TO_MANIFEST_FILE>]
18-
[-f|--framework <FRAMEWORK_VERSION>] [--disable-build-servers] [-r|--runtime <RUNTIME_IDENTIFIER>]
19-
[--framework-version <FRAMEWORK_VERSION>] [--output <OUTPUT_DIRECTORY>]
20-
[--skip-optimization] [--skip-symbols] [-ucr|--use-current-runtime] [-v|--verbosity <LEVEL>]
21-
[--working-dir <WORKING_DIRECTORY>]
18+
[-f|--framework <FRAMEWORK_VERSION>] [--disable-build-servers] [-r|--runtime <RUNTIME_IDENTIFIER>]
19+
[--framework-version <FRAMEWORK_VERSION>] [--output <OUTPUT_DIRECTORY>]
20+
[--skip-optimization] [--skip-symbols] [-ucr|--use-current-runtime] [-v|--verbosity <LEVEL>]
21+
[--working-dir <WORKING_DIRECTORY>]
2222
2323
dotnet store -h|--help
2424
```

0 commit comments

Comments
 (0)