From 2974c5413c388ed904cb95bc1ba6bc7aea0b5e21 Mon Sep 17 00:00:00 2001 From: nytpu Date: Fri, 19 Mar 2021 08:29:44 -0600 Subject: remove list command and instead write "subscriptions.gmi" & "feed.gmi" --- flags.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'flags.go') diff --git a/flags.go b/flags.go index 372bf39..88d755a 100644 --- a/flags.go +++ b/flags.go @@ -22,7 +22,6 @@ type command struct { // info about all the accepted commands var commandInfo = []command{ {"refresh", "Check for new updates to subscriptions"}, - {"list", "List all subscriptions"}, {"add", "Add a new subscription"}, {"remove", "Remove a subscription"}, {"help", "Print usage information"}, @@ -31,7 +30,6 @@ var commandInfo = []command{ var commands = map[string]*flag.FlagSet{ "refresh": flag.NewFlagSet("refresh", flag.ExitOnError), - "list": flag.NewFlagSet("list", flag.ExitOnError), "add": flag.NewFlagSet("add", flag.ExitOnError), "remove": flag.NewFlagSet("remove", flag.ExitOnError), } -- cgit v1.2.3