mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
powershell: support recursive requires statements (#43143)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Function Get-Test1 {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Test function
|
||||
#>
|
||||
return "Get-Test1"
|
||||
}
|
||||
|
||||
Export-ModuleMember -Function Get-Test1
|
||||
Reference in New Issue
Block a user