Update to version 1.1.0

This commit is contained in:
chihyuwu
2022-04-25 11:10:19 +00:00
parent f0066b40ca
commit ebe7c1d97c
32 changed files with 2197 additions and 445 deletions

View File

@@ -16,6 +16,7 @@ var rootCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(cmdDsm)
rootCmd.AddCommand(cmdShare)
}
func Execute() {