Public/clisetup/Create-CLiProfile.ps1
#!/usr/bin/env pwsh function Create-CLIProfile { [CmdletBinding()] param ( ) begin { } process { } end { } } |
#!/usr/bin/env pwsh function Create-CLIProfile { [CmdletBinding()] param ( ) begin { } process { } end { } } |