Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OneDriveCmd = &cobra.Command{ Use: "onedrive", Short: "onedrive command", } OneDriveAuthorizeCmd = &cobra.Command{ Use: "authorize", Short: "onedrive authorize", Run: func(cmd *cobra.Command, args []string) { logInit() OneDriveAuthorize(output) }, } OneDriveServeCmd = &cobra.Command{ Use: "start", Short: "start a service", Run: func(cmd *cobra.Command, args []string) { logInit() OneDriveService(onedriveConfigPath) }, } )
Functions ¶
func Execute ¶
func Execute()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.