feat(cli): add config flag

This commit is contained in:
Mathis Maquenne
2024-10-14 16:22:39 +02:00
parent 05e7f56d4e
commit b49334a810
9 changed files with 194 additions and 15 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ var downloadCmd = &cobra.Command{
}
func init() {
RootCmd.AddCommand(downloadCmd)
rootCmd.AddCommand(downloadCmd)
}