diff --git a/docs/en-US/Add-TerminalIconsColorTheme.md b/docs/en-US/Add-TerminalIconsColorTheme.md index 4c36d88..f069e3d 100644 --- a/docs/en-US/Add-TerminalIconsColorTheme.md +++ b/docs/en-US/Add-TerminalIconsColorTheme.md @@ -14,12 +14,14 @@ Add a Terminal-Icons color theme for the current user. ### Path (Default) ``` -Add-TerminalIconsColorTheme [-Path] [-Force] [-WhatIf] [-Confirm] [] +Add-TerminalIconsColorTheme [-Path] [-Force] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ### LiteralPath ``` -Add-TerminalIconsColorTheme [-LiteralPath] [-Force] [-WhatIf] [-Confirm] [] +Add-TerminalIconsColorTheme [-LiteralPath] [-Force] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -122,6 +124,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Add-TerminalIconsIconTheme.md b/docs/en-US/Add-TerminalIconsIconTheme.md index 47b8d38..1e6db1b 100644 --- a/docs/en-US/Add-TerminalIconsIconTheme.md +++ b/docs/en-US/Add-TerminalIconsIconTheme.md @@ -14,12 +14,14 @@ Add a Terminal-Icons icon theme for the current user. ### Path (Default) ``` -Add-TerminalIconsIconTheme [-Path] [-Force] [-WhatIf] [-Confirm] [] +Add-TerminalIconsIconTheme [-Path] [-Force] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ### LiteralPath ``` -Add-TerminalIconsIconTheme [-LiteralPath] [-Force] [-WhatIf] [-Confirm] [] +Add-TerminalIconsIconTheme [-LiteralPath] [-Force] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -122,6 +124,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Format-TerminalIcons.md b/docs/en-US/Format-TerminalIcons.md index 543bf0b..83690bd 100644 --- a/docs/en-US/Format-TerminalIcons.md +++ b/docs/en-US/Format-TerminalIcons.md @@ -13,7 +13,8 @@ Prepend a custom icon (with color) to the provided file or folder object when di ## SYNTAX ``` -Format-TerminalIcons [-FileInfo] [[-CurrentSettings] ] [] +Format-TerminalIcons [-FileInfo] [[-CurrentSettings] ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Format-TerminalIconsDate.md b/docs/en-US/Format-TerminalIconsDate.md index 785e63e..9b35295 100644 --- a/docs/en-US/Format-TerminalIconsDate.md +++ b/docs/en-US/Format-TerminalIconsDate.md @@ -13,7 +13,8 @@ schema: 2.0.0 ## SYNTAX ``` -Format-TerminalIconsDate [[-DateTime] ] [[-CurrentSettings] ] [] +Format-TerminalIconsDate [[-DateTime] ] [[-CurrentSettings] ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -60,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Format-TerminalIconsFileLength.md b/docs/en-US/Format-TerminalIconsFileLength.md index a0c5c3c..51de4be 100644 --- a/docs/en-US/Format-TerminalIconsFileLength.md +++ b/docs/en-US/Format-TerminalIconsFileLength.md @@ -14,7 +14,7 @@ schema: 2.0.0 ``` Format-TerminalIconsFileLength [[-FileInfo] ] [[-CurrentSettings] ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -61,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Get-TerminalIconsColorTheme.md b/docs/en-US/Get-TerminalIconsColorTheme.md index 7eab5e6..ee2fbac 100644 --- a/docs/en-US/Get-TerminalIconsColorTheme.md +++ b/docs/en-US/Get-TerminalIconsColorTheme.md @@ -13,7 +13,8 @@ List the available color themes. ## SYNTAX ``` -Get-TerminalIconsColorTheme [[-CurrentSettings] ] [] +Get-TerminalIconsColorTheme [[-CurrentSettings] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -45,6 +46,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Get-TerminalIconsGlyphs.md b/docs/en-US/Get-TerminalIconsGlyphs.md index 8f84c6f..6ceceed 100644 --- a/docs/en-US/Get-TerminalIconsGlyphs.md +++ b/docs/en-US/Get-TerminalIconsGlyphs.md @@ -13,7 +13,7 @@ Gets the list of glyphs known to Terminal-Icons. ## SYNTAX ``` -Get-TerminalIconsGlyphs [[-Glyphs] ] [] +Get-TerminalIconsGlyphs [[-Glyphs] ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -46,6 +46,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Get-TerminalIconsIconTheme.md b/docs/en-US/Get-TerminalIconsIconTheme.md index 0138b3f..fac9634 100644 --- a/docs/en-US/Get-TerminalIconsIconTheme.md +++ b/docs/en-US/Get-TerminalIconsIconTheme.md @@ -13,7 +13,8 @@ List the available icon themes. ## SYNTAX ``` -Get-TerminalIconsIconTheme [[-CurrentSettings] ] [] +Get-TerminalIconsIconTheme [[-CurrentSettings] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -45,6 +46,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Get-TerminalIconsPreference.md b/docs/en-US/Get-TerminalIconsPreference.md index 5154a1b..9db4c28 100644 --- a/docs/en-US/Get-TerminalIconsPreference.md +++ b/docs/en-US/Get-TerminalIconsPreference.md @@ -13,7 +13,7 @@ Gets the current preferences for Terminal-Icons. ## SYNTAX ``` -Get-TerminalIconsPreference [] +Get-TerminalIconsPreference [-ProgressAction ] [] ``` ## DESCRIPTION @@ -30,6 +30,21 @@ PS C:\> {{ Add example code here }} ## PARAMETERS +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Get-TerminalIconsTheme.md b/docs/en-US/Get-TerminalIconsTheme.md index bdf8151..f8db4c1 100644 --- a/docs/en-US/Get-TerminalIconsTheme.md +++ b/docs/en-US/Get-TerminalIconsTheme.md @@ -13,7 +13,8 @@ Get the currently applied color and icon theme. ## SYNTAX ``` -Get-TerminalIconsTheme [[-CurrentSettings] ] [] +Get-TerminalIconsTheme [[-CurrentSettings] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -45,6 +46,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Invoke-TerminalIconsThemeMigration.md b/docs/en-US/Invoke-TerminalIconsThemeMigration.md index 7f08970..32d2870 100644 --- a/docs/en-US/Invoke-TerminalIconsThemeMigration.md +++ b/docs/en-US/Invoke-TerminalIconsThemeMigration.md @@ -14,12 +14,13 @@ Used to migrate your terminal icon themes to Nerd Fonts v3. ### Path ``` -Invoke-TerminalIconsThemeMigration [-Path] [] +Invoke-TerminalIconsThemeMigration [-Path] [-ProgressAction ] [] ``` ### LiteralPath ``` -Invoke-TerminalIconsThemeMigration [-LiteralPath] [] +Invoke-TerminalIconsThemeMigration [-LiteralPath] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -66,6 +67,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Remove-TerminalIconsTheme.md b/docs/en-US/Remove-TerminalIconsTheme.md index 33cd2e5..ea8704e 100644 --- a/docs/en-US/Remove-TerminalIconsTheme.md +++ b/docs/en-US/Remove-TerminalIconsTheme.md @@ -14,7 +14,7 @@ Removes a color or icon theme ``` Remove-TerminalIconsTheme [[-IconTheme] ] [[-ColorTheme] ] [[-CurrentSettings] ] - [-Force] [-WhatIf] [-Confirm] [] + [-Force] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -129,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Set-TerminalIconsIcon.md b/docs/en-US/Set-TerminalIconsIcon.md index 46e58bd..cdc1b3e 100644 --- a/docs/en-US/Set-TerminalIconsIcon.md +++ b/docs/en-US/Set-TerminalIconsIcon.md @@ -15,23 +15,26 @@ swapping one glyph for another. ### FileExtension (Default) ``` -Set-TerminalIconsIcon -FileExtension -Glyph [-Force] [-WhatIf] [-Confirm] - [] +Set-TerminalIconsIcon -FileExtension -Glyph [-Force] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### Directory ``` -Set-TerminalIconsIcon -Directory -Glyph [-Force] [-WhatIf] [-Confirm] [] +Set-TerminalIconsIcon -Directory -Glyph [-Force] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### FileName ``` -Set-TerminalIconsIcon -FileName -Glyph [-Force] [-WhatIf] [-Confirm] [] +Set-TerminalIconsIcon -FileName -Glyph [-Force] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### SwapGlyph ``` -Set-TerminalIconsIcon -NewGlyph -Glyph [-Force] [-WhatIf] [-Confirm] [] +Set-TerminalIconsIcon -NewGlyph -Glyph [-Force] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -196,6 +199,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Set-TerminalIconsPreference.md b/docs/en-US/Set-TerminalIconsPreference.md index eb6592f..47a07ae 100644 --- a/docs/en-US/Set-TerminalIconsPreference.md +++ b/docs/en-US/Set-TerminalIconsPreference.md @@ -16,7 +16,7 @@ schema: 2.0.0 Set-TerminalIconsPreference [[-IconTheme] ] [[-ColorTheme] ] [[-DateTimeFormat] ] [[-TimeZoneDisplay] ] [[-RendorMode] ] [[-FileSizeDisplay] ] [[-Preferences] ] [[-CurrentSettings] ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -172,6 +172,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Set-TerminalIconsTheme.md b/docs/en-US/Set-TerminalIconsTheme.md index 1a3fd39..ba30390 100644 --- a/docs/en-US/Set-TerminalIconsTheme.md +++ b/docs/en-US/Set-TerminalIconsTheme.md @@ -14,14 +14,14 @@ schema: 2.0.0 ### theme (Default) ``` -Set-TerminalIconsTheme [-IconTheme ] [-ColorTheme ] [-Force] [-WhatIf] [-Confirm] - [] +Set-TerminalIconsTheme [-IconTheme ] [-ColorTheme ] [-Force] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### notheme ``` -Set-TerminalIconsTheme [-DisableColorTheme] [-DisableIconTheme] [-Force] [-WhatIf] [-Confirm] - [] +Set-TerminalIconsTheme [-DisableColorTheme] [-DisableIconTheme] [-Force] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -143,6 +143,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/docs/en-US/Show-TerminalIconsTheme.md b/docs/en-US/Show-TerminalIconsTheme.md index af642ab..13dd2bd 100644 --- a/docs/en-US/Show-TerminalIconsTheme.md +++ b/docs/en-US/Show-TerminalIconsTheme.md @@ -13,7 +13,8 @@ List example directories and files to show the currently applied color and icon ## SYNTAX ``` -Show-TerminalIconsTheme [[-CurrentSettings] ] [] +Show-TerminalIconsTheme [[-CurrentSettings] ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -46,6 +47,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).