Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewFolderCommand = &cobra.Command{ Use: "folder", Short: `Create a folder to pikpak server`, Run: func(cmd *cobra.Command, args []string) { p := pikpak.NewPikPak(conf.Config.Username, conf.Config.Password) err := p.Login() if err != nil { logrus.Errorln("Login Failed:", err) } if len(args) > 0 { handleNewFolder(&p, args) } else { logrus.Errorln("Please input the folder name") } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.