[DEPRECATED] Go implementation of plcbundle

fech is sync alias

+3 -2
+3 -2
cmd/plcbundle/commands/sync.go
··· 22 ) 23 24 cmd := &cobra.Command{ 25 - Use: "sync", 26 - Short: "Fetch new bundles from PLC directory", 27 Long: `Fetch new bundles from PLC directory 28 29 Download new operations from the PLC directory and create bundles.
··· 22 ) 23 24 cmd := &cobra.Command{ 25 + Use: "sync", 26 + Aliases: []string{"fetch"}, 27 + Short: "Fetch new bundles from PLC directory", 28 Long: `Fetch new bundles from PLC directory 29 30 Download new operations from the PLC directory and create bundles.