misc

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Clean = cobra.Command{
	Use:   "clean",
	Short: "Removes state/migration (dangerous!)",
	Run: func(cmd *cobra.Command, args []string) {
		clean()
	},
}
View Source
var Init = cobra.Command{
	Use:   "init",
	Short: "Creates an initial state file",
	Run: func(cmd *cobra.Command, args []string) {
		runInit()
	},
}
View Source
var Version = cobra.Command{
	Use:   "version",
	Short: "get the current version",
	Run: func(cmd *cobra.Command, args []string) {
		println(utils.VERSION)
	},
}

Functions

This section is empty.

Types

type CleanFlags

type CleanFlags struct {
	// contains filtered or unexported fields
}

type CleanInstruction

type CleanInstruction struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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