mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-26 19:25:34 +00:00
test(cli): repair startup progress checks
This commit is contained in:
@@ -76,7 +76,7 @@ function isBareParentDefaultHelpInvocation(actionCommand: Command, argv: string[
|
||||
}
|
||||
|
||||
function isGuidedConfigAction(actionCommand: Command): boolean {
|
||||
return actionCommand.name() === "config" && actionCommand.parent?.parent === undefined;
|
||||
return actionCommand.name() === "config" && !actionCommand.parent?.parent;
|
||||
}
|
||||
|
||||
export function registerPreActionHooks(program: Command, programVersion: string) {
|
||||
|
||||
Reference in New Issue
Block a user