@override List<String> deleteFile({ required String target, bool lastCommand = false, }) => [ 'del', target, lastCommand ? '' : ';', ];