Add default hostname for dogfooding

pull/117/merge
Lennart Kats 2015-06-05 10:06:35 +00:00
rodzic 21cc0a2047
commit f4fad46d3e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -55,6 +55,7 @@ function main(argv, config, callback) {
.describe("settings", "Settings file to use")
.describe("dump", "dump config file as JSON")
.describe("domain", "Top-level domain to use (e.g, c9.io)")
.default("domain", process.env.C9_HOSTNAME)
.boolean("help")
.describe("help", "Show command line options.");