mirror of
https://github.com/Squibid/rph.git
synced 2025-10-20 03:44:04 +00:00
Compare commits
1 Commits
e1609a3bb2
...
v1.2
Author | SHA1 | Date | |
---|---|---|---|
895e8903ce
|
@@ -26,6 +26,10 @@ options in using the following flags:
|
||||
Example:
|
||||
rph template --lang=java --type=commandbased --dir=MyRobot --team=5438 --desktopSupport=false`,
|
||||
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {
|
||||
// This is a noop to stop the root command from preventing us from making
|
||||
// a new robot project
|
||||
},
|
||||
PreRun: func(cmd *cobra.Command, args []string) {
|
||||
template.Fetch(false, "keep")
|
||||
},
|
||||
|
Reference in New Issue
Block a user