cmd

package
v0.1.0-f1b71fe Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2023 License: Apache-2.0 Imports: 21 Imported by: 1

Documentation

Overview

Util functions for interacting with the local workspace.

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "buildcleaner",
	Short: "Apply automatic rewrites to BUILD and WORKSPACE files",
	Long: `buildcleaner applies automatic rewrites to BUILD and WORKSPACE
	files, such as adding mirrors for external repositories.`,
}

Functions

func Execute

func Execute()

Types

type ROSPackage

type ROSPackage struct {
	XMLName xml.Name `xml:"package"`
	License string   `xml:"license"`
}

ROSPackage contains a subset of the data in a ROS package.xml file.

Jump to

Keyboard shortcuts

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