From 682599970501e1e65981b266c10e7eedcab31ec3 Mon Sep 17 00:00:00 2001 From: ibotdotout Date: Sun, 17 Jul 2016 17:56:36 +0700 Subject: [PATCH] Update wemux client document about #39 https://github.com/zolrath/wemux/issues/39#issuecomment-37991293 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 259754d..0af5697 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,18 @@ and notifications when users attach/detach. `wemux list-sessions` is equivalent to entering `tmux -S /tmp/wemux-wemux list-sessions` +#### wemux client < command > +When you found unknown client command for user in `host_list` configuration. You need to tell +`wemux` run as client - [Issue #39](https://github.com/zolrath/wemux/issues/39#issuecomment-37991293) + +```sh + $ wemux rogue + unknown command: rogue + To see a list of wemux commands enter 'wemux help' + + $ wemux client rogue # work for user in host_list + ``` + ## User List wemux can display a list of connected users, indicating users in mirror mode with [m] at the end of their name.