static void save(Set<String> commands) { reservedFile.createSync(recursive: true); reservedFile.writeAsStringSync('${commands.join('\n')}\n'); }