Skip to content

Commit

Permalink
feat: Import-ModuleMember ( Fixes #743 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 28, 2023
1 parent a878454 commit 2e92952
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe 'PipeScript.Automatic.Variable.MySelf' {
# By using $Myself, we can write an anonymously recursive fibonacci sequence.
Invoke-PipeScript {
param([int]$n = 1)

if ($n -lt 2) {
$n
} else {
Expand Down

0 comments on commit 2e92952

Please sign in to comment.