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

PowerShell Prefix / Naming Convention #564

Open
potatoqualitee opened this issue Jan 25, 2020 · 0 comments
Open

PowerShell Prefix / Naming Convention #564

potatoqualitee opened this issue Jan 25, 2020 · 0 comments
Assignees

Comments

@potatoqualitee
Copy link

potatoqualitee commented Jan 25, 2020

Hello,
Thanks for this great project! I was exploring making my module dependent on PowerStig and was surprised by the names of the exported commands.

Please consider a PowerShell prefix such as PSG or Psg or Stg which helps reduce the possibility of naming conflicts.

FunctionsToExport = @(
    'Get-DomainName',
    'Get-Stig',
    'New-StigCheckList'
)

To

FunctionsToExport = @(
    'Get-PSGDomainName',
    'Get-PSGStig',
    'New-PSGCheckList'
)
@bcwilhite bcwilhite self-assigned this Jan 30, 2020
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

No branches or pull requests

2 participants