Skip to content

Commit 1cecc53

Browse files
committed
tools removed whitespaces from Comment-Based Help
1 parent 68d5b5a commit 1cecc53

File tree

3 files changed

+8
-25
lines changed

3 files changed

+8
-25
lines changed

tools/Add-FolderOnPath.ps1

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,11 @@ process {
313313
Prepends or appends a path to the defined environment variable.
314314
315315
.Description
316-
`Add-FolderOnPath` script prepends or appends a path to the environment variable defined by
317-
the Variable parameter or PATH env. variable by default. A path is prepended by default or
318-
you can use the Append parameter to append a path. You can also use the LibraryPath parameter
319-
that adds a path to the `LD_LIBRARY_PATH` environment variable.
316+
`Add-FolderOnPath` script prepends or appends a path to the environment variable defined by the Variable parameter or PATH env. variable by default. A path is prepended by default or you can use the Append parameter to append a path. You can also use the LibraryPath parameter that adds a path to the `LD_LIBRARY_PATH` environment variable.
320317
321-
The RestorePath parameter restores a current environment to its original state. It tracks all
322-
the changed environment variables and after the call, all the changed env. variables will be
323-
restored at once.
318+
The RestorePath parameter restores a current environment to its original state. It tracks all the changed environment variables and after the call, all the changed env. variables will be restored at once.
324319
325-
A path will not be added when an environment variable already contains this path. You can
326-
add more paths add once and the script also works on Unix systems.
320+
A path will not be added when an environment variable already contains this path. You can add more paths add once and the script also works on Unix systems.
327321
328322
.Parameter Path
329323
Specifies the folder to add on the system path, is pwd by default.

tools/Get-VcpkgHash.ps1

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ finally {
109109
Computes the SHA-512 hash of a specified branch or git reference object
110110
111111
.Description
112-
Computes the hash of a specified branch or git reference object. By default, it computes
113-
the SHA-512 hash. The output will be the computed hash for the given git object displayed directly
114-
on the console.
112+
Computes the hash of a specified branch or git reference object. By default, it computes the SHA-512 hash. The output will be the computed hash for the given git object displayed directly on the console.
115113
116114
Prints error message to the error stream and exits with the error code 1 if the download fails.
117115
@@ -141,8 +139,7 @@ finally {
141139
142140
.INPUTS
143141
System.String
144-
You can pipe a branch for which to download the package archive and compute the SHA-512 hash
145-
(works with a commit ID too).
142+
You can pipe a branch for which to download the package archive and compute the SHA-512 hash (works with a commit ID too).
146143
147144
.OUTPUTS
148145
The computed SHA-512 hash for the given git object (branch or ref).

tools/deploy.ps1

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,9 +1707,7 @@ Invoke-MergeDevelopAndDeploy -Message 'Vcpkg ports were updated and deployed suc
17071707
The TinyORM library bumping version numbers and deployment script
17081708
17091709
.Description
1710-
The `deploy.ps1` script helps with bumping version numbers for all libraries and deploying these
1711-
changes to the `main` branch. It also outputs all the available information and allows to confirm
1712-
or cancel future processing.
1710+
The `deploy.ps1` script helps with bumping version numbers for all libraries and deploying these changes to the `main` branch. It also outputs all the available information and allows to confirm or cancel future processing.
17131711
17141712
It does the following actions:
17151713
@@ -1748,15 +1746,9 @@ Invoke-MergeDevelopAndDeploy -Message 'Vcpkg ports were updated and deployed suc
17481746
- prepare the vcpkg commit message
17491747
- do the commit, merge to the `main` branch (ff-only), and push to the `origin/main`
17501748
1751-
The deployment is not possible without bumping the `TinyOrm` library version number because a git
1752-
tag must be created. That means that bumping only the `tom`, `TinyDrivers`, `TinyMySql`, or `TinyUtils`
1753-
isn't possible. This used to be possible, but not anymore because git tags are created during
1754-
deployment.
1749+
The deployment is not possible without bumping the `TinyOrm` library version number because a git tag must be created. That means that bumping only the `tom`, `TinyDrivers`, `TinyMySql`, or `TinyUtils` isn't possible. This used to be possible, but not anymore because git tags are created during deployment.
17551750
1756-
There is a second mode that allows to completely skip bumping version numbers and in this case
1757-
is possible to deploy the vcpkg ports only. The vcpkg ports will use the git commit ID
1758-
of the main branch for the vcpkg_from_github REF option in this case. The first approval question
1759-
allows you to select this so-called second mode.
1751+
There is a second mode that allows to completely skip bumping version numbers and in this case is possible to deploy the vcpkg ports only. The vcpkg ports will use the git commit ID of the main branch for the vcpkg_from_github REF option in this case. The first approval question allows you to select this so-called second mode.
17601752
17611753
.INPUTS
17621754
Nothing.

0 commit comments

Comments
 (0)