devbox
devbox copied to clipboard
[Bug]: devbox run returns scripts in random order
Current Behavior (bug)
Running devbox run returns the scripts list in a random sort order. It should return the list in the order of devbox.json. Its especially problematic if the list of scripts is very long. I am currently working around it by using devbox run | grep '*' | sort
Expected Behavior (fix)
devbox run should return the same sort order as devbox.json
Additional context devbox version: 0.8.1