the issue is that i'm trying to automate the use of the logo cli for creating new repos, but the interactive shell is a big impediment to that.
i'd like to be able to call it like this:
logo create alexa --name Alexa --slug alexa
and have those parameters passed down to Khaos's ask:
https://github.com/segmentio/khaos/blob/master/lib/plugins.js#L37-L83
or somehow into https://github.com/segmentio/metalsmith-prompt so that command line arguments can make the system not ask for interactive questions when a matching command line option is given.
this is the last thing blocking logo automation :)