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