@override Future<void> execute() async { await Isolate.run( () => staging.stageFiles( pattern: pattern, ), ); }