From 462d3f8e1c0facd865e683eb396f9f5a422094cb Mon Sep 17 00:00:00 2001 From: Anik Chand Date: Mon, 15 Jun 2026 22:42:42 +0530 Subject: [PATCH] Improve top-level help formatting --- src/help.zig | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/help.zig b/src/help.zig index dced491..9fc7e02 100644 --- a/src/help.zig +++ b/src/help.zig @@ -23,17 +23,25 @@ pub const overview = \\ boo [arguments] \\ \\commands: - \\ new [name] [-d] [-- cmd...] start a session (attach unless -d) - \\ attach, at, a attach a session (steals politely) - \\ ui, i manage sessions in a full-screen UI - \\ ls [--json] list sessions - \\ send [flags] type into a session - \\ peek print the session's screen - \\ wait block until output matches or settles - \\ kill end a session, or all of them - \\ rename rename a session - \\ version print the version - \\ help [page] this overview, or detailed help + \\ + \\ Session Management + \\ new [name] [-d] [-- cmd...] start a session (attach unless -d) + \\ attach, at, a attach a session (steals politely) + \\ ui, i manage sessions in a full-screen UI + \\ ls [--json] list sessions + \\ + \\ Interaction + \\ send [flags] type into a session + \\ peek print the session's screen + \\ wait block until output matches or settles + \\ + \\ Administration + \\ kill end a session, or all of them + \\ rename rename a session + \\ + \\ Information + \\ version print the version + \\ help [page] this overview, or detailed help \\ \\Run 'boo help ' for flags and examples, 'boo help keys' \\for the key bindings inside a session, 'boo help automation' for