Skip to content

Commit

Permalink
Add AutoCompleteDesc (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrerich authored Feb 17, 2020
1 parent 8c82b7d commit 5e53e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/autolinkplugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func (p *Plugin) OnConfigurationChange() error {
DisplayName: "Autolink",
Description: "Autolink administration.",
AutoComplete: true,
AutoCompleteDesc: "Available commands: add, delete, disable, enable, list, set, test",
AutoCompleteHint: "[command]",
})
} else {
Expand Down

0 comments on commit 5e53e3f

Please sign in to comment.