parametres input
This commit is contained in:
16
cmd/root.go
Normal file
16
cmd/root.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "SJY01 Image processing tools",
|
||||
Short: "Preprocessing tools for SJY01 original image data",
|
||||
Long: ``,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Println("preprocessing tools for SJY01 original image data")
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user