You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fix) panic during first run of lab
When writing the config the first run of lab would panic due to being reread in as the wrong type. Its not currently clear why the type comes in differently, but coersing the types works
Merge pull request zaquestion#106 from zaquestion/create_noprompt
[zaquestion#105] (fix,mr,issue) editor was being skipped during create, due to default value introduced on a shared variable
Merge pull request zaquestion#102 from zaquestion/snippet-root-stdin
(snippet) check for input on standard in when deciding to create a snippet with `lab snippet`