index
:
go.wit.com/dev/posener/complete.git
devel
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
command.go
Age
Commit message (
Expand
)
Author
2019-11-18
V2
Eyal Posener
2017-11-04
Filter matches as a final stage
Eyal Posener
2017-08-25
lint: fix typo
Eyal Posener
2017-08-24
Default to hiding flags that start with hyphen unless last arg has a hyphen
Alex Dadgar
2017-08-24
Allow restricting completion of flags
Alex Dadgar
2017-08-24
Avoid unnecessary if statement
Alex Dadgar
2017-08-23
Fix a subcommand matching
Alex Dadgar
2017-05-15
Add global flags for command
Eyal Posener
2017-05-12
Add Predict method to Flags and Commands
Eyal Posener
2017-05-11
Fix comment
Eyal Posener
2017-05-11
Change Match to be a function
Eyal Posener
2017-05-11
Add Predictor interface
Eyal Posener
2017-05-11
Add args struct
Eyal Posener
2017-05-11
Improve files and directories completion
Eyal Posener
2017-05-07
Move match to a separate package
Eyal Posener
2017-05-07
Remove Name from Command struct
Eyal Posener
2017-05-06
improve docs
Eyal Posener
2017-05-06
Change Predicate to be of function type
Eyal Posener
2017-05-06
Use local completion files and directories according to typed command
Eyal Posener
2017-05-06
Use pointers to predicates
Eyal Posener
2017-05-06
Add easy way to install the bash completion
Eyal Posener
2017-05-06
Roughly add all go commands
Eyal Posener
2017-05-05
Add additional args
Eyal Posener
2017-05-05
Renamings
Eyal Posener
2017-05-05
Add file completion flag
Eyal Posener
2017-05-05
Add plural forms for less verbose declarations
Eyal Posener
2017-05-05
Initial commit
Eyal Posener