Compare commits

..

2 Commits

Author SHA1 Message Date
0f7f29ce26 Add version info 2023-10-23 21:28:49 +02:00
e4f22be6c9 Add README 2023-10-23 21:28:01 +02:00
2 changed files with 7 additions and 1 deletions

3
README.md Normal file
View File

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

View File

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