Update version command
This commit is contained in:
parent
05b18b8e4f
commit
71ed308e6c
|
@ -8,7 +8,6 @@ import (
|
||||||
"github.com/posener/complete"
|
"github.com/posener/complete"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Ensure we are implementing the right interfaces.
|
|
||||||
var _ cli.Command = (*VersionCommand)(nil)
|
var _ cli.Command = (*VersionCommand)(nil)
|
||||||
var _ cli.CommandAutocomplete = (*VersionCommand)(nil)
|
var _ cli.CommandAutocomplete = (*VersionCommand)(nil)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue