mirror of
https://github.com/Squibid/rph.git
synced 2025-10-20 11:54:04 +00:00
Compare commits
2 Commits
v1.0
...
e1609a3bb2
Author | SHA1 | Date | |
---|---|---|---|
e1609a3bb2
|
|||
a75e49a4df
|
@@ -1,4 +1,4 @@
|
|||||||
# RPS (Robot Pits Helper)
|
# RPH (Robot Pits Helper)
|
||||||
Manage your FRC robot code the UNIX way.
|
Manage your FRC robot code the UNIX way.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
@@ -11,13 +11,8 @@ import (
|
|||||||
// vendordeplistCmd represents the vendordep list command
|
// vendordeplistCmd represents the vendordep list command
|
||||||
var vendordeplistCmd = &cobra.Command{
|
var vendordeplistCmd = &cobra.Command{
|
||||||
Use: "list",
|
Use: "list",
|
||||||
Short: "List out your vendordeps",
|
Short: "List out your installed vendordeps",
|
||||||
Long: `A longer description that spans multiple lines and likely contains examples
|
Long: `List out your installed vendordeps.`,
|
||||||
and usage of using your command. For example:
|
|
||||||
|
|
||||||
Cobra is a CLI library for Go that empowers applications.
|
|
||||||
This application is a tool to generate the needed files
|
|
||||||
to quickly create a Cobra application.`,
|
|
||||||
Aliases: []string{ "ls" },
|
Aliases: []string{ "ls" },
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
if !inProjectDir() { return nil }
|
if !inProjectDir() { return nil }
|
||||||
|
Reference in New Issue
Block a user