From 681e7427bae21156bd6fee3fa481727fc7055a95 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 10 Jun 2024 12:02:57 -0400 Subject: [PATCH] updated help text to include topics --- src/help.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/help.rs b/src/help.rs index 89efe40..fb9e701 100644 --- a/src/help.rs +++ b/src/help.rs @@ -16,14 +16,17 @@ A command wrapper for tmux written in Rust. usage: remux [] commands: - help Show help text for remux or a specific command + help Show help text for remux, a command, or a help topic. attach Attach to an existing tmux session detach Detach clients from a tmux session has Check if a tmux session exists list Pretty-print all tmux sessions new Create a new tmux session -Use 'remux help ' to see detailed help text for each command."), +Use 'remux help ' to see detailed help text for each command. + +help topics: + env Environment variables"), // COMMAND HELP