Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "scpgo <src> host:<dst>", Short: "SCP implementation in Go", Long: `This is an SCP implementation in Go. `, Run: func(cmd *cobra.Command, args []string) { copier.Exec(args) }, Args: cobra.ExactArgs(2), Version: Version, }
RootCmd Represents the base command when called without any subcommands
View Source
var ( // Version For the command Version string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.