libs/static-committypes.psm1
class commitypes { static [string[]]$typeValues static commitypes() { [commitypes]::typeValues = (Get-CommitTypes -Raw).type -join '","' } } |
class commitypes { static [string[]]$typeValues static commitypes() { [commitypes]::typeValues = (Get-CommitTypes -Raw).type -join '","' } } |