[PR #2] [MERGED] Moving functions into separate file #2

Closed
opened 2026-03-03 13:56:45 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • f38ae4e moving 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.

## 📋 Pull Request Information **Original PR:** https://github.com/KelvinTegelaar/RunAsUser/pull/2 **Author:** [@tabs-not-spaces](https://github.com/tabs-not-spaces) **Created:** 7/14/2020 **Status:** ✅ Merged **Merged:** 7/14/2020 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f38ae4e`](https://github.com/KelvinTegelaar/RunAsUser/commit/f38ae4efddb255e5145dda18fbe3cea4c72d8da7) moving function into seperate file ### 📊 Changes **3 files changed** (+29 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `Public/Invoke-AsCurrentUser.ps1` (+19 -0) 📝 `RunAsUser.psd1` (+0 -0) 📝 `runasuser.psm1` (+10 -16) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:56:45 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/RunAsUser#2
No description provided.