Skip to content

Change invocation method for CTTcustom.ps1#186

Open
kawells wants to merge 1 commit intoChrisTitusTech:mainfrom
kawells:patch-1
Open

Change invocation method for CTTcustom.ps1#186
kawells wants to merge 1 commit intoChrisTitusTech:mainfrom
kawells:patch-1

Conversation

@kawells
Copy link

@kawells kawells commented Mar 11, 2026

The & (call operator) executes a script in a child scope, meaning any functions defined within CTTcustom.ps1 are not exposed to your main PowerShell session. This change will ensure that CTTcustom.ps1 is loaded into the current PowerShell session's scope, making any functions defined in it accessible.

The `&` (call operator) executes a script in a child scope, meaning any functions defined within `CTTcustom.ps1` are not exposed to your main PowerShell session. This change will ensure that `CTTcustom.ps1` is loaded into the current PowerShell session's scope, making any functions defined in it accessible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant