about summary refs log tree commit diff stats
path: root/commands/help.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic tab completion supportGregory Mullen2019-06-291-3/+13
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* Implement :helpDrew DeVault2019-05-221-0/+21