Compare commits
No commits in common. "0f7f29ce26e185b243ca7e5e3d8f10f2360eaa74" and "51a229d43c281b80cad12317b278402c69e7ed31" have entirely different histories.
0f7f29ce26
...
51a229d43c
5
main.go
5
main.go
@ -8,12 +8,9 @@ import (
|
|||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version string = "v0.1.0"
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
app := cli.App{
|
app := cli.App{
|
||||||
Name: "mf-cli",
|
Name: "mf-cli",
|
||||||
Version: Version,
|
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
{
|
{
|
||||||
Name: "auth",
|
Name: "auth",
|
||||||
|
Loading…
Reference in New Issue
Block a user