about summary refs log tree commit diff stats
path: root/commands/global.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+2
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* Add context-specific commandsDrew DeVault2019-03-211-0/+12
1dfecca8c7'>^
aef9e68 ^



c178db8 ^









aef9e68 ^
c178db8 ^







c178db8 ^


ef1f1f6 ^
4c909d9 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52