Documentation
¶
Overview ¶
Copyright © 2026 Nikolas Pikall <nikolas.pikall@gmail.com>
SPDX-License-Identifier: MIT License See the LICENSE file in the repository root for full license text.
Copyright © 2026 Nikolas Pikall <nikolas.pikall@gmail.com>
SPDX-License-Identifier: MIT License See the LICENSE file in the repository root for full license text.
Copyright © 2026 Nikolas Pikall <nikolas.pikall@gmail.com>
SPDX-License-Identifier: MIT License See the LICENSE file in the repository root for full license text.
Copyright © 2026 Nikolas Pikall <nikolas.pikall@gmail.com>
SPDX-License-Identifier: MIT License See the LICENSE file in the repository root for full license text.
Copyright © 2026 Nikolas Pikall <nikolas.pikall@gmail.com>
SPDX-License-Identifier: MIT License See the LICENSE file in the repository root for full license text.
Copyright © 2026 Nikolas Pikall <nikolas.pikall@gmail.com>
SPDX-License-Identifier: MIT License See the LICENSE file in the repository root for full license text.
Copyright © 2026 Nikolas Pikall <nikolas.pikall@gmail.com>
SPDX-License-Identifier: MIT License See the LICENSE file in the repository root for full license text.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( Blue = lipgloss.Color("81") Yellow = lipgloss.Color("3") Red = lipgloss.Color("124") White = lipgloss.Color("231") Gray = lipgloss.Color("245") Magenta = lipgloss.Color("72") Cyan = lipgloss.Color("117") Violet = lipgloss.Color("99") )
Common Colors
var ( InfoStyle = lipgloss.NewStyle().Foreground(Blue).Bold(true) WarnStyle = lipgloss.NewStyle().Foreground(Yellow).Bold(true) ErrStyle = lipgloss.NewStyle().Foreground(Red).Bold(true) HighStyle = lipgloss.NewStyle().Foreground(White).Bold(true) DefaultStyle = lipgloss.NewStyle().Foreground(Gray) LogoStyle = lipgloss.NewStyle().Foreground(Violet) )
Styles for Messages to stdout/stderr
var ErrMissingArgument = errors.New("argument must be provided, can be one of [major|minor|patch] or a valid semver")
var ErrNoPackages = errors.New("no packages installed")
var GoTPMVersion string
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
Types ¶
This section is empty.