« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/cli.js')
-rw-r--r--src/util/cli.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/cli.js b/src/util/cli.js
index be59b35e..a40a911f 100644
--- a/src/util/cli.js
+++ b/src/util/cli.js
@@ -5,6 +5,8 @@
 
 const {process} = globalThis;
 
+import {sortByName} from './sort.js';
+
 export const ENABLE_COLOR =
   process &&
   ((process.env.CLICOLOR_FORCE && process.env.CLICOLOR_FORCE === '1') ??