🐛 Simplify logic for help

This commit is contained in:
Tw93
2025-09-07 07:39:02 +08:00
parent e9e12f90ad
commit dfadd6664b

View File

@@ -169,7 +169,7 @@ class PakeTestRunner {
await this.runTest(
"Help Command",
() => {
const output = execSync(`node "${config.CLI_PATH}" --help`, {
const output = execSync(`node "${config.CLI_PATH}"`, {
encoding: "utf8",
timeout: 3000,
});