source

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SourceCmd = &cobra.Command{
	Use:     "source",
	Short:   "Wizard to be executed in source",
	Long:    `...`,
	Example: `synco source`,

	RunE: func(cmd *cobra.Command, args []string) error {
		progressbar, err := pterm.DefaultProgressbar.WithTotal(3).Start()
		if err != nil {
			return err
		}
		pterm.DefaultBasicText.Println("Detecting Frameworks")

		pterm.DefaultBasicText.Println("Hallo")

		progressbar.Increment()
		return nil
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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