Skip to content
Snippets Groups Projects
Commit 681a8ad3 authored by Jens Nolte's avatar Jens Nolte
Browse files

Change 'qbar server connect' to 'qbar server send'

parent 4e30d8df
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ serverCommandParser :: Parser (MainOptions -> IO ())
serverCommandParser = hsubparser (
command "swaybar" (info (runBarServer <$> barConfigurationParser) (progDesc "Start a new server for swaybar. Should be called by swaybar.")) <>
command "i3bar" (info (runBarServer <$> barConfigurationParser) (progDesc "Start a new server for i3bar. Should be called by i3bar.")) <>
command "connect" (info (sendBlockStream <$> barConfigurationParser) (progDesc "Run blocks on this process but send them to another qbar server."))
command "send" (info (sendBlockStream <$> barConfigurationParser) (progDesc "Run blocks on this process but send them to another qbar server."))
)
themeCommandParser :: Parser (MainOptions -> IO ())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment