3375a72aea
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
10 lines
97 B
Go
10 lines
97 B
Go
package cli
|
|
|
|
import (
|
|
"gopkg.in/urfave/cli.v2"
|
|
)
|
|
|
|
var Commands = []*cli.Command{
|
|
versionCmd,
|
|
}
|