Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "load", Short: "Loads a BPMN XML file into shar", Long: `shar bpmn load "WorkflowName" ./path-to-workflow.bpmn `, RunE: run, Args: cobra.MatchAll(cobra.ExactArgs(2), cobra.OnlyValidArgs), }
Cmd is the cobra command object
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.