hclsys
ba80695bba
fix(cli): exit 0 when invoking parent commands without a subcommand ( #73077 )
...
Several `openclaw <parent>` commands (channels, plugins, approvals, devices,
cron, mcp) were exiting with code 1 when invoked bare, while printing the
same help-style content that `<parent> --help` produces (which exits 0).
This broke `&&` chains and surfaced a misleading
`ELIFECYCLE Command failed with exit code 1.` line under pnpm.
Add a small `applyParentDefaultHelpAction(cmd)` helper in
`src/cli/program/parent-default-help.ts` that attaches a default action
which prints the parent's own help and sets `process.exitCode = 0`. The
helper is a no-op when the parent already has its own action (e.g.
`agents` defaulting to `agents list`), so existing intentional defaults
are preserved.
Apply it to the six core parents listed in #73077 .
2026-04-28 02:40:44 +01:00
..
2026-04-28 02:40:44 +01:00
2026-04-27 04:38:29 -07:00
2026-04-28 02:37:24 +01:00
2026-04-26 05:25:59 +01:00
2026-04-27 13:20:52 +01:00
2026-04-28 02:40:44 +01:00
2026-04-27 12:35:58 +01:00
2026-04-27 23:16:20 +01:00
2026-03-31 02:25:02 +01:00
2026-04-08 15:58:45 +01:00
2026-04-06 14:16:03 +01:00
2026-04-27 00:24:06 -04:00
2026-04-27 00:24:06 -04:00
2026-04-27 00:24:06 -04:00
2026-04-06 22:21:01 +01:00
2026-04-06 22:21:01 +01:00
2026-04-06 22:21:01 +01:00
2026-04-27 23:16:39 +01:00
2026-04-27 23:16:39 +01:00
2026-04-27 12:35:58 +01:00
2026-04-27 12:35:58 +01:00
2026-04-21 01:42:29 +01:00
2026-04-26 21:11:23 -07:00
2026-04-28 02:40:44 +01:00
2026-04-27 15:01:33 +01:00
2026-04-18 18:31:13 +01:00
2026-04-06 13:51:51 +01:00
2026-04-06 13:51:51 +01:00
2026-04-27 12:13:51 +01:00
2026-04-13 20:56:03 +01:00
2026-04-06 07:41:08 +01:00
2026-04-06 07:41:08 +01:00
2026-04-06 14:16:03 +01:00
2026-04-06 14:16:03 +01:00
2026-04-08 18:03:03 +02:00
2026-04-18 18:31:13 +01:00
2026-04-06 15:38:04 +01:00
2026-04-06 15:38:04 +01:00
2026-04-26 20:31:54 -07:00
2026-04-11 02:15:21 +01:00
2026-04-26 21:11:23 -07:00
2026-04-26 22:26:59 -07:00
2026-04-07 03:02:41 +08:00
2026-04-26 04:39:12 +01:00
2026-04-26 22:54:08 -05:00
2026-04-22 06:11:49 +01:00
2026-04-26 22:54:08 -05:00
2026-04-26 22:54:08 -05:00
2026-03-22 22:47:58 +00:00
2026-03-22 22:47:58 +00:00
2026-04-25 23:06:05 +01:00
2026-04-06 14:16:03 +01:00
2026-04-07 19:59:51 +08:00
2026-04-27 08:24:26 +01:00
2026-04-27 08:24:26 +01:00
2026-04-27 08:24:26 +01:00
2026-04-24 20:28:42 +01:00
2026-04-27 10:16:50 +01:00
2026-04-26 01:03:12 +01:00
2026-03-17 20:20:11 -05:00
2026-03-28 00:46:53 +00:00
2026-04-22 23:18:05 +01:00
2026-03-17 18:15:49 -05:00
2026-03-17 18:15:49 -05:00
2026-03-25 00:51:55 -04:00
2026-04-20 13:36:39 +01:00
2026-04-27 07:31:04 +01:00
2026-04-14 17:35:26 +01:00
2026-04-14 17:35:26 +01:00
2026-04-27 03:40:32 +01:00
2026-04-23 05:17:17 +01:00
2026-04-23 05:17:17 +01:00
2026-04-03 19:09:21 +01:00
2026-04-26 22:48:31 -07:00
2026-04-11 13:26:50 +01:00
2026-04-20 16:08:25 +01:00
2026-04-28 02:40:44 +01:00
2026-04-27 12:35:58 +01:00
2026-04-27 12:35:58 +01:00
2026-04-27 12:35:58 +01:00
2026-04-04 18:24:29 -07:00
2026-04-14 11:29:59 +05:30
2026-04-28 02:40:44 +01:00
2026-04-19 01:07:39 +01:00
2026-04-11 13:26:50 +01:00
2026-04-23 18:46:43 +01:00
2026-04-11 18:36:48 +01:00
2026-04-10 09:00:19 +01:00
2026-04-10 09:00:19 +01:00
2026-04-08 15:58:45 +01:00
2026-04-18 20:53:35 +01:00
2026-03-26 19:16:43 +00:00
2026-04-27 12:35:58 +01:00
2026-03-28 00:46:53 +00:00
2026-04-04 01:07:28 +09:00
2026-04-20 13:36:41 +05:30
2026-04-20 13:36:41 +05:30
2026-03-31 02:25:02 +01:00
2026-04-28 02:40:44 +01:00
2026-03-27 21:50:39 +00:00
2026-04-07 09:44:53 +01:00
2026-04-25 23:49:06 -07:00
2026-04-26 03:49:43 -07:00
2026-04-26 03:49:43 -07:00
2026-04-25 17:21:17 -07:00
2026-04-24 16:48:26 +01:00
2026-03-31 02:25:02 +01:00
2026-04-23 18:46:43 +01:00
2026-04-07 02:03:33 +01:00
2026-03-29 09:10:38 +01:00
2026-04-11 13:42:17 +01:00
2026-04-03 19:53:38 +01:00
2026-04-26 22:48:31 -07:00
2026-04-27 12:35:58 +01:00
2026-04-27 12:35:58 +01:00
2026-04-08 01:36:38 +01:00
2026-04-08 01:36:38 +01:00
2026-04-27 10:16:59 +01:00
2026-03-29 09:10:38 +01:00
2026-03-23 18:08:17 +02:00
2026-04-21 01:42:29 +01:00
2026-04-14 17:59:28 -05:00
2026-04-27 21:02:09 +01:00
2026-04-03 19:09:20 +01:00
2026-04-27 12:35:58 +01:00
2026-04-28 02:38:31 +01:00
2026-04-26 18:17:56 -07:00
2026-04-26 01:29:47 +01:00
2026-04-28 02:40:44 +01:00
2026-04-26 11:28:18 +01:00
2026-04-26 11:01:10 +01:00
2026-04-27 20:42:37 +01:00
2026-04-27 14:30:12 +01:00
2026-04-27 10:16:59 +01:00
2026-04-27 01:57:40 -07:00
2026-04-27 01:57:40 -07:00
2026-04-26 02:35:04 +01:00
2026-04-26 02:35:04 +01:00
2026-04-11 08:08:41 +01:00
2026-04-25 10:35:34 -07:00
2026-04-25 10:35:34 -07:00
2026-04-26 02:31:02 +01:00
2026-04-26 01:03:12 +01:00
2026-04-11 08:12:34 +01:00
2026-04-11 13:26:50 +01:00
2026-04-27 12:35:58 +01:00
2026-04-26 11:11:58 +01:00
2026-04-23 01:23:03 +01:00
2026-04-23 01:23:03 +01:00
2026-04-03 19:54:37 +01:00
2026-04-07 02:03:34 +01:00
2026-04-07 17:50:38 +01:00
2026-04-27 05:57:37 +01:00
2026-04-27 05:57:37 +01:00
2026-04-27 13:20:52 +01:00
2026-04-10 21:53:47 +01:00
2026-04-25 08:58:21 +01:00
2026-04-25 08:58:21 +01:00
2026-03-31 02:25:02 +01:00
2026-04-07 13:01:23 +01:00
2026-04-11 12:34:57 -05:00
2026-04-11 12:34:57 -05:00
2026-04-11 12:34:57 -05:00
2026-04-11 12:34:57 -05:00
2026-04-27 12:35:58 +01:00
2026-04-27 12:35:58 +01:00
2026-04-27 12:35:58 +01:00
2026-04-27 15:01:33 +01:00
2026-04-26 21:11:23 -07:00
2026-03-26 18:34:51 +00:00
2026-04-20 13:36:39 +01:00
2026-03-24 21:00:36 +00:00
2026-04-27 20:51:50 +01:00
2026-04-27 20:51:50 +01:00
2026-04-27 09:12:17 +01:00
2026-04-28 02:14:27 +01:00
2026-04-28 01:59:25 +01:00
2026-04-28 02:07:01 +01:00
2026-04-28 02:07:01 +01:00
2026-04-23 18:46:43 +01:00
2026-03-22 23:19:17 +00:00
2026-04-27 12:35:58 +01:00
2026-04-27 12:35:58 +01:00
2026-04-28 01:05:36 +01:00
2026-03-30 16:10:13 +01:00
2026-03-28 03:45:56 +00:00
2026-03-30 16:10:13 +01:00
2026-04-28 01:05:36 +01:00
2026-04-26 21:11:23 -07:00
2026-04-26 21:11:23 -07:00
2026-04-03 20:34:23 +01:00
2026-04-08 01:36:38 +01:00
2026-04-18 18:31:13 +01:00
2026-04-23 18:46:43 +01:00
2026-04-26 10:41:03 +01:00
2026-03-31 02:25:02 +01:00
2026-04-04 16:55:04 +09:00
2026-04-04 16:55:04 +09:00
2026-04-27 21:19:18 +01:00
2026-04-26 10:46:55 +01:00
2026-04-08 01:36:38 +01:00
2026-04-07 17:50:38 +01:00