src/configmap.ps1
|
#requires -version 7.0 $helpersPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition) # Import all function files in dependency order . "$helpersPath\functions\languages.ps1" . "$helpersPath\functions\resolve-map.ps1" . "$helpersPath\functions\completion.ps1" . "$helpersPath\functions\map-entries.ps1" . "$helpersPath\functions\invoke-entry.ps1" . "$helpersPath\functions\help.ps1" . "$helpersPath\functions\initialize.ps1" . "$helpersPath\functions\qbuild.ps1" . "$helpersPath\functions\qconf.ps1" |