Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script Block and Script File entries #46

Merged
merged 7 commits into from
Jun 15, 2024
Merged

Script Block and Script File entries #46

merged 7 commits into from
Jun 15, 2024

Conversation

mdgrs-mei
Copy link
Owner

Fixes #38

This PR adds support for ScriptBlock and Script File entries.

Add-PSRunScriptBlock -Name 'Test ScriptBlock' -ScriptBlock {
    'This is a test ScriptBlock'
}

Add-PSRunScriptFile -Path 'D:\PowerShellRun\tests\TestScriptFile.ps1' -Icon '💎'

image

@mdgrs-mei mdgrs-mei linked an issue Jun 15, 2024 that may be closed by this pull request
4 tasks
@mdgrs-mei mdgrs-mei merged commit ed86591 into main Jun 15, 2024
3 checks passed
@mdgrs-mei mdgrs-mei deleted the add-script-entry branch June 15, 2024 06:11
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.

[Feature Request]: ScriptBlock and Script file entries
1 participant