Closed ChrisKibble closed 2 years ago
When running New-Lably -Switch "Test Switch" it should use that switch if it exists, and fail if it does not, but it's failing if it doesn't exist instead.
New-Lably -Switch "Test Switch"
Fix breaks new default switch, need to adjust to set default when -Switch isn't passed. Work in progress.
-Switch
Fixed in b6d906bbe7812e1e74d3deb4021c303f102bee20.
Moved to main branch.
When running
New-Lably -Switch "Test Switch"
it should use that switch if it exists, and fail if it does not, but it's failing if it doesn't exist instead.