feat: add generate subcommand for creating rollup.yml config

This commit is contained in:
Arik Jones (aider)
2024-09-19 12:08:09 -05:00
parent 160a15dbb1
commit 2e563836f3
2 changed files with 76 additions and 0 deletions

View File

@@ -32,4 +32,5 @@ func init() {
rootCmd.AddCommand(filesCmd)
rootCmd.AddCommand(webCmd)
rootCmd.AddCommand(generateCmd)
}