Adding arg spec to bulk export. (#9453)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
a4ae404473
Коммит
3785ad48c1
@@ -51,6 +51,7 @@ var BulkExportCmd = &cobra.Command{
|
|||||||
Long: "Export data to a file compatible with the Mattermost Bulk Import format.",
|
Long: "Export data to a file compatible with the Mattermost Bulk Import format.",
|
||||||
Example: " export bulk bulk_data.json",
|
Example: " export bulk bulk_data.json",
|
||||||
RunE: bulkExportCmdF,
|
RunE: bulkExportCmdF,
|
||||||
|
Args: cobra.ExactArgs(1),
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user