Pass the othermonitor_* values into the main state, and add TODO markers for next steps (#67).

This commit is contained in:
Andrew Wood
2026-03-29 21:49:47 +01:00
parent 2a54d4edcc
commit 00f06f2b2c
7 changed files with 25 additions and 9 deletions
+1
View File
@@ -1290,6 +1290,7 @@ opts_t opts_parse(unsigned int argc, char **argv)
opts->eta = true;
opts->rate = true;
opts->bytes = true;
/* TODO: add ratio format if "-M both" */
}
/* If -Z was given but not -E, pretend one -E was given too. */