refactor: move request reading into a function
modified src/main.rs
@@ -58,8 +58,7 @@ fn fallible_main() -> Result<(), NativeError> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -90,6 +89,13 @@ fn mkdir_run(config: &Config) -> Result<(Uuid, PathBuf), NativeError> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|