func ExportChain(cmd *cobra.Command, args []string) { // [csk]: if no args should we just start the checkedout chain? IfExit(ArgCheck(1, "ge", cmd, args)) do.Name = args[0] IfExit(chns.ExportChain(do)) }
func ExportChain(cmd *cobra.Command, args []string) { IfExit(ArgCheck(1, "ge", cmd, args)) do.Name = args[0] IfExit(chns.ExportChain(do)) }