NAME
Reload-File
SYNOPSIS
Reloads or opens file.
SYNTAX
Reload-File [[-File] <String>] [<CommonParameters>]
DESCRIPTION
Reloads content of file or opens if not in aby opened tab.
PARAMETERS
-File <String>
Required? false
Position? 1
Default value $psise.CurrentFile.FullPath
Accept pipeline input? false
Accept wildcard characters? false
<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).
INPUTS
OUTPUTS
NOTES
Author : Sebastian Ziółkowski
Website: ziolkowsky.wordpress.com
GitHub : github.com/ziolkowsky
-------------------------- EXAMPLE 1 --------------------------
PS>Reload-File TestFile
-------------------------- EXAMPLE 2 --------------------------
PS>Reload-File
Reloads current active tab.
RELATED LINKS
https://ziolkowsky.wordpress.com/2022/04/16/reload-file/
https://github.com/ziolkowsky/ShellPowerFramework
0 Comments on “Reload-File”