summaryrefslogtreecommitdiff
path: root/args_test.go
AgeCommit message (Collapse)Author
2017-11-04Add logic to complete when last flag uses the equal signEyal Posener
If the last flag is of the form -flag=value, complete the value according to -flag.
2017-05-18Fix './' prefix for file completionEyal Posener
2017-05-13test: add args testsEyal Posener