switch to length fn

This commit is contained in:
2026-01-18 10:35:05 -06:00
parent e695810e64
commit 98cb2c3239
31 changed files with 184 additions and 185 deletions

View File

@@ -2,7 +2,7 @@
var fd = use('fd')
var command = args.length > 0 ? args[0] : null
var command = length(args) > 0 ? args[0] : null
// Display specific command help
if (command) {