logout

package
v0.0.0-...-bcdd4fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2019 License: MIT, MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "logout",
	Short: "Logout from your account",
	Run: func(_ *cobra.Command, _ []string) {
		inst := utils.New()

		err := inst.Logout()
		if err != nil {
			fmt.Println(err)
			return
		}
		fmt.Println("Logged out!")
	},
}

RootCmd is used as a command line interaction with Instagram Logout.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL