Compare commits

..

No commits in common. "0f7f29ce26e185b243ca7e5e3d8f10f2360eaa74" and "51a229d43c281b80cad12317b278402c69e7ed31" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,3 +0,0 @@
# mf-cli
CLI for microfilm.

View File

@ -8,12 +8,9 @@ import (
"github.com/urfave/cli/v2"
)
const Version string = "v0.1.0"
func main() {
app := cli.App{
Name: "mf-cli",
Version: Version,
Name: "mf-cli",
Commands: []*cli.Command{
{
Name: "auth",