feat: add basic command structure

This commit is contained in:
Alexander Navarro 2024-12-17 16:38:47 -03:00
parent c8a37ed85c
commit 1459abdd84
8 changed files with 78 additions and 3 deletions

View file

@ -1,10 +1,11 @@
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main
import "git.alecodes.page/alecodes/miniflux-archiver/cmd"
import (
"git.alecodes.page/alecodes/miniflux-archiver/cmd"
)
func main() {
cmd.Execute()