Bug: Running adc configure
for the first time fails because "config file already exists"
#83
Labels
bug
Something isn't working
Current Behavior
Running
adc configure
for the first time without a configuration file present will create a new file, but it will fail to write to it because it already exists. This is bad user experience:Exxpected Behavior
Instead, ADC should create a new file and write to it without throwing an error.
Steps to Reproduce
Run
adc configure
without~/.adc.yaml
already present.Environment
adc version
): dev - 78affcdThe text was updated successfully, but these errors were encountered: