We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0f1c4 commit bfe5244Copy full SHA for bfe5244
cmd/cp.go
@@ -31,7 +31,7 @@ var cpCmd = &cobra.Command{
31
Copies files between hosts on a network.`,
32
Run: func(cmd *cobra.Command, args []string) {
33
if len(args) < 2 {
34
- cmd.Help()
+ _ = cmd.Help()
35
} else {
36
mmh.Copy(args, singleCPServer)
37
}
0 commit comments