Skip to content

Commit

Permalink
feat: Exposing $4bitcss ( Fixes #47 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Apr 20, 2024
1 parent e48fe98 commit e5e42af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 4bitcss.ps.psm1
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
[Include('*-*.ps1')]$PSScriptRoot
[Include('*-*.ps1')]$PSScriptRoot

$myModule = $MyInvocation.MyCommand.ScriptBlock.Module
$ExecutionContext.SessionState.PSVariable.Set($myModule.Name, $myModule)
$myModule.pstypenames.insert(0, $myModule.Name)

Export-ModuleMember -Function *-* -Alias * -Variable $myModule.Name

0 comments on commit e5e42af

Please sign in to comment.