murex icon indicating copy to clipboard operation
murex copied to clipboard

parser should look for globbing and set those parameters with a different key

Open lmorg opened this issue 3 years ago • 1 comments

This will fix the following bugs:

» @g echo "*.yaml"
docker-compose.yaml

» set test="*.yaml"
» @g echo $test
docker-compose.yaml

lmorg avatar Jun 08 '22 13:06 lmorg

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

lmorg avatar Jun 08 '22 22:06 lmorg