Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 1a10fa2

Browse files
committed
Add option name auto-complete for gset and gunset commands
Closes #34
1 parent b242159 commit 1a10fa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/cli/auto_complete.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def refresh_autocomplete_options
3434

3535
@autocomplete_list['set'] = opts_hash
3636
@autocomplete_list['unset'] = opts_hash
37+
@autocomplete_list['gset'] = opts_hash
38+
@autocomplete_list['gunset'] = opts_hash
3739
end
3840

3941
def build_cmd_list

0 commit comments

Comments
 (0)