mirror of
https://github.com/jimeh/mje.git
synced 2026-02-19 09:56:41 +00:00
6 lines
106 B
Go
6 lines
106 B
Go
package shared
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
type RunEFunc func(cmd *cobra.Command, _ []string) error
|