Describe the bug
The CLI constructed the ConfigPath variable with mixed seperators and hence, the reported default config path in --help was wrong.
--config string Path to Microcks config (default "C:\\Users\\HomePC/.config/microcks/config")
This seems to be a cosmetic issue only, the actual paths used by the runtime logic is different.
Expected behavior
The expected path should be C:\\Users\\HomePC\\.config\\microcks\\config on Windows
Actual behavior
Reports C:\Users\some_name/.config/microcks/config
How to Reproduce?
Run microcks --help on Windows
Microcks version or git rev
fde7e8f
Install method (docker-compose, helm chart, operator, docker-desktop extension,...)
source
Describe the bug
The CLI constructed the
ConfigPathvariable with mixed seperators and hence, the reported default config path in--helpwas wrong.This seems to be a cosmetic issue only, the actual paths used by the runtime logic is different.
Expected behavior
The expected path should be
C:\\Users\\HomePC\\.config\\microcks\\configon WindowsActual behavior
Reports
C:\Users\some_name/.config/microcks/configHow to Reproduce?
Run
microcks --helpon WindowsMicrocks version or git rev
fde7e8f
Install method (
docker-compose,helm chart,operator,docker-desktop extension,...)source