parse

package
v0.37.3 Latest Latest
Warning

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

Go to latest
Published: May 2, 2022 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AptCmd = &cobra.Command{
	Use:   "apt",
	Short: "Parse the output of apt",
	Long:  `Transform the output of apt into a common format.`,
	Run:   wrapCommand(parseAptOutput),
}
View Source
var NpmCmd = &cobra.Command{
	Use:   "npm",
	Short: "Parse the output of npm",
	Long:  `Transform the output of npm into a common format.`,
	Run:   wrapCommand(parseNpmOutput),
}
View Source
var RubygemsCmd = &cobra.Command{
	Use:   "rubygems",
	Short: "Parse the output of rubygems",
	Long:  `Transform the output of rubygems into a common format.`,
	Run:   wrapCommand(parseRubygemsOutput),
}
View Source
var RvmCmd = &cobra.Command{
	Use:   "rvm",
	Short: "Parse the output of rvm",
	Long:  `Transform the output of rvm into a common format.`,
	Run:   wrapCommand(parseRvmOutput),
}

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