From e7bc545b36beceb1bcee16734cb2e98d197182bb Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 28 Sep 2018 15:25:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20support=20for=20public=20vs?= =?UTF-8?q?=20private?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Projects can be public or private -> they are either oss or not. - With flags like this, there is no default. We either want to pass a flag or be prompted later if we forget - To achieve this: added a custom sywac type of Switch, that is able to handle this concept - We may want to change this to a proper boolean that defaults to true - That would be easier, and possibly more sensible for the public tool --- ghost/pretty-cli/pretty-cli.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/pretty-cli/pretty-cli.js b/ghost/pretty-cli/pretty-cli.js index 80063c3fc6..92c08d7da9 100644 --- a/ghost/pretty-cli/pretty-cli.js +++ b/ghost/pretty-cli/pretty-cli.js @@ -1,6 +1,5 @@ const Api = require('sywac/api'); const styles = require('./styles'); - /** * Pretty CLI *