Entry point for the make:journey_widget command.
Future<void> main(List<String> arguments) async => await _MakeJourneyWidgetCommand(arguments).run();