Martin von Zweigbergk
e38e2904bb
ui: make status()
return a dyn Write
, add status_formatter()
...
When the caller needs a formatter, it's because they're doing
something non-trivial. When the user passed `--quiet` (see upcoming
patch), we should ideally skip doing related work for print the
formatting output. It helps if the `Ui` object doesn't even return a
`Formatter` then, so the caller is forced to handle the quiet case
differently.
Thanks to Yuya for the suggestion.
2024-04-01 13:00:27 -07:00
..
2024-04-01 13:00:27 -07:00
2024-03-03 01:11:46 +09:00
2024-04-01 13:00:27 -07:00
2024-04-01 13:00:27 -07:00
2024-03-03 01:11:46 +09:00
2024-03-26 00:28:27 +09:00
2024-03-03 01:11:46 +09:00
2024-03-26 11:23:13 +09:00
2024-03-26 11:23:13 +09:00
2024-04-01 13:00:27 -07:00
2024-04-01 13:00:27 -07:00
2024-03-03 01:11:46 +09:00
2024-04-01 13:00:27 -07:00
2024-04-01 13:00:27 -07:00
2024-04-01 13:00:27 -07:00
2024-03-03 01:11:46 +09:00
2024-04-01 13:00:27 -07:00
2024-04-01 13:00:27 -07:00
2024-03-03 01:11:46 +09:00
2024-04-01 10:08:44 +09:00
2024-03-26 00:28:27 +09:00
2024-03-03 01:11:46 +09:00
2024-03-26 00:28:27 +09:00
2024-04-01 13:00:27 -07:00
2024-03-25 20:51:54 +09:00
2024-03-25 11:15:09 +09:00
2024-04-01 13:00:27 -07:00
2024-03-25 20:51:54 +09:00
2024-04-01 13:00:27 -07:00
2024-04-01 13:00:27 -07:00
2024-04-01 13:00:27 -07:00
2024-03-03 01:11:46 +09:00
2024-04-01 10:08:44 +09:00
2024-03-25 11:15:09 +09:00
2024-03-29 11:02:31 +09:00
2024-04-01 13:00:27 -07:00
2024-03-26 00:28:27 +09:00
2024-03-25 11:15:09 +09:00
2024-03-29 08:48:09 -04:00
2024-03-13 05:21:05 -07:00
2024-04-01 13:00:27 -07:00
2024-03-26 00:28:27 +09:00
2024-03-03 01:11:46 +09:00
2024-04-01 13:00:27 -07:00