feat: add upload logics

This commit is contained in:
Rogee
2024-09-04 13:08:22 +08:00
parent a035a63f52
commit 06f4fed3ed
4 changed files with 97 additions and 34 deletions

View File

@@ -42,6 +42,8 @@ func main() {
rootCmd.AddCommand(
internal.LoginCmd(),
internal.ExportCmd(),
internal.PublishCmd(),
internal.WatchCmd(),
)
// rootCmd.SilenceErrors = true