/* Copyright © 2024 NAME HERE */ package main import ( "git.alecodes.page/alecodes/miniflux-archiver/cmd" ) func main() { cmd.Execute() }