Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PopulateCmd = &cobra.Command{ Use: "populate <finnish-file> <english-file> <russian-file>", Short: "Populate a database", Long: "This BotAPIToken transfers data from xlsx files to a database", Args: cobra.ExactArgs(3), RunE: func(cmd *cobra.Command, args []string) error { return run(args[0], args[1], args[2]) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.