You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 usingdevbox run | grep '*' | sort
Expected Behavior (fix)
devbox run
should return the same sort order as devbox.jsonAdditional context
devbox version: 0.8.1
The text was updated successfully, but these errors were encountered: