forked from toolshed/abra
Compare commits
2 Commits
c1380fcbca
...
035eaab683
Author | SHA1 | Date | |
---|---|---|---|
035eaab683 | |||
a04749853b |
@ -162,7 +162,7 @@ var NewAppServer string
|
||||
var NewAppServerFlag = &cli.StringFlag{
|
||||
Name: "server, s",
|
||||
Value: "",
|
||||
Usage: "Show apps of a specific server",
|
||||
Usage: "Use a specific server",
|
||||
Destination: &NewAppServer,
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@ Here is a semver cheat sheet (more on https://semver.org):
|
||||
|
||||
var chosenBumpType string
|
||||
prompt := &survey.Select{
|
||||
Message: fmt.Sprintf("select recipe version increment type"),
|
||||
Message: "select recipe version increment type",
|
||||
Options: []string{"major", "minor", "patch"},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user