Move old shell/main to subdirectory

Also update README reference to same
This commit is contained in:
Keilin Olsen
2021-11-30 23:34:39 +11:00
committed by Alec Thomas
parent 0aaa4c1199
commit 1db2ea27af
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ There are two ways to handle commands in Kong.
When you call `kong.Parse()` it will return a unique string representation of the command. Each command branch in the hierarchy will be a bare word and each branching argument or required positional argument will be the name surrounded by angle brackets. Here's an example:
There's an example of this pattern [here](https://github.com/alecthomas/kong/blob/master/_examples/shell/main.go).
There's an example of this pattern [here](https://github.com/alecthomas/kong/blob/master/_examples/shell/commandstring/main.go).
eg.