~chrisppy/beagles-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Error message on unrecognized command

Details
Message ID
<20200727014553.25475-1-will.tiffany@gmail.com>
DKIM signature
missing
Download raw message
Patch: +3 -0
---
 ui/ui.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ui/ui.go b/ui/ui.go
index 710f5e9..713e52f 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -123,6 +123,9 @@ func (i *UI) Init() {
			i.deleteFeed(args)
		case ":update", ":up":
			i.updateFeed(args)
		default:
			i.commandLine.setError("unrecognized command: " + args[0][1:])
			i.setStatus(i.status)
		}
		i.inCmdMode = false
	})
-- 
2.27.0
Details
Message ID
<C4H16W9C7ZDX.MJ9DCUO7SMTP@alpha>
In-Reply-To
<20200727014553.25475-1-will.tiffany@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Great call to add this Will. Thanks.
Reply to thread Export thread (mbox)