cmd

package
v0.0.0-...-21f6cc7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JavaPath string
	PackPath string
)
View Source
var (
	Json     bool
	Html     bool
	Markdown bool
	Console  bool

	OutputFile string
)
View Source
var BundleAllCommand = &cobra.Command{
	Use:          "bundle",
	Aliases:      []string{"b"},
	Short:        "Create all bundles.",
	Long:         `Create all bundles.`,
	SilenceUsage: true,

	RunE: func(cmd *cobra.Command, args []string) error {
		return all.Bundle()
	},
}
View Source
var CleanAllCommand = &cobra.Command{
	Use:          "clean",
	Aliases:      []string{"c"},
	Short:        "Clean all artifacts.",
	Long:         `Clean all artifacts.`,
	SilenceUsage: true,

	RunE: func(cmd *cobra.Command, args []string) error {
		return all.Clean()
	},
}
View Source
var InstallCommand = CreateInstallCommand()
View Source
var ListCommand = CreateListCommand()
View Source
var Port int
View Source
var ServeCommand = CreateServeCommand()

Functions

func CreateInstallCommand

func CreateInstallCommand() *cobra.Command

func CreateListCommand

func CreateListCommand() *cobra.Command

func CreateServeCommand

func CreateServeCommand() *cobra.Command

func Execute

func Execute()

func FixArgs

func FixArgs()

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL