diff options
Diffstat (limited to 'internal/arg/arg.go')
| -rw-r--r-- | internal/arg/arg.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/arg/arg.go b/internal/arg/arg.go index f28e4b3..477cb0e 100644 --- a/internal/arg/arg.go +++ b/internal/arg/arg.go @@ -1,8 +1,10 @@ package arg -import "strings" +import ( + "strings" -import "github.com/posener/complete/v2/internal/tokener" + "github.com/posener/complete/v2/internal/tokener" +) // Arg is typed a command line argument. type Arg struct { |
