downloads

package
v0.0.0-...-83c5f91 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CancelCommand = &cobra.Command{
		Use:   "cancel download",
		Short: "Cancel a download",
		Long:  "Cancel a download",

		DisableAutoGenTag:     true,
		DisableFlagsInUseLine: true,
	}
)
View Source
var (
	CreateCommand = &cobra.Command{
		Use:   "create url filename",
		Short: "Create a new download",
		Long:  "Create a new download",

		DisableAutoGenTag:     true,
		DisableFlagsInUseLine: true,
	}
)
View Source
var (
	ListCommand = &cobra.Command{
		Use:   "list",
		Short: "List downloads",
		Long:  "List downloads",

		DisableAutoGenTag:     true,
		DisableFlagsInUseLine: true,
	}
)
View Source
var (
	PauseCommand = &cobra.Command{
		Use:   "pause download",
		Short: "Pause a download",
		Long:  "Pause a download",

		DisableAutoGenTag:     true,
		DisableFlagsInUseLine: true,
	}
)
View Source
var (
	RemoveCommand = &cobra.Command{
		Use:   "remove download",
		Short: "Remove a download",
		Long:  "Remove a download",

		DisableAutoGenTag:     true,
		DisableFlagsInUseLine: true,
	}
)
View Source
var (
	ResumeCommand = &cobra.Command{
		Use:   "resume download",
		Short: "Resume a download",
		Long:  "Resume a download",

		DisableAutoGenTag:     true,
		DisableFlagsInUseLine: true,
	}
)
View Source
var (
	RootCommand *cobra.Command
)

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