function test-arg { [cmdletbinding()] param( [ArgumentCompleter({'mouse','house','goat'})] $GreenEggs ) $greeneggs }