murex
murex copied to clipboard
parser should look for globbing and set those parameters with a different key
This will fix the following bugs:
» @g echo "*.yaml"
docker-compose.yaml
» set test="*.yaml"
» @g echo $test
docker-compose.yaml
Rather than fixing @g, instead I'm going to deprecate it in favour of native globbing via:
config: set shell auto-glob true
This offers a better balance between REPL and script correctness