mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
✨ Add support for public vs private
- 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
This commit is contained in:
parent
8c1b5cd383
commit
e7bc545b36
@ -1,6 +1,5 @@
|
|||||||
const Api = require('sywac/api');
|
const Api = require('sywac/api');
|
||||||
const styles = require('./styles');
|
const styles = require('./styles');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pretty CLI
|
* Pretty CLI
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user