mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-20 00:58:37 +02:00
Update the manuals
This commit is contained in:
@@ -8,18 +8,15 @@ cd-docs.ps1
|
||||
## Description
|
||||
Go to the user's documents folder.
|
||||
|
||||
## Syntax
|
||||
## Syntax & Parameters
|
||||
```powershell
|
||||
/home/mf/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
```
|
||||
<CommonParameters>
|
||||
[<CommonParameters>]
|
||||
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
|
||||
```
|
||||
|
||||
## Example
|
||||
|
Reference in New Issue
Block a user