fix: use Path and PathBuf by default in all configs and args
this fixes the following bug: ``` picodata run --data-dir tmp/i1/ C> invalid socket path: tmp/i1//admin.sock [supervisor:214288] no ipc message from child [supervisor:214288] subprocess 214289 exited with code 1 ```
Showing
- src/cli/args.rs 10 additions, 7 deletionssrc/cli/args.rs
- src/cli/run.rs 3 additions, 1 deletionsrc/cli/run.rs
- src/config.rs 26 additions, 19 deletionssrc/config.rs
- src/lib.rs 12 additions, 6 deletionssrc/lib.rs
- src/pico_service.rs 7 additions, 4 deletionssrc/pico_service.rs
- src/tarantool.rs 4 additions, 3 deletionssrc/tarantool.rs
- src/util.rs 17 additions, 11 deletionssrc/util.rs
Loading