mirror of
https://github.com/KelvinTegelaar/RunAsUser.git
synced 2026-04-26 09:05:56 +03:00
[PR #2] [MERGED] Moving functions into separate file ☕ #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/RunAsUser#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KelvinTegelaar/RunAsUser/pull/2
Author: @tabs-not-spaces
Created: 7/14/2020
Status: ✅ Merged
Merged: 7/14/2020
Merged by: @KelvinTegelaar
Base:
master← Head:master📝 Commits (1)
f38ae4emoving function into seperate file📊 Changes
3 files changed (+29 additions, -16 deletions)
View changed files
➕
Public/Invoke-AsCurrentUser.ps1(+19 -0)📝
RunAsUser.psd1(+0 -0)📝
runasuser.psm1(+10 -16)📄 Description
Let's make the module more.... modular 🐱👤
hiding the assembly code in the *.psm1 to make Invoke-AsCurrentUser.ps1 a bit cleaner
If there's scope for helper functions that we don't want to expose to the end user, we can build out private folders as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.