egoist
8/10/2015 - 3:26 PM

Destructuring-defaults.ls

{username ? 'root', password || '', secure && 'https' 
|| 'http'} = config<[ USERNAME PASSWORD SECURE ]>