Skip to content

Commit

Permalink
PSA Build - Adding -Cache (Fixes #40)
Browse files Browse the repository at this point in the history
And carrying properties (Fixes #43)
  • Loading branch information
StartAutomating authored and StartAutomating committed Sep 14, 2023
1 parent eb39280 commit 49628bf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/Get-BlueSkyUnspeccedPopular.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ You can provide this -Cursor to the same command with the same input to get more



#### **Cache**

If set, will cache results for performance.






|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[Switch]`|false |named |false |



#### **WhatIf**
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
-WhatIf is used to see what would happen, or return operations without executing them
Expand All @@ -96,5 +111,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co

### Syntax
```PowerShell
Get-BskyUnspeccedPopular [-IncludeNsfw] [[-Limit] <PSObject>] [[-Cursor] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-BskyUnspeccedPopular [-IncludeNsfw] [[-Limit] <PSObject>] [[-Cursor] <String>] [-Cache] [-WhatIf] [-Confirm] [<CommonParameters>]
```

0 comments on commit 49628bf

Please sign in to comment.