Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "generate", Short: "commands for data generation", Long: "Commands for data generation.", PersistentPreRunE: func(cmd *cobra.Command, args []string) (err error) { signal.Ignore(syscall.SIGPIPE) return }, } Bookend bool ScaledMin float64 ScaledMax float64 = 1 TruncatedMin float64 TruncatedMax float64 = 1 )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.