devbox icon indicating copy to clipboard operation
devbox copied to clipboard

[Bug]: devbox run returns scripts in random order

Open spe888 opened this issue 2 years ago • 0 comments

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

spe888 avatar Nov 16 '23 18:11 spe888