updated help text to include topics
This commit is contained in:
parent
fa2fdeb5bb
commit
fd076f7fee
1 changed files with 5 additions and 2 deletions
|
@ -16,14 +16,17 @@ A command wrapper for tmux written in Rust.
|
||||||
usage: remux <command> [<args>]
|
usage: remux <command> [<args>]
|
||||||
|
|
||||||
commands:
|
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
|
attach Attach to an existing tmux session
|
||||||
detach Detach clients from a tmux session
|
detach Detach clients from a tmux session
|
||||||
has Check if a tmux session exists
|
has Check if a tmux session exists
|
||||||
list Pretty-print all tmux sessions
|
list Pretty-print all tmux sessions
|
||||||
new Create a new tmux session
|
new Create a new tmux session
|
||||||
|
|
||||||
Use 'remux help <command>' to see detailed help text for each command."),
|
Use 'remux help <command>' to see detailed help text for each command.
|
||||||
|
|
||||||
|
help topics:
|
||||||
|
env Environment variables"),
|
||||||
|
|
||||||
|
|
||||||
// COMMAND HELP
|
// COMMAND HELP
|
||||||
|
|
Loading…
Reference in a new issue