homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
301 stars 28 forks source link

Existing preference value should be used as default, if available #68

Closed homebysix closed 8 years ago

homebysix commented 8 years ago

Any value set here:

$ defaults read com.elliotjordan.recipe-robot RecipeIdentifierPrefix
com.github.homebysix

Should be used as the default value on next --config run:

$ recipe-robot --config

                      -----------------------------------
                     |  Welcome to Recipe Robot v0.2.5.  |
                      -----------------------------------
                                \   _[]_
                                 \  [oo]
                                   d-||-b
                                     ||
                                   _/  \_

Showing configuration options...

Recipe identifier prefix
This is your default identifier, in reverse-domain notation.
(If you have a GitHub account, it's customary to use com.github.<your GitHub username>.)

[com.github.elliot]: