From 7e6e3e3ebd61b2e095f32bd8d5d4c93ff66e3108 Mon Sep 17 00:00:00 2001 From: Haskell Guy Date: Thu, 28 May 2020 12:47:39 +0200 Subject: Remove 'connect' argument Only support useful subcommands to avoid confusing users. Keep the Connect code there for future use. --- app/Main.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs index 74670ba..47d86c7 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -115,10 +115,6 @@ hostRoomCMD name desc hostname = do parser :: Options.Parser Command parser = Options.subcommand - "connect" - "connect to a peer" - (Connect <$> Options.argText "peer" "whom to connect to, not really useful now") - <|> Options.subcommand "host-room" "host a room" ( HostRoom -- cgit v1.2.3