summaryrefslogtreecommitdiff
path: root/command.go
AgeCommit message (Expand)Author
2019-11-18V2Eyal Posener
2017-11-04Filter matches as a final stageEyal Posener
2017-08-25lint: fix typoEyal Posener
2017-08-24Default to hiding flags that start with hyphen unless last arg has a hyphenAlex Dadgar
2017-08-24Allow restricting completion of flagsAlex Dadgar
2017-08-24Avoid unnecessary if statementAlex Dadgar
2017-08-23Fix a subcommand matchingAlex Dadgar
2017-05-15Add global flags for commandEyal Posener
2017-05-12Add Predict method to Flags and CommandsEyal Posener
2017-05-11Fix commentEyal Posener
2017-05-11Change Match to be a functionEyal Posener
2017-05-11Add Predictor interfaceEyal Posener
2017-05-11Add args structEyal Posener
2017-05-11Improve files and directories completionEyal Posener
2017-05-07Move match to a separate packageEyal Posener
2017-05-07Remove Name from Command structEyal Posener
2017-05-06improve docsEyal Posener
2017-05-06Change Predicate to be of function typeEyal Posener
2017-05-06Use local completion files and directories according to typed commandEyal Posener
2017-05-06Use pointers to predicatesEyal Posener
2017-05-06Add easy way to install the bash completionEyal Posener
2017-05-06Roughly add all go commandsEyal Posener
2017-05-05Add additional argsEyal Posener
2017-05-05RenamingsEyal Posener
2017-05-05Add file completion flagEyal Posener
2017-05-05Add plural forms for less verbose declarationsEyal Posener
2017-05-05Initial commitEyal Posener