lib: format

This commit is contained in:
2025-05-16 21:06:19 +02:00
parent 84ae7eca9e
commit 3f267b78d3
16 changed files with 360 additions and 96 deletions

View File

@@ -14,8 +14,7 @@ class CreateDb extends Command {
addLibsqliteArg(argParser);
argParser.addFlag(
'wal',
help:
'''Whether to use Write-Ahead Logging (WAL) mode.
help: '''Whether to use Write-Ahead Logging (WAL) mode.
This is recommended for better performance, but may not be used with
the readonly NixOS store.

View File

@@ -1,4 +1,3 @@
import 'dart:convert';
import 'dart:io';