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