[DEPRECATED] Go implementation of plcbundle

fech is sync alias

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