Closed mlhpdx closed 5 years ago
Currently, the command sleet createconfig produces output like:
sleet createconfig
{ "username": "", "useremail": "", "sources": [] }
Which leave the user guessing a bit about what goes in sources. It's minor, but helpful to suggest the bare minium starting point for a source:
sources
{ "username": "", "useremail": "", "sources": [ { "name": "myFeed", "type": "" } ] }
Currently, the command
sleet createconfig
produces output like:Which leave the user guessing a bit about what goes in
sources
. It's minor, but helpful to suggest the bare minium starting point for a source: