Make invalid value error messages more useful.

This commit is contained in:
Alec Thomas
2019-04-01 10:06:02 +11:00
parent 4e9878074f
commit 2ac3d43124
4 changed files with 34 additions and 18 deletions
-1
View File
@@ -2,7 +2,6 @@ package main
import (
"fmt"
"github.com/alecthomas/kong"
)