this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add most .config files

All fish directory, plus bpython, cloc, and gdb files.

+10768
+99
.config/bpython/config
··· 1 + # This is a standard python config file 2 + # Valid values can be True, False, integer numbers, strings 3 + # By default bpython will look for $XDG_CONFIG_HOME/bpython/config 4 + # ($XDG_CONFIG_HOME defaults to ~/.config) or you can specify a file with the 5 + # --config option on the command line 6 + # 7 + # see http://docs.bpython-interpreter.org/configuration.html 8 + # for all configurable options 9 + 10 + # General section tag 11 + [general] 12 + 13 + # Display the autocomplete list as you type (default: True). 14 + # When this is off, you can hit tab to see the suggestions. 15 + # auto_display_list = True 16 + 17 + # Syntax highlighting as you type (default: True). 18 + # syntax = True 19 + 20 + # Display the arg spec (list of arguments) for callables, 21 + # when possible (default: True). 22 + # arg_spec = True 23 + 24 + # History file (default: ~/.pythonhist): 25 + # hist_file = ~/.pythonhist 26 + 27 + # Number of lines to store in history (set to 0 to disable) (default: 100): 28 + # hist_length = 100 29 + 30 + # Soft tab size (default: 4, see pep-8): 31 + # tab_length = 4 32 + 33 + # Color schemes should be put in $XDG_CONFIG_HOME/bpython/ e.g. to use the theme 34 + # $XDG_CONFIG_HOME/bpython/foo.theme set color_scheme = foo. Leave blank or set 35 + # to "default" to use the default theme 36 + # color_scheme = default 37 + 38 + # Allow two blank lines before automatic dedent 39 + dedent_after = 2 40 + 41 + # External editor to use for editing the current line, block, or full history 42 + # Default is to try $EDITOR and $VISUAL, then vi - but if you uncomment 43 + # the line below that will take precedence 44 + editor = vim 45 + 46 + # Whether to append .py to the filename while saving session to a file. 47 + # (default: False) 48 + # save_append_py = False 49 + 50 + # The name of a helper executable that should perform pastebin upload on 51 + # bpython's behalf. If unset, bpython uploads pastes to bpaste.net. (default: ) 52 + # pastebin_helper = gist.py 53 + 54 + # How long an undo must be expected to take before prompting for how 55 + # many lines should be undone. Set to -1 to never prompt, or 0 to 56 + # always prompt. 57 + # single_undo_time = 1.0 58 + 59 + # Enable autoreload feature by default (default: False). 60 + # default_autoreload = False 61 + 62 + [keyboard] 63 + 64 + # All key bindings are shown commented out with their default binding 65 + 66 + # pastebin = F8 67 + # last_output = F9 68 + # reimport = F6 69 + # help = F1 70 + # toggle_file_watch = F5 71 + # save = C-s 72 + # undo = C-r 73 + # up_one_line = C-p 74 + # down_one_line = C-n 75 + # cut_to_buffer = C-k 76 + # search = C-o 77 + # yank_from_buffer = C-y 78 + # backspace = C-h 79 + clear_word = C-M-h 80 + # clear_line = C-u 81 + # clear_screen = C-l 82 + # show_source = F2 83 + # exit = C-d 84 + # external_editor = F7 85 + # edit_config = F3 86 + # reverse_incremental_search = M-r 87 + # incremental_search = M-s 88 + 89 + [curtsies] 90 + 91 + # Allow the the completion and docstring box above the current line 92 + # (default: False) 93 + # list_above = False 94 + 95 + # Enables two fish (the shell) style features: 96 + # Previous line key will search for the current line (like reverse incremental 97 + # search) and right arrow will complete the current line with the first match 98 + # from history. (default: True) 99 + right_arrow_completion = True
+2
.config/cloc/options.txt
··· 1 + # Default to follow git rules 2 + --vcs=git
+9689
.config/fish/bazel_vars.fish
··· 1 + set __BAZEL_COMMAND_LIST "analyze-profile aquery build canonicalize-flags clean config coverage cquery dump fetch help info license mobile-install print_action query run shutdown sync test version" 2 + set __BAZEL_INFO_KEYS " 3 + workspace 4 + install_base 5 + output_base 6 + execution_root 7 + output_path 8 + client-env 9 + bazel-bin 10 + bazel-genfiles 11 + bazel-testlogs 12 + release 13 + server_pid 14 + server_log 15 + package_path 16 + used-heap-size 17 + used-heap-size-after-gc 18 + committed-heap-size 19 + max-heap-size 20 + gc-time 21 + gc-count 22 + java-runtime 23 + java-vm 24 + java-home 25 + character-encoding 26 + defaults-package 27 + build-language 28 + default-package-path 29 + starlark-semantics 30 + " 31 + set __BAZEL_STARTUP_OPTIONS " 32 + --batch 33 + --nobatch 34 + --batch_cpu_scheduling 35 + --nobatch_cpu_scheduling 36 + --bazelrc= 37 + --block_for_lock 38 + --noblock_for_lock 39 + --client_debug 40 + --noclient_debug 41 + --connect_timeout_secs= 42 + --deep_execroot 43 + --nodeep_execroot 44 + --expand_configs_in_place 45 + --noexpand_configs_in_place 46 + --experimental_oom_more_eagerly 47 + --noexperimental_oom_more_eagerly 48 + --experimental_oom_more_eagerly_threshold= 49 + --home_rc 50 + --nohome_rc 51 + --host_jvm_args= 52 + --host_jvm_debug 53 + --host_jvm_profile= 54 + --idle_server_tasks 55 + --noidle_server_tasks 56 + --ignore_all_rc_files 57 + --noignore_all_rc_files 58 + --incompatible_enable_execution_transition 59 + --noincompatible_enable_execution_transition 60 + --io_nice_level= 61 + --macos_qos_class= 62 + --max_idle_secs= 63 + --output_base=path 64 + --output_user_root=path 65 + --server_javabase= 66 + --server_jvm_out=path 67 + --shutdown_on_low_sys_mem 68 + --noshutdown_on_low_sys_mem 69 + --system_rc 70 + --nosystem_rc 71 + --unlimit_coredumps 72 + --nounlimit_coredumps 73 + --watchfs 74 + --nowatchfs 75 + --workspace_rc 76 + --noworkspace_rc 77 + " 78 + set __BAZEL_COMMAND_ANALYZE_PROFILE_ARGUMENT "path" 79 + set __BAZEL_COMMAND_ANALYZE_PROFILE_FLAGS " 80 + --all_incompatible_changes 81 + --announce_rc 82 + --noannounce_rc 83 + --attempt_to_print_relative_paths 84 + --noattempt_to_print_relative_paths 85 + --bes_backend= 86 + --bes_best_effort 87 + --nobes_best_effort 88 + --bes_keywords= 89 + --bes_lifecycle_events 90 + --nobes_lifecycle_events 91 + --bes_outerr_buffer_size= 92 + --bes_outerr_chunk_size= 93 + --bes_proxy= 94 + --bes_results_url= 95 + --bes_timeout= 96 + --build_event_binary_file= 97 + --build_event_binary_file_path_conversion 98 + --nobuild_event_binary_file_path_conversion 99 + --build_event_json_file= 100 + --build_event_json_file_path_conversion 101 + --nobuild_event_json_file_path_conversion 102 + --build_event_max_named_set_of_file_entries= 103 + --build_event_publish_all_actions 104 + --nobuild_event_publish_all_actions 105 + --build_event_text_file= 106 + --build_event_text_file_path_conversion 107 + --nobuild_event_text_file_path_conversion 108 + --build_metadata= 109 + --chart 110 + --nochart 111 + --color={yes,no,auto} 112 + --combine= 113 + --config= 114 + --curses={yes,no,auto} 115 + --dump= 116 + --enable_platform_specific_config 117 + --noenable_platform_specific_config 118 + --experimental_action_args 119 + --noexperimental_action_args 120 + --experimental_allow_incremental_repository_updates 121 + --noexperimental_allow_incremental_repository_updates 122 + --experimental_allow_tags_propagation 123 + --noexperimental_allow_tags_propagation 124 + --experimental_announce_profile_path 125 + --noexperimental_announce_profile_path 126 + --experimental_aspect_output_propagation 127 + --noexperimental_aspect_output_propagation 128 + --experimental_build_event_expand_filesets 129 + --noexperimental_build_event_expand_filesets 130 + --experimental_build_event_upload_strategy= 131 + --experimental_cc_shared_library 132 + --noexperimental_cc_shared_library 133 + --experimental_enable_android_migration_apis 134 + --noexperimental_enable_android_migration_apis 135 + --experimental_generate_json_trace_profile 136 + --noexperimental_generate_json_trace_profile 137 + --experimental_google_legacy_api 138 + --noexperimental_google_legacy_api 139 + --experimental_multi_threaded_digest 140 + --noexperimental_multi_threaded_digest 141 + --experimental_oom_more_eagerly_threshold= 142 + --experimental_platforms_api 143 + --noexperimental_platforms_api 144 + --experimental_post_profile_started_event 145 + --noexperimental_post_profile_started_event 146 + --experimental_profile_action_counts 147 + --noexperimental_profile_action_counts 148 + --experimental_profile_additional_tasks= 149 + --experimental_profile_cpu_usage 150 + --noexperimental_profile_cpu_usage 151 + --experimental_slim_json_profile 152 + --noexperimental_slim_json_profile 153 + --experimental_starlark_config_transitions 154 + --noexperimental_starlark_config_transitions 155 + --experimental_starlark_unused_inputs_list 156 + --noexperimental_starlark_unused_inputs_list 157 + --experimental_ui_deduplicate 158 + --noexperimental_ui_deduplicate 159 + --experimental_ui_limit_console_output= 160 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 161 + --experimental_workspace_rules_log_file=path 162 + --google_auth_scopes= 163 + --google_credentials= 164 + --google_default_credentials 165 + --nogoogle_default_credentials 166 + --html 167 + --nohtml 168 + --html_details 169 + --nohtml_details 170 + --html_histograms 171 + --nohtml_histograms 172 + --html_pixels_per_second= 173 + --incompatible_bzl_disallow_load_after_statement 174 + --noincompatible_bzl_disallow_load_after_statement 175 + --incompatible_depset_for_libraries_to_link_getter 176 + --noincompatible_depset_for_libraries_to_link_getter 177 + --incompatible_depset_is_not_iterable 178 + --noincompatible_depset_is_not_iterable 179 + --incompatible_depset_union 180 + --noincompatible_depset_union 181 + --incompatible_disable_deprecated_attr_params 182 + --noincompatible_disable_deprecated_attr_params 183 + --incompatible_disable_depset_items 184 + --noincompatible_disable_depset_items 185 + --incompatible_disable_target_provider_fields 186 + --noincompatible_disable_target_provider_fields 187 + --incompatible_disable_third_party_license_checking 188 + --noincompatible_disable_third_party_license_checking 189 + --incompatible_disallow_dict_lookup_unhashable_keys 190 + --noincompatible_disallow_dict_lookup_unhashable_keys 191 + --incompatible_disallow_empty_glob 192 + --noincompatible_disallow_empty_glob 193 + --incompatible_disallow_legacy_javainfo 194 + --noincompatible_disallow_legacy_javainfo 195 + --incompatible_disallow_struct_provider_syntax 196 + --noincompatible_disallow_struct_provider_syntax 197 + --incompatible_disallow_unverified_http_downloads 198 + --noincompatible_disallow_unverified_http_downloads 199 + --incompatible_do_not_split_linking_cmdline 200 + --noincompatible_do_not_split_linking_cmdline 201 + --incompatible_enable_profile_by_default 202 + --noincompatible_enable_profile_by_default 203 + --incompatible_new_actions_api 204 + --noincompatible_new_actions_api 205 + --incompatible_no_attr_license 206 + --noincompatible_no_attr_license 207 + --incompatible_no_implicit_file_export 208 + --noincompatible_no_implicit_file_export 209 + --incompatible_no_output_attr_default 210 + --noincompatible_no_output_attr_default 211 + --incompatible_no_rule_outputs_param 212 + --noincompatible_no_rule_outputs_param 213 + --incompatible_no_support_tools_in_action_inputs 214 + --noincompatible_no_support_tools_in_action_inputs 215 + --incompatible_no_target_output_group 216 + --noincompatible_no_target_output_group 217 + --incompatible_remap_main_repo 218 + --noincompatible_remap_main_repo 219 + --incompatible_remove_binary_profile 220 + --noincompatible_remove_binary_profile 221 + --incompatible_remove_native_maven_jar 222 + --noincompatible_remove_native_maven_jar 223 + --incompatible_restrict_named_params 224 + --noincompatible_restrict_named_params 225 + --incompatible_restrict_string_escapes 226 + --noincompatible_restrict_string_escapes 227 + --incompatible_run_shell_command_string 228 + --noincompatible_run_shell_command_string 229 + --incompatible_string_join_requires_strings 230 + --noincompatible_string_join_requires_strings 231 + --incompatible_tls_enabled_removed 232 + --noincompatible_tls_enabled_removed 233 + --incompatible_visibility_private_attributes_at_definition 234 + --noincompatible_visibility_private_attributes_at_definition 235 + --json_trace_compression={auto,yes,no} 236 + --nojson_trace_compression 237 + --keep_state_after_build 238 + --nokeep_state_after_build 239 + --legacy_important_outputs 240 + --nolegacy_important_outputs 241 + --logging= 242 + --memory_profile_stable_heap_parameters= 243 + --nested_set_depth_limit= 244 + --profile=path 245 + --progress_in_terminal_title 246 + --noprogress_in_terminal_title 247 + --project_id= 248 + --show_progress 249 + --noshow_progress 250 + --show_progress_rate_limit= 251 + --show_task_finish 252 + --noshow_task_finish 253 + --show_timestamps 254 + --noshow_timestamps 255 + --task_tree= 256 + --task_tree_threshold= 257 + --tls_certificate= 258 + --tls_enabled 259 + --notls_enabled 260 + --tool_tag= 261 + --track_incremental_state 262 + --notrack_incremental_state 263 + --ui_actions_shown= 264 + --vfs_stats 265 + --novfs_stats 266 + --vfs_stats_limit= 267 + --watchfs 268 + --nowatchfs 269 + " 270 + set __BAZEL_COMMAND_AQUERY_ARGUMENT "label" 271 + set __BAZEL_COMMAND_AQUERY_FLAGS " 272 + --action_env= 273 + --all_incompatible_changes 274 + --allow_analysis_failures 275 + --noallow_analysis_failures 276 + --analysis_testing_deps_limit= 277 + --android_aapt={aapt,aapt2,auto} 278 + --android_compiler= 279 + --android_cpu= 280 + --android_crosstool_top=label 281 + --android_databinding_use_v3_4_args 282 + --noandroid_databinding_use_v3_4_args 283 + --android_dynamic_mode={off,default,fully} 284 + --android_grte_top=label 285 + --android_manifest_merger={legacy,android,force_android} 286 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 287 + --android_resource_shrinking 288 + --noandroid_resource_shrinking 289 + --android_sdk=label 290 + --announce 291 + --noannounce 292 + --announce_rc 293 + --noannounce_rc 294 + --apk_signing_method={v1,v2,v1_v2} 295 + --apple_bitcode={none,embedded_markers,embedded} 296 + --apple_compiler= 297 + --apple_crosstool_top=label 298 + --apple_enable_auto_dsym_dbg 299 + --noapple_enable_auto_dsym_dbg 300 + --apple_generate_dsym 301 + --noapple_generate_dsym 302 + --apple_grte_top=label 303 + --apple_sdk=label 304 + --aspect_deps={off,conservative,precise} 305 + --aspects= 306 + --attempt_to_print_relative_paths 307 + --noattempt_to_print_relative_paths 308 + --auto_cpu_environment_group=label 309 + --auto_output_filter={none,all,packages,subpackages} 310 + --bep_publish_used_heap_size_post_build 311 + --nobep_publish_used_heap_size_post_build 312 + --bes_backend= 313 + --bes_best_effort 314 + --nobes_best_effort 315 + --bes_keywords= 316 + --bes_lifecycle_events 317 + --nobes_lifecycle_events 318 + --bes_outerr_buffer_size= 319 + --bes_outerr_chunk_size= 320 + --bes_proxy= 321 + --bes_results_url= 322 + --bes_timeout= 323 + --break_build_on_parallel_dex2oat_failure 324 + --nobreak_build_on_parallel_dex2oat_failure 325 + --build 326 + --nobuild 327 + --build_event_binary_file= 328 + --build_event_binary_file_path_conversion 329 + --nobuild_event_binary_file_path_conversion 330 + --build_event_json_file= 331 + --build_event_json_file_path_conversion 332 + --nobuild_event_json_file_path_conversion 333 + --build_event_max_named_set_of_file_entries= 334 + --build_event_publish_all_actions 335 + --nobuild_event_publish_all_actions 336 + --build_event_text_file= 337 + --build_event_text_file_path_conversion 338 + --nobuild_event_text_file_path_conversion 339 + --build_manual_tests 340 + --nobuild_manual_tests 341 + --build_metadata= 342 + --build_python_zip={auto,yes,no} 343 + --nobuild_python_zip 344 + --build_runfile_links 345 + --nobuild_runfile_links 346 + --build_runfile_manifests 347 + --nobuild_runfile_manifests 348 + --build_tag_filters= 349 + --build_test_dwp 350 + --nobuild_test_dwp 351 + --build_tests_only 352 + --nobuild_tests_only 353 + --cache_test_results={auto,yes,no} 354 + --nocache_test_results 355 + --cc_output_directory_tag= 356 + --cc_proto_library_header_suffixes= 357 + --cc_proto_library_source_suffixes= 358 + --check_constraint= 359 + --check_licenses 360 + --nocheck_licenses 361 + --check_tests_up_to_date 362 + --nocheck_tests_up_to_date 363 + --check_up_to_date 364 + --nocheck_up_to_date 365 + --check_visibility 366 + --nocheck_visibility 367 + --collapse_duplicate_defines 368 + --nocollapse_duplicate_defines 369 + --collect_code_coverage 370 + --nocollect_code_coverage 371 + --color={yes,no,auto} 372 + --combined_report={none,lcov} 373 + --compilation_mode={fastbuild,dbg,opt} 374 + --compile_one_dependency 375 + --nocompile_one_dependency 376 + --compiler= 377 + --config= 378 + --conlyopt= 379 + --copt= 380 + --coverage_report_generator=label 381 + --coverage_support=label 382 + --cpu= 383 + --crosstool_top=label 384 + --cs_fdo_absolute_path= 385 + --cs_fdo_instrument= 386 + --cs_fdo_profile=label 387 + --curses={yes,no,auto} 388 + --custom_malloc=label 389 + --cxxopt= 390 + --default_ios_provisioning_profile=label 391 + --define= 392 + --deleted_packages= 393 + --desugar_for_android 394 + --nodesugar_for_android 395 + --device_debug_entitlements 396 + --nodevice_debug_entitlements 397 + --discard_analysis_cache 398 + --nodiscard_analysis_cache 399 + --disk_cache=path 400 + --distdir= 401 + --distinct_host_configuration 402 + --nodistinct_host_configuration 403 + --dynamic_mode={off,default,fully} 404 + --embed_label= 405 + --enable_apple_binary_native_protos 406 + --noenable_apple_binary_native_protos 407 + --enable_fdo_profile_absolute_path 408 + --noenable_fdo_profile_absolute_path 409 + --enable_platform_specific_config 410 + --noenable_platform_specific_config 411 + --enable_runfiles={auto,yes,no} 412 + --noenable_runfiles 413 + --enabled_toolchain_types= 414 + --enforce_constraints 415 + --noenforce_constraints 416 + --execution_log_binary_file=path 417 + --execution_log_json_file=path 418 + --expand_test_suites 419 + --noexpand_test_suites 420 + --experimental_action_args 421 + --noexperimental_action_args 422 + --experimental_action_listener= 423 + --experimental_add_exec_constraints_to_targets= 424 + --experimental_allow_android_library_deps_without_srcs 425 + --noexperimental_allow_android_library_deps_without_srcs 426 + --experimental_allow_incremental_repository_updates 427 + --noexperimental_allow_incremental_repository_updates 428 + --experimental_allow_tags_propagation 429 + --noexperimental_allow_tags_propagation 430 + --experimental_android_compress_java_resources 431 + --noexperimental_android_compress_java_resources 432 + --experimental_android_databinding_v2 433 + --noexperimental_android_databinding_v2 434 + --experimental_android_resource_shrinking 435 + --noexperimental_android_resource_shrinking 436 + --experimental_android_rewrite_dexes_with_rex 437 + --noexperimental_android_rewrite_dexes_with_rex 438 + --experimental_android_use_parallel_dex2oat 439 + --noexperimental_android_use_parallel_dex2oat 440 + --experimental_announce_profile_path 441 + --noexperimental_announce_profile_path 442 + --experimental_aspect_output_propagation 443 + --noexperimental_aspect_output_propagation 444 + --experimental_build_event_expand_filesets 445 + --noexperimental_build_event_expand_filesets 446 + --experimental_build_event_upload_strategy= 447 + --experimental_cancel_concurrent_tests 448 + --noexperimental_cancel_concurrent_tests 449 + --experimental_cc_shared_library 450 + --noexperimental_cc_shared_library 451 + --experimental_check_desugar_deps 452 + --noexperimental_check_desugar_deps 453 + --experimental_desugar_java8_libs 454 + --noexperimental_desugar_java8_libs 455 + --experimental_docker_image= 456 + --experimental_docker_privileged 457 + --noexperimental_docker_privileged 458 + --experimental_docker_use_customized_images 459 + --noexperimental_docker_use_customized_images 460 + --experimental_docker_verbose 461 + --noexperimental_docker_verbose 462 + --experimental_enable_android_migration_apis 463 + --noexperimental_enable_android_migration_apis 464 + --experimental_enable_docker_sandbox 465 + --noexperimental_enable_docker_sandbox 466 + --experimental_enable_objc_cc_deps 467 + --noexperimental_enable_objc_cc_deps 468 + --experimental_execution_log_file=path 469 + --experimental_extra_action_filter= 470 + --experimental_extra_action_top_level_only 471 + --noexperimental_extra_action_top_level_only 472 + --experimental_filter_library_jar_with_program_jar 473 + --noexperimental_filter_library_jar_with_program_jar 474 + --experimental_generate_json_trace_profile 475 + --noexperimental_generate_json_trace_profile 476 + --experimental_google_legacy_api 477 + --noexperimental_google_legacy_api 478 + --experimental_guard_against_concurrent_changes 479 + --noexperimental_guard_against_concurrent_changes 480 + --experimental_import_deps_checking={off,warning,error} 481 + --experimental_inmemory_dotd_files 482 + --noexperimental_inmemory_dotd_files 483 + --experimental_inmemory_jdeps_files 484 + --noexperimental_inmemory_jdeps_files 485 + --experimental_inmemory_unused_inputs_list 486 + --noexperimental_inmemory_unused_inputs_list 487 + --experimental_interleave_loading_and_analysis 488 + --noexperimental_interleave_loading_and_analysis 489 + --experimental_j2objc_header_map 490 + --noexperimental_j2objc_header_map 491 + --experimental_j2objc_shorter_header_path 492 + --noexperimental_j2objc_shorter_header_path 493 + --experimental_java_classpath={off,javabuilder,bazel} 494 + --experimental_java_proto_add_allowed_public_imports 495 + --noexperimental_java_proto_add_allowed_public_imports 496 + --experimental_local_execution_delay= 497 + --experimental_local_memory_estimate 498 + --noexperimental_local_memory_estimate 499 + --experimental_multi_cpu= 500 + --experimental_multi_threaded_digest 501 + --noexperimental_multi_threaded_digest 502 + --experimental_objc_enable_module_maps 503 + --noexperimental_objc_enable_module_maps 504 + --experimental_objc_fastbuild_options= 505 + --experimental_objc_header_thinning 506 + --noexperimental_objc_header_thinning 507 + --experimental_objc_include_scanning 508 + --noexperimental_objc_include_scanning 509 + --experimental_omitfp 510 + --noexperimental_omitfp 511 + --experimental_oom_more_eagerly_threshold= 512 + --experimental_persistent_javac 513 + --experimental_platforms_api 514 + --noexperimental_platforms_api 515 + --experimental_post_profile_started_event 516 + --noexperimental_post_profile_started_event 517 + --experimental_profile_action_counts 518 + --noexperimental_profile_action_counts 519 + --experimental_profile_additional_tasks= 520 + --experimental_profile_cpu_usage 521 + --noexperimental_profile_cpu_usage 522 + --experimental_proto_extra_actions 523 + --noexperimental_proto_extra_actions 524 + --experimental_remote_grpc_log=path 525 + --experimental_repository_cache_hardlinks 526 + --noexperimental_repository_cache_hardlinks 527 + --experimental_repository_hash_file= 528 + --experimental_repository_resolved_file= 529 + --experimental_resolved_file_instead_of_workspace= 530 + --experimental_run_validations 531 + --noexperimental_run_validations 532 + --experimental_sandbox_async_tree_delete_idle_threads= 533 + --experimental_sandboxfs_map_symlink_targets 534 + --noexperimental_sandboxfs_map_symlink_targets 535 + --experimental_sandboxfs_path= 536 + --experimental_save_feature_state 537 + --noexperimental_save_feature_state 538 + --experimental_scale_timeouts= 539 + --experimental_slim_json_profile 540 + --noexperimental_slim_json_profile 541 + --experimental_spawn_scheduler 542 + --experimental_split_xml_generation 543 + --noexperimental_split_xml_generation 544 + --experimental_starlark_config_transitions 545 + --noexperimental_starlark_config_transitions 546 + --experimental_starlark_unused_inputs_list 547 + --noexperimental_starlark_unused_inputs_list 548 + --experimental_strict_fileset_output 549 + --noexperimental_strict_fileset_output 550 + --experimental_strict_java_deps={off,warn,error,strict,default} 551 + --experimental_ui_deduplicate 552 + --noexperimental_ui_deduplicate 553 + --experimental_ui_limit_console_output= 554 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 555 + --experimental_use_llvm_covmap 556 + --noexperimental_use_llvm_covmap 557 + --experimental_use_sandboxfs={auto,yes,no} 558 + --noexperimental_use_sandboxfs 559 + --experimental_use_windows_sandbox={auto,yes,no} 560 + --noexperimental_use_windows_sandbox 561 + --experimental_verify_repository_rules= 562 + --experimental_windows_sandbox_path= 563 + --experimental_workspace_rules_log_file=path 564 + --explain=path 565 + --explicit_java_test_deps 566 + --noexplicit_java_test_deps 567 + --extra_execution_platforms= 568 + --extra_toolchains= 569 + --fat_apk_cpu= 570 + --fdo_instrument= 571 + --fdo_optimize= 572 + --fdo_prefetch_hints=label 573 + --fdo_profile=label 574 + --features= 575 + --fission= 576 + --flaky_test_attempts= 577 + --force_pic 578 + --noforce_pic 579 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 580 + --genrule_strategy= 581 + --google_auth_scopes= 582 + --google_credentials= 583 + --google_default_credentials 584 + --nogoogle_default_credentials 585 + --grte_top=label 586 + --high_priority_workers= 587 + --host_compilation_mode={fastbuild,dbg,opt} 588 + --host_compiler= 589 + --host_conlyopt= 590 + --host_copt= 591 + --host_cpu= 592 + --host_crosstool_top=label 593 + --host_cxxopt= 594 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 595 + --host_grte_top=label 596 + --host_java_launcher=label 597 + --host_java_toolchain=label 598 + --host_javabase=label 599 + --host_javacopt= 600 + --host_linkopt= 601 + --host_platform=label 602 + --host_swiftcopt= 603 + --http_timeout_scaling= 604 + --ignore_unsupported_sandboxing 605 + --noignore_unsupported_sandboxing 606 + --implicit_deps 607 + --noimplicit_deps 608 + --include_artifacts 609 + --noinclude_artifacts 610 + --include_aspects 611 + --noinclude_aspects 612 + --include_commandline 613 + --noinclude_commandline 614 + --include_param_files 615 + --noinclude_param_files 616 + --incompatible_allow_python_version_transitions 617 + --noincompatible_allow_python_version_transitions 618 + --incompatible_bzl_disallow_load_after_statement 619 + --noincompatible_bzl_disallow_load_after_statement 620 + --incompatible_default_to_explicit_init_py 621 + --noincompatible_default_to_explicit_init_py 622 + --incompatible_depset_for_libraries_to_link_getter 623 + --noincompatible_depset_for_libraries_to_link_getter 624 + --incompatible_depset_is_not_iterable 625 + --noincompatible_depset_is_not_iterable 626 + --incompatible_depset_union 627 + --noincompatible_depset_union 628 + --incompatible_disable_deprecated_attr_params 629 + --noincompatible_disable_deprecated_attr_params 630 + --incompatible_disable_depset_items 631 + --noincompatible_disable_depset_items 632 + --incompatible_disable_expand_if_all_available_in_flag_set 633 + --noincompatible_disable_expand_if_all_available_in_flag_set 634 + --incompatible_disable_native_android_rules 635 + --noincompatible_disable_native_android_rules 636 + --incompatible_disable_target_provider_fields 637 + --noincompatible_disable_target_provider_fields 638 + --incompatible_disable_third_party_license_checking 639 + --noincompatible_disable_third_party_license_checking 640 + --incompatible_disallow_dict_lookup_unhashable_keys 641 + --noincompatible_disallow_dict_lookup_unhashable_keys 642 + --incompatible_disallow_empty_glob 643 + --noincompatible_disallow_empty_glob 644 + --incompatible_disallow_legacy_javainfo 645 + --noincompatible_disallow_legacy_javainfo 646 + --incompatible_disallow_legacy_py_provider 647 + --noincompatible_disallow_legacy_py_provider 648 + --incompatible_disallow_struct_provider_syntax 649 + --noincompatible_disallow_struct_provider_syntax 650 + --incompatible_disallow_unverified_http_downloads 651 + --noincompatible_disallow_unverified_http_downloads 652 + --incompatible_do_not_split_linking_cmdline 653 + --noincompatible_do_not_split_linking_cmdline 654 + --incompatible_dont_enable_host_nonhost_crosstool_features 655 + --noincompatible_dont_enable_host_nonhost_crosstool_features 656 + --incompatible_enable_profile_by_default 657 + --noincompatible_enable_profile_by_default 658 + --incompatible_make_thinlto_command_lines_standalone 659 + --noincompatible_make_thinlto_command_lines_standalone 660 + --incompatible_merge_genfiles_directory 661 + --noincompatible_merge_genfiles_directory 662 + --incompatible_new_actions_api 663 + --noincompatible_new_actions_api 664 + --incompatible_no_attr_license 665 + --noincompatible_no_attr_license 666 + --incompatible_no_implicit_file_export 667 + --noincompatible_no_implicit_file_export 668 + --incompatible_no_output_attr_default 669 + --noincompatible_no_output_attr_default 670 + --incompatible_no_rule_outputs_param 671 + --noincompatible_no_rule_outputs_param 672 + --incompatible_no_support_tools_in_action_inputs 673 + --noincompatible_no_support_tools_in_action_inputs 674 + --incompatible_no_target_output_group 675 + --noincompatible_no_target_output_group 676 + --incompatible_prohibit_aapt1 677 + --noincompatible_prohibit_aapt1 678 + --incompatible_py2_outputs_are_suffixed 679 + --noincompatible_py2_outputs_are_suffixed 680 + --incompatible_py3_is_default 681 + --noincompatible_py3_is_default 682 + --incompatible_remap_main_repo 683 + --noincompatible_remap_main_repo 684 + --incompatible_remote_symlinks 685 + --noincompatible_remote_symlinks 686 + --incompatible_remove_binary_profile 687 + --noincompatible_remove_binary_profile 688 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 689 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 690 + --incompatible_remove_legacy_whole_archive 691 + --noincompatible_remove_legacy_whole_archive 692 + --incompatible_remove_local_resources 693 + --noincompatible_remove_local_resources 694 + --incompatible_remove_native_maven_jar 695 + --noincompatible_remove_native_maven_jar 696 + --incompatible_remove_old_python_version_api 697 + --noincompatible_remove_old_python_version_api 698 + --incompatible_require_ctx_in_configure_features 699 + --noincompatible_require_ctx_in_configure_features 700 + --incompatible_restrict_named_params 701 + --noincompatible_restrict_named_params 702 + --incompatible_restrict_string_escapes 703 + --noincompatible_restrict_string_escapes 704 + --incompatible_run_shell_command_string 705 + --noincompatible_run_shell_command_string 706 + --incompatible_strict_action_env 707 + --noincompatible_strict_action_env 708 + --incompatible_strict_objc_module_maps 709 + --noincompatible_strict_objc_module_maps 710 + --incompatible_string_join_requires_strings 711 + --noincompatible_string_join_requires_strings 712 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 713 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 714 + --incompatible_tls_enabled_removed 715 + --noincompatible_tls_enabled_removed 716 + --incompatible_use_native_patch 717 + --noincompatible_use_native_patch 718 + --incompatible_use_platforms_repo_for_constraints 719 + --noincompatible_use_platforms_repo_for_constraints 720 + --incompatible_use_python_toolchains 721 + --noincompatible_use_python_toolchains 722 + --incompatible_validate_top_level_header_inclusions 723 + --noincompatible_validate_top_level_header_inclusions 724 + --incompatible_visibility_private_attributes_at_definition 725 + --noincompatible_visibility_private_attributes_at_definition 726 + --incompatible_windows_native_test_wrapper 727 + --noincompatible_windows_native_test_wrapper 728 + --incremental_dexing 729 + --noincremental_dexing 730 + --instrument_test_targets 731 + --noinstrument_test_targets 732 + --instrumentation_filter= 733 + --interface_shared_objects 734 + --nointerface_shared_objects 735 + --ios_cpu= 736 + --ios_memleaks 737 + --noios_memleaks 738 + --ios_minimum_os= 739 + --ios_multi_cpus= 740 + --ios_sdk_version= 741 + --ios_signing_cert_name= 742 + --ios_simulator_device= 743 + --ios_simulator_version= 744 + --j2objc_translation_flags= 745 + --java_debug 746 + --java_deps 747 + --nojava_deps 748 + --java_header_compilation 749 + --nojava_header_compilation 750 + --java_launcher=label 751 + --java_toolchain=label 752 + --javabase=label 753 + --javacopt= 754 + --jobs= 755 + --json_trace_compression={auto,yes,no} 756 + --nojson_trace_compression 757 + --jvmopt= 758 + --keep_going 759 + --nokeep_going 760 + --keep_state_after_build 761 + --nokeep_state_after_build 762 + --legacy_external_runfiles 763 + --nolegacy_external_runfiles 764 + --legacy_important_outputs 765 + --nolegacy_important_outputs 766 + --legacy_whole_archive 767 + --nolegacy_whole_archive 768 + --linkopt= 769 + --loading_phase_threads= 770 + --local_cpu_resources= 771 + --local_ram_resources= 772 + --local_resources= 773 + --local_termination_grace_seconds= 774 + --local_test_jobs= 775 + --logging= 776 + --ltobackendopt= 777 + --ltoindexopt= 778 + --macos_cpus= 779 + --macos_minimum_os= 780 + --macos_sdk_version= 781 + --materialize_param_files 782 + --nomaterialize_param_files 783 + --max_config_changes_to_show= 784 + --memory_profile_stable_heap_parameters= 785 + --message_translations= 786 + --minimum_os_version= 787 + --modify_execution_info= 788 + --nested_set_depth_limit= 789 + --nodep_deps 790 + --nonodep_deps 791 + --objc_debug_with_GLIBCXX 792 + --noobjc_debug_with_GLIBCXX 793 + --objc_enable_binary_stripping 794 + --noobjc_enable_binary_stripping 795 + --objc_generate_linkmap 796 + --noobjc_generate_linkmap 797 + --objc_header_scanner_tool=label 798 + --objc_header_thinning_partition_size= 799 + --objc_use_dotd_pruning 800 + --noobjc_use_dotd_pruning 801 + --objccopt= 802 + --output= 803 + --output_filter= 804 + --output_groups= 805 + --override_repository= 806 + --package_path= 807 + --parse_headers_verifies_modules 808 + --noparse_headers_verifies_modules 809 + --per_file_copt= 810 + --per_file_ltobackendopt= 811 + --persistent_android_resource_processor 812 + --platform_mappings=path 813 + --platform_suffix= 814 + --platforms= 815 + --plugin= 816 + --process_headers_in_dependencies 817 + --noprocess_headers_in_dependencies 818 + --profile=path 819 + --progress_in_terminal_title 820 + --noprogress_in_terminal_title 821 + --progress_report_interval= 822 + --proguard_top=label 823 + --project_id= 824 + --proto:default_values 825 + --noproto:default_values 826 + --proto:flatten_selects 827 + --noproto:flatten_selects 828 + --proto:locations 829 + --noproto:locations 830 + --proto:output_rule_attrs= 831 + --proto:rule_inputs_and_outputs 832 + --noproto:rule_inputs_and_outputs 833 + --proto_compiler=label 834 + --proto_toolchain_for_cc=label 835 + --proto_toolchain_for_j2objc=label 836 + --proto_toolchain_for_java=label 837 + --proto_toolchain_for_javalite=label 838 + --protocopt= 839 + --python2_path= 840 + --python3_path= 841 + --python_path= 842 + --python_top=label 843 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 844 + --ram_utilization_factor= 845 + --relative_locations 846 + --norelative_locations 847 + --remote_accept_cached 848 + --noremote_accept_cached 849 + --remote_allow_symlink_upload 850 + --noremote_allow_symlink_upload 851 + --remote_cache= 852 + --remote_default_exec_properties= 853 + --remote_default_platform_properties= 854 + --remote_download_minimal 855 + --remote_download_outputs={all,minimal,toplevel} 856 + --remote_download_toplevel 857 + --remote_execution_priority= 858 + --remote_executor= 859 + --remote_header= 860 + --remote_instance_name= 861 + --remote_local_fallback 862 + --noremote_local_fallback 863 + --remote_local_fallback_strategy= 864 + --remote_max_connections= 865 + --remote_proxy= 866 + --remote_result_cache_priority= 867 + --remote_retries= 868 + --remote_timeout= 869 + --remote_upload_local_results 870 + --noremote_upload_local_results 871 + --remote_verify_downloads 872 + --noremote_verify_downloads 873 + --repo_env= 874 + --repository_cache=path 875 + --resource_autosense 876 + --noresource_autosense 877 + --run_under= 878 + --runs_per_test= 879 + --runs_per_test_detects_flakes 880 + --noruns_per_test_detects_flakes 881 + --sandbox_add_mount_pair= 882 + --sandbox_base= 883 + --sandbox_block_path= 884 + --sandbox_debug 885 + --nosandbox_debug 886 + --sandbox_default_allow_network 887 + --nosandbox_default_allow_network 888 + --sandbox_fake_hostname 889 + --nosandbox_fake_hostname 890 + --sandbox_fake_username 891 + --nosandbox_fake_username 892 + --sandbox_tmpfs_path= 893 + --sandbox_writable_path= 894 + --save_temps 895 + --nosave_temps 896 + --share_native_deps 897 + --noshare_native_deps 898 + --shell_executable=path 899 + --show_loading_progress 900 + --noshow_loading_progress 901 + --show_progress 902 + --noshow_progress 903 + --show_progress_rate_limit= 904 + --show_result= 905 + --show_task_finish 906 + --noshow_task_finish 907 + --show_timestamps 908 + --noshow_timestamps 909 + --skyframe_state 910 + --noskyframe_state 911 + --spawn_strategy= 912 + --stamp 913 + --nostamp 914 + --strategy= 915 + --strategy_regexp= 916 + --strict_filesets 917 + --nostrict_filesets 918 + --strict_proto_deps={off,warn,error,strict,default} 919 + --strict_system_includes 920 + --nostrict_system_includes 921 + --strip={always,sometimes,never} 922 + --stripopt= 923 + --subcommands={true,pretty_print,false} 924 + --swiftcopt= 925 + --symlink_prefix= 926 + --target_environment= 927 + --target_platform_fallback=label 928 + --test_arg= 929 + --test_env= 930 + --test_filter= 931 + --test_keep_going 932 + --notest_keep_going 933 + --test_lang_filters= 934 + --test_output={summary,errors,all,streamed} 935 + --test_result_expiration= 936 + --test_sharding_strategy={explicit,disabled} 937 + --test_size_filters= 938 + --test_strategy= 939 + --test_summary={short,terse,detailed,none,testcase} 940 + --test_tag_filters= 941 + --test_timeout= 942 + --test_timeout_filters= 943 + --test_tmpdir=path 944 + --tls_certificate= 945 + --tls_enabled 946 + --notls_enabled 947 + --tool_deps 948 + --notool_deps 949 + --tool_tag= 950 + --toolchain_resolution_debug 951 + --notoolchain_resolution_debug 952 + --track_incremental_state 953 + --notrack_incremental_state 954 + --translations={auto,yes,no} 955 + --notranslations 956 + --trim_test_configuration 957 + --notrim_test_configuration 958 + --tvos_cpus= 959 + --tvos_minimum_os= 960 + --tvos_sdk_version= 961 + --tvos_simulator_device= 962 + --tvos_simulator_version= 963 + --ui_actions_shown= 964 + --universe_scope= 965 + --use_ijars 966 + --nouse_ijars 967 + --use_singlejar_apkbuilder 968 + --nouse_singlejar_apkbuilder 969 + --verbose_explanations 970 + --noverbose_explanations 971 + --verbose_failures 972 + --noverbose_failures 973 + --watchfs 974 + --nowatchfs 975 + --watchos_cpus= 976 + --watchos_minimum_os= 977 + --watchos_sdk_version= 978 + --watchos_simulator_device= 979 + --watchos_simulator_version= 980 + --worker_extra_flag= 981 + --worker_max_instances= 982 + --worker_quit_after_build 983 + --noworker_quit_after_build 984 + --worker_sandboxing 985 + --noworker_sandboxing 986 + --worker_verbose 987 + --noworker_verbose 988 + --workspace_status_command=path 989 + --xbinary_fdo=label 990 + --xcode_version= 991 + --xcode_version_config=label 992 + " 993 + set __BAZEL_COMMAND_BUILD_ARGUMENT "label" 994 + set __BAZEL_COMMAND_BUILD_FLAGS " 995 + --action_env= 996 + --all_incompatible_changes 997 + --allow_analysis_failures 998 + --noallow_analysis_failures 999 + --analysis_testing_deps_limit= 1000 + --android_aapt={aapt,aapt2,auto} 1001 + --android_compiler= 1002 + --android_cpu= 1003 + --android_crosstool_top=label 1004 + --android_databinding_use_v3_4_args 1005 + --noandroid_databinding_use_v3_4_args 1006 + --android_dynamic_mode={off,default,fully} 1007 + --android_grte_top=label 1008 + --android_manifest_merger={legacy,android,force_android} 1009 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 1010 + --android_resource_shrinking 1011 + --noandroid_resource_shrinking 1012 + --android_sdk=label 1013 + --announce 1014 + --noannounce 1015 + --announce_rc 1016 + --noannounce_rc 1017 + --apk_signing_method={v1,v2,v1_v2} 1018 + --apple_bitcode={none,embedded_markers,embedded} 1019 + --apple_compiler= 1020 + --apple_crosstool_top=label 1021 + --apple_enable_auto_dsym_dbg 1022 + --noapple_enable_auto_dsym_dbg 1023 + --apple_generate_dsym 1024 + --noapple_generate_dsym 1025 + --apple_grte_top=label 1026 + --apple_sdk=label 1027 + --aspects= 1028 + --attempt_to_print_relative_paths 1029 + --noattempt_to_print_relative_paths 1030 + --auto_cpu_environment_group=label 1031 + --auto_output_filter={none,all,packages,subpackages} 1032 + --bep_publish_used_heap_size_post_build 1033 + --nobep_publish_used_heap_size_post_build 1034 + --bes_backend= 1035 + --bes_best_effort 1036 + --nobes_best_effort 1037 + --bes_keywords= 1038 + --bes_lifecycle_events 1039 + --nobes_lifecycle_events 1040 + --bes_outerr_buffer_size= 1041 + --bes_outerr_chunk_size= 1042 + --bes_proxy= 1043 + --bes_results_url= 1044 + --bes_timeout= 1045 + --break_build_on_parallel_dex2oat_failure 1046 + --nobreak_build_on_parallel_dex2oat_failure 1047 + --build 1048 + --nobuild 1049 + --build_event_binary_file= 1050 + --build_event_binary_file_path_conversion 1051 + --nobuild_event_binary_file_path_conversion 1052 + --build_event_json_file= 1053 + --build_event_json_file_path_conversion 1054 + --nobuild_event_json_file_path_conversion 1055 + --build_event_max_named_set_of_file_entries= 1056 + --build_event_publish_all_actions 1057 + --nobuild_event_publish_all_actions 1058 + --build_event_text_file= 1059 + --build_event_text_file_path_conversion 1060 + --nobuild_event_text_file_path_conversion 1061 + --build_manual_tests 1062 + --nobuild_manual_tests 1063 + --build_metadata= 1064 + --build_python_zip={auto,yes,no} 1065 + --nobuild_python_zip 1066 + --build_runfile_links 1067 + --nobuild_runfile_links 1068 + --build_runfile_manifests 1069 + --nobuild_runfile_manifests 1070 + --build_tag_filters= 1071 + --build_test_dwp 1072 + --nobuild_test_dwp 1073 + --build_tests_only 1074 + --nobuild_tests_only 1075 + --cache_test_results={auto,yes,no} 1076 + --nocache_test_results 1077 + --cc_output_directory_tag= 1078 + --cc_proto_library_header_suffixes= 1079 + --cc_proto_library_source_suffixes= 1080 + --check_constraint= 1081 + --check_licenses 1082 + --nocheck_licenses 1083 + --check_tests_up_to_date 1084 + --nocheck_tests_up_to_date 1085 + --check_up_to_date 1086 + --nocheck_up_to_date 1087 + --check_visibility 1088 + --nocheck_visibility 1089 + --collapse_duplicate_defines 1090 + --nocollapse_duplicate_defines 1091 + --collect_code_coverage 1092 + --nocollect_code_coverage 1093 + --color={yes,no,auto} 1094 + --combined_report={none,lcov} 1095 + --compilation_mode={fastbuild,dbg,opt} 1096 + --compile_one_dependency 1097 + --nocompile_one_dependency 1098 + --compiler= 1099 + --config= 1100 + --conlyopt= 1101 + --copt= 1102 + --coverage_report_generator=label 1103 + --coverage_support=label 1104 + --cpu= 1105 + --crosstool_top=label 1106 + --cs_fdo_absolute_path= 1107 + --cs_fdo_instrument= 1108 + --cs_fdo_profile=label 1109 + --curses={yes,no,auto} 1110 + --custom_malloc=label 1111 + --cxxopt= 1112 + --default_ios_provisioning_profile=label 1113 + --define= 1114 + --deleted_packages= 1115 + --desugar_for_android 1116 + --nodesugar_for_android 1117 + --device_debug_entitlements 1118 + --nodevice_debug_entitlements 1119 + --discard_analysis_cache 1120 + --nodiscard_analysis_cache 1121 + --disk_cache=path 1122 + --distdir= 1123 + --distinct_host_configuration 1124 + --nodistinct_host_configuration 1125 + --dynamic_mode={off,default,fully} 1126 + --embed_label= 1127 + --enable_apple_binary_native_protos 1128 + --noenable_apple_binary_native_protos 1129 + --enable_fdo_profile_absolute_path 1130 + --noenable_fdo_profile_absolute_path 1131 + --enable_platform_specific_config 1132 + --noenable_platform_specific_config 1133 + --enable_runfiles={auto,yes,no} 1134 + --noenable_runfiles 1135 + --enabled_toolchain_types= 1136 + --enforce_constraints 1137 + --noenforce_constraints 1138 + --execution_log_binary_file=path 1139 + --execution_log_json_file=path 1140 + --expand_test_suites 1141 + --noexpand_test_suites 1142 + --experimental_action_args 1143 + --noexperimental_action_args 1144 + --experimental_action_listener= 1145 + --experimental_add_exec_constraints_to_targets= 1146 + --experimental_allow_android_library_deps_without_srcs 1147 + --noexperimental_allow_android_library_deps_without_srcs 1148 + --experimental_allow_incremental_repository_updates 1149 + --noexperimental_allow_incremental_repository_updates 1150 + --experimental_allow_tags_propagation 1151 + --noexperimental_allow_tags_propagation 1152 + --experimental_android_compress_java_resources 1153 + --noexperimental_android_compress_java_resources 1154 + --experimental_android_databinding_v2 1155 + --noexperimental_android_databinding_v2 1156 + --experimental_android_resource_shrinking 1157 + --noexperimental_android_resource_shrinking 1158 + --experimental_android_rewrite_dexes_with_rex 1159 + --noexperimental_android_rewrite_dexes_with_rex 1160 + --experimental_android_use_parallel_dex2oat 1161 + --noexperimental_android_use_parallel_dex2oat 1162 + --experimental_announce_profile_path 1163 + --noexperimental_announce_profile_path 1164 + --experimental_aspect_output_propagation 1165 + --noexperimental_aspect_output_propagation 1166 + --experimental_build_event_expand_filesets 1167 + --noexperimental_build_event_expand_filesets 1168 + --experimental_build_event_upload_strategy= 1169 + --experimental_cancel_concurrent_tests 1170 + --noexperimental_cancel_concurrent_tests 1171 + --experimental_cc_shared_library 1172 + --noexperimental_cc_shared_library 1173 + --experimental_check_desugar_deps 1174 + --noexperimental_check_desugar_deps 1175 + --experimental_desugar_java8_libs 1176 + --noexperimental_desugar_java8_libs 1177 + --experimental_docker_image= 1178 + --experimental_docker_privileged 1179 + --noexperimental_docker_privileged 1180 + --experimental_docker_use_customized_images 1181 + --noexperimental_docker_use_customized_images 1182 + --experimental_docker_verbose 1183 + --noexperimental_docker_verbose 1184 + --experimental_enable_android_migration_apis 1185 + --noexperimental_enable_android_migration_apis 1186 + --experimental_enable_docker_sandbox 1187 + --noexperimental_enable_docker_sandbox 1188 + --experimental_enable_objc_cc_deps 1189 + --noexperimental_enable_objc_cc_deps 1190 + --experimental_execution_log_file=path 1191 + --experimental_extra_action_filter= 1192 + --experimental_extra_action_top_level_only 1193 + --noexperimental_extra_action_top_level_only 1194 + --experimental_filter_library_jar_with_program_jar 1195 + --noexperimental_filter_library_jar_with_program_jar 1196 + --experimental_generate_json_trace_profile 1197 + --noexperimental_generate_json_trace_profile 1198 + --experimental_google_legacy_api 1199 + --noexperimental_google_legacy_api 1200 + --experimental_guard_against_concurrent_changes 1201 + --noexperimental_guard_against_concurrent_changes 1202 + --experimental_import_deps_checking={off,warning,error} 1203 + --experimental_inmemory_dotd_files 1204 + --noexperimental_inmemory_dotd_files 1205 + --experimental_inmemory_jdeps_files 1206 + --noexperimental_inmemory_jdeps_files 1207 + --experimental_inmemory_unused_inputs_list 1208 + --noexperimental_inmemory_unused_inputs_list 1209 + --experimental_interleave_loading_and_analysis 1210 + --noexperimental_interleave_loading_and_analysis 1211 + --experimental_j2objc_header_map 1212 + --noexperimental_j2objc_header_map 1213 + --experimental_j2objc_shorter_header_path 1214 + --noexperimental_j2objc_shorter_header_path 1215 + --experimental_java_classpath={off,javabuilder,bazel} 1216 + --experimental_java_proto_add_allowed_public_imports 1217 + --noexperimental_java_proto_add_allowed_public_imports 1218 + --experimental_local_execution_delay= 1219 + --experimental_local_memory_estimate 1220 + --noexperimental_local_memory_estimate 1221 + --experimental_multi_cpu= 1222 + --experimental_multi_threaded_digest 1223 + --noexperimental_multi_threaded_digest 1224 + --experimental_objc_enable_module_maps 1225 + --noexperimental_objc_enable_module_maps 1226 + --experimental_objc_fastbuild_options= 1227 + --experimental_objc_header_thinning 1228 + --noexperimental_objc_header_thinning 1229 + --experimental_objc_include_scanning 1230 + --noexperimental_objc_include_scanning 1231 + --experimental_omitfp 1232 + --noexperimental_omitfp 1233 + --experimental_oom_more_eagerly_threshold= 1234 + --experimental_persistent_javac 1235 + --experimental_platforms_api 1236 + --noexperimental_platforms_api 1237 + --experimental_post_profile_started_event 1238 + --noexperimental_post_profile_started_event 1239 + --experimental_profile_action_counts 1240 + --noexperimental_profile_action_counts 1241 + --experimental_profile_additional_tasks= 1242 + --experimental_profile_cpu_usage 1243 + --noexperimental_profile_cpu_usage 1244 + --experimental_proto_extra_actions 1245 + --noexperimental_proto_extra_actions 1246 + --experimental_remote_grpc_log=path 1247 + --experimental_repository_cache_hardlinks 1248 + --noexperimental_repository_cache_hardlinks 1249 + --experimental_repository_hash_file= 1250 + --experimental_repository_resolved_file= 1251 + --experimental_resolved_file_instead_of_workspace= 1252 + --experimental_run_validations 1253 + --noexperimental_run_validations 1254 + --experimental_sandbox_async_tree_delete_idle_threads= 1255 + --experimental_sandboxfs_map_symlink_targets 1256 + --noexperimental_sandboxfs_map_symlink_targets 1257 + --experimental_sandboxfs_path= 1258 + --experimental_save_feature_state 1259 + --noexperimental_save_feature_state 1260 + --experimental_scale_timeouts= 1261 + --experimental_slim_json_profile 1262 + --noexperimental_slim_json_profile 1263 + --experimental_spawn_scheduler 1264 + --experimental_split_xml_generation 1265 + --noexperimental_split_xml_generation 1266 + --experimental_starlark_config_transitions 1267 + --noexperimental_starlark_config_transitions 1268 + --experimental_starlark_unused_inputs_list 1269 + --noexperimental_starlark_unused_inputs_list 1270 + --experimental_strict_fileset_output 1271 + --noexperimental_strict_fileset_output 1272 + --experimental_strict_java_deps={off,warn,error,strict,default} 1273 + --experimental_ui_deduplicate 1274 + --noexperimental_ui_deduplicate 1275 + --experimental_ui_limit_console_output= 1276 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 1277 + --experimental_use_llvm_covmap 1278 + --noexperimental_use_llvm_covmap 1279 + --experimental_use_sandboxfs={auto,yes,no} 1280 + --noexperimental_use_sandboxfs 1281 + --experimental_use_windows_sandbox={auto,yes,no} 1282 + --noexperimental_use_windows_sandbox 1283 + --experimental_verify_repository_rules= 1284 + --experimental_windows_sandbox_path= 1285 + --experimental_workspace_rules_log_file=path 1286 + --explain=path 1287 + --explicit_java_test_deps 1288 + --noexplicit_java_test_deps 1289 + --extra_execution_platforms= 1290 + --extra_toolchains= 1291 + --fat_apk_cpu= 1292 + --fdo_instrument= 1293 + --fdo_optimize= 1294 + --fdo_prefetch_hints=label 1295 + --fdo_profile=label 1296 + --features= 1297 + --fission= 1298 + --flaky_test_attempts= 1299 + --force_pic 1300 + --noforce_pic 1301 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 1302 + --genrule_strategy= 1303 + --google_auth_scopes= 1304 + --google_credentials= 1305 + --google_default_credentials 1306 + --nogoogle_default_credentials 1307 + --grte_top=label 1308 + --high_priority_workers= 1309 + --host_compilation_mode={fastbuild,dbg,opt} 1310 + --host_compiler= 1311 + --host_conlyopt= 1312 + --host_copt= 1313 + --host_cpu= 1314 + --host_crosstool_top=label 1315 + --host_cxxopt= 1316 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 1317 + --host_grte_top=label 1318 + --host_java_launcher=label 1319 + --host_java_toolchain=label 1320 + --host_javabase=label 1321 + --host_javacopt= 1322 + --host_linkopt= 1323 + --host_platform=label 1324 + --host_swiftcopt= 1325 + --http_timeout_scaling= 1326 + --ignore_unsupported_sandboxing 1327 + --noignore_unsupported_sandboxing 1328 + --incompatible_allow_python_version_transitions 1329 + --noincompatible_allow_python_version_transitions 1330 + --incompatible_bzl_disallow_load_after_statement 1331 + --noincompatible_bzl_disallow_load_after_statement 1332 + --incompatible_default_to_explicit_init_py 1333 + --noincompatible_default_to_explicit_init_py 1334 + --incompatible_depset_for_libraries_to_link_getter 1335 + --noincompatible_depset_for_libraries_to_link_getter 1336 + --incompatible_depset_is_not_iterable 1337 + --noincompatible_depset_is_not_iterable 1338 + --incompatible_depset_union 1339 + --noincompatible_depset_union 1340 + --incompatible_disable_deprecated_attr_params 1341 + --noincompatible_disable_deprecated_attr_params 1342 + --incompatible_disable_depset_items 1343 + --noincompatible_disable_depset_items 1344 + --incompatible_disable_expand_if_all_available_in_flag_set 1345 + --noincompatible_disable_expand_if_all_available_in_flag_set 1346 + --incompatible_disable_native_android_rules 1347 + --noincompatible_disable_native_android_rules 1348 + --incompatible_disable_target_provider_fields 1349 + --noincompatible_disable_target_provider_fields 1350 + --incompatible_disable_third_party_license_checking 1351 + --noincompatible_disable_third_party_license_checking 1352 + --incompatible_disallow_dict_lookup_unhashable_keys 1353 + --noincompatible_disallow_dict_lookup_unhashable_keys 1354 + --incompatible_disallow_empty_glob 1355 + --noincompatible_disallow_empty_glob 1356 + --incompatible_disallow_legacy_javainfo 1357 + --noincompatible_disallow_legacy_javainfo 1358 + --incompatible_disallow_legacy_py_provider 1359 + --noincompatible_disallow_legacy_py_provider 1360 + --incompatible_disallow_struct_provider_syntax 1361 + --noincompatible_disallow_struct_provider_syntax 1362 + --incompatible_disallow_unverified_http_downloads 1363 + --noincompatible_disallow_unverified_http_downloads 1364 + --incompatible_do_not_split_linking_cmdline 1365 + --noincompatible_do_not_split_linking_cmdline 1366 + --incompatible_dont_enable_host_nonhost_crosstool_features 1367 + --noincompatible_dont_enable_host_nonhost_crosstool_features 1368 + --incompatible_enable_profile_by_default 1369 + --noincompatible_enable_profile_by_default 1370 + --incompatible_make_thinlto_command_lines_standalone 1371 + --noincompatible_make_thinlto_command_lines_standalone 1372 + --incompatible_merge_genfiles_directory 1373 + --noincompatible_merge_genfiles_directory 1374 + --incompatible_new_actions_api 1375 + --noincompatible_new_actions_api 1376 + --incompatible_no_attr_license 1377 + --noincompatible_no_attr_license 1378 + --incompatible_no_implicit_file_export 1379 + --noincompatible_no_implicit_file_export 1380 + --incompatible_no_output_attr_default 1381 + --noincompatible_no_output_attr_default 1382 + --incompatible_no_rule_outputs_param 1383 + --noincompatible_no_rule_outputs_param 1384 + --incompatible_no_support_tools_in_action_inputs 1385 + --noincompatible_no_support_tools_in_action_inputs 1386 + --incompatible_no_target_output_group 1387 + --noincompatible_no_target_output_group 1388 + --incompatible_prohibit_aapt1 1389 + --noincompatible_prohibit_aapt1 1390 + --incompatible_py2_outputs_are_suffixed 1391 + --noincompatible_py2_outputs_are_suffixed 1392 + --incompatible_py3_is_default 1393 + --noincompatible_py3_is_default 1394 + --incompatible_remap_main_repo 1395 + --noincompatible_remap_main_repo 1396 + --incompatible_remote_symlinks 1397 + --noincompatible_remote_symlinks 1398 + --incompatible_remove_binary_profile 1399 + --noincompatible_remove_binary_profile 1400 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 1401 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 1402 + --incompatible_remove_legacy_whole_archive 1403 + --noincompatible_remove_legacy_whole_archive 1404 + --incompatible_remove_local_resources 1405 + --noincompatible_remove_local_resources 1406 + --incompatible_remove_native_maven_jar 1407 + --noincompatible_remove_native_maven_jar 1408 + --incompatible_remove_old_python_version_api 1409 + --noincompatible_remove_old_python_version_api 1410 + --incompatible_require_ctx_in_configure_features 1411 + --noincompatible_require_ctx_in_configure_features 1412 + --incompatible_restrict_named_params 1413 + --noincompatible_restrict_named_params 1414 + --incompatible_restrict_string_escapes 1415 + --noincompatible_restrict_string_escapes 1416 + --incompatible_run_shell_command_string 1417 + --noincompatible_run_shell_command_string 1418 + --incompatible_strict_action_env 1419 + --noincompatible_strict_action_env 1420 + --incompatible_strict_objc_module_maps 1421 + --noincompatible_strict_objc_module_maps 1422 + --incompatible_string_join_requires_strings 1423 + --noincompatible_string_join_requires_strings 1424 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 1425 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 1426 + --incompatible_tls_enabled_removed 1427 + --noincompatible_tls_enabled_removed 1428 + --incompatible_use_native_patch 1429 + --noincompatible_use_native_patch 1430 + --incompatible_use_platforms_repo_for_constraints 1431 + --noincompatible_use_platforms_repo_for_constraints 1432 + --incompatible_use_python_toolchains 1433 + --noincompatible_use_python_toolchains 1434 + --incompatible_validate_top_level_header_inclusions 1435 + --noincompatible_validate_top_level_header_inclusions 1436 + --incompatible_visibility_private_attributes_at_definition 1437 + --noincompatible_visibility_private_attributes_at_definition 1438 + --incompatible_windows_native_test_wrapper 1439 + --noincompatible_windows_native_test_wrapper 1440 + --incremental_dexing 1441 + --noincremental_dexing 1442 + --instrument_test_targets 1443 + --noinstrument_test_targets 1444 + --instrumentation_filter= 1445 + --interface_shared_objects 1446 + --nointerface_shared_objects 1447 + --ios_cpu= 1448 + --ios_memleaks 1449 + --noios_memleaks 1450 + --ios_minimum_os= 1451 + --ios_multi_cpus= 1452 + --ios_sdk_version= 1453 + --ios_signing_cert_name= 1454 + --ios_simulator_device= 1455 + --ios_simulator_version= 1456 + --j2objc_translation_flags= 1457 + --java_debug 1458 + --java_deps 1459 + --nojava_deps 1460 + --java_header_compilation 1461 + --nojava_header_compilation 1462 + --java_launcher=label 1463 + --java_toolchain=label 1464 + --javabase=label 1465 + --javacopt= 1466 + --jobs= 1467 + --json_trace_compression={auto,yes,no} 1468 + --nojson_trace_compression 1469 + --jvmopt= 1470 + --keep_going 1471 + --nokeep_going 1472 + --keep_state_after_build 1473 + --nokeep_state_after_build 1474 + --legacy_external_runfiles 1475 + --nolegacy_external_runfiles 1476 + --legacy_important_outputs 1477 + --nolegacy_important_outputs 1478 + --legacy_whole_archive 1479 + --nolegacy_whole_archive 1480 + --linkopt= 1481 + --loading_phase_threads= 1482 + --local_cpu_resources= 1483 + --local_ram_resources= 1484 + --local_resources= 1485 + --local_termination_grace_seconds= 1486 + --local_test_jobs= 1487 + --logging= 1488 + --ltobackendopt= 1489 + --ltoindexopt= 1490 + --macos_cpus= 1491 + --macos_minimum_os= 1492 + --macos_sdk_version= 1493 + --materialize_param_files 1494 + --nomaterialize_param_files 1495 + --max_config_changes_to_show= 1496 + --memory_profile_stable_heap_parameters= 1497 + --message_translations= 1498 + --minimum_os_version= 1499 + --modify_execution_info= 1500 + --nested_set_depth_limit= 1501 + --objc_debug_with_GLIBCXX 1502 + --noobjc_debug_with_GLIBCXX 1503 + --objc_enable_binary_stripping 1504 + --noobjc_enable_binary_stripping 1505 + --objc_generate_linkmap 1506 + --noobjc_generate_linkmap 1507 + --objc_header_scanner_tool=label 1508 + --objc_header_thinning_partition_size= 1509 + --objc_use_dotd_pruning 1510 + --noobjc_use_dotd_pruning 1511 + --objccopt= 1512 + --output_filter= 1513 + --output_groups= 1514 + --override_repository= 1515 + --package_path= 1516 + --parse_headers_verifies_modules 1517 + --noparse_headers_verifies_modules 1518 + --per_file_copt= 1519 + --per_file_ltobackendopt= 1520 + --persistent_android_resource_processor 1521 + --platform_mappings=path 1522 + --platform_suffix= 1523 + --platforms= 1524 + --plugin= 1525 + --process_headers_in_dependencies 1526 + --noprocess_headers_in_dependencies 1527 + --profile=path 1528 + --progress_in_terminal_title 1529 + --noprogress_in_terminal_title 1530 + --progress_report_interval= 1531 + --proguard_top=label 1532 + --project_id= 1533 + --proto_compiler=label 1534 + --proto_toolchain_for_cc=label 1535 + --proto_toolchain_for_j2objc=label 1536 + --proto_toolchain_for_java=label 1537 + --proto_toolchain_for_javalite=label 1538 + --protocopt= 1539 + --python2_path= 1540 + --python3_path= 1541 + --python_path= 1542 + --python_top=label 1543 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 1544 + --ram_utilization_factor= 1545 + --remote_accept_cached 1546 + --noremote_accept_cached 1547 + --remote_allow_symlink_upload 1548 + --noremote_allow_symlink_upload 1549 + --remote_cache= 1550 + --remote_default_exec_properties= 1551 + --remote_default_platform_properties= 1552 + --remote_download_minimal 1553 + --remote_download_outputs={all,minimal,toplevel} 1554 + --remote_download_toplevel 1555 + --remote_execution_priority= 1556 + --remote_executor= 1557 + --remote_header= 1558 + --remote_instance_name= 1559 + --remote_local_fallback 1560 + --noremote_local_fallback 1561 + --remote_local_fallback_strategy= 1562 + --remote_max_connections= 1563 + --remote_proxy= 1564 + --remote_result_cache_priority= 1565 + --remote_retries= 1566 + --remote_timeout= 1567 + --remote_upload_local_results 1568 + --noremote_upload_local_results 1569 + --remote_verify_downloads 1570 + --noremote_verify_downloads 1571 + --repo_env= 1572 + --repository_cache=path 1573 + --resource_autosense 1574 + --noresource_autosense 1575 + --run_under= 1576 + --runs_per_test= 1577 + --runs_per_test_detects_flakes 1578 + --noruns_per_test_detects_flakes 1579 + --sandbox_add_mount_pair= 1580 + --sandbox_base= 1581 + --sandbox_block_path= 1582 + --sandbox_debug 1583 + --nosandbox_debug 1584 + --sandbox_default_allow_network 1585 + --nosandbox_default_allow_network 1586 + --sandbox_fake_hostname 1587 + --nosandbox_fake_hostname 1588 + --sandbox_fake_username 1589 + --nosandbox_fake_username 1590 + --sandbox_tmpfs_path= 1591 + --sandbox_writable_path= 1592 + --save_temps 1593 + --nosave_temps 1594 + --share_native_deps 1595 + --noshare_native_deps 1596 + --shell_executable=path 1597 + --show_loading_progress 1598 + --noshow_loading_progress 1599 + --show_progress 1600 + --noshow_progress 1601 + --show_progress_rate_limit= 1602 + --show_result= 1603 + --show_task_finish 1604 + --noshow_task_finish 1605 + --show_timestamps 1606 + --noshow_timestamps 1607 + --spawn_strategy= 1608 + --stamp 1609 + --nostamp 1610 + --strategy= 1611 + --strategy_regexp= 1612 + --strict_filesets 1613 + --nostrict_filesets 1614 + --strict_proto_deps={off,warn,error,strict,default} 1615 + --strict_system_includes 1616 + --nostrict_system_includes 1617 + --strip={always,sometimes,never} 1618 + --stripopt= 1619 + --subcommands={true,pretty_print,false} 1620 + --swiftcopt= 1621 + --symlink_prefix= 1622 + --target_environment= 1623 + --target_platform_fallback=label 1624 + --test_arg= 1625 + --test_env= 1626 + --test_filter= 1627 + --test_keep_going 1628 + --notest_keep_going 1629 + --test_lang_filters= 1630 + --test_output={summary,errors,all,streamed} 1631 + --test_result_expiration= 1632 + --test_sharding_strategy={explicit,disabled} 1633 + --test_size_filters= 1634 + --test_strategy= 1635 + --test_summary={short,terse,detailed,none,testcase} 1636 + --test_tag_filters= 1637 + --test_timeout= 1638 + --test_timeout_filters= 1639 + --test_tmpdir=path 1640 + --tls_certificate= 1641 + --tls_enabled 1642 + --notls_enabled 1643 + --tool_tag= 1644 + --toolchain_resolution_debug 1645 + --notoolchain_resolution_debug 1646 + --track_incremental_state 1647 + --notrack_incremental_state 1648 + --translations={auto,yes,no} 1649 + --notranslations 1650 + --trim_test_configuration 1651 + --notrim_test_configuration 1652 + --tvos_cpus= 1653 + --tvos_minimum_os= 1654 + --tvos_sdk_version= 1655 + --tvos_simulator_device= 1656 + --tvos_simulator_version= 1657 + --ui_actions_shown= 1658 + --use_ijars 1659 + --nouse_ijars 1660 + --use_singlejar_apkbuilder 1661 + --nouse_singlejar_apkbuilder 1662 + --verbose_explanations 1663 + --noverbose_explanations 1664 + --verbose_failures 1665 + --noverbose_failures 1666 + --watchfs 1667 + --nowatchfs 1668 + --watchos_cpus= 1669 + --watchos_minimum_os= 1670 + --watchos_sdk_version= 1671 + --watchos_simulator_device= 1672 + --watchos_simulator_version= 1673 + --worker_extra_flag= 1674 + --worker_max_instances= 1675 + --worker_quit_after_build 1676 + --noworker_quit_after_build 1677 + --worker_sandboxing 1678 + --noworker_sandboxing 1679 + --worker_verbose 1680 + --noworker_verbose 1681 + --workspace_status_command=path 1682 + --xbinary_fdo=label 1683 + --xcode_version= 1684 + --xcode_version_config=label 1685 + " 1686 + set __BAZEL_COMMAND_CANONICALIZE_FLAGS_FLAGS " 1687 + --all_incompatible_changes 1688 + --announce_rc 1689 + --noannounce_rc 1690 + --attempt_to_print_relative_paths 1691 + --noattempt_to_print_relative_paths 1692 + --bes_backend= 1693 + --bes_best_effort 1694 + --nobes_best_effort 1695 + --bes_keywords= 1696 + --bes_lifecycle_events 1697 + --nobes_lifecycle_events 1698 + --bes_outerr_buffer_size= 1699 + --bes_outerr_chunk_size= 1700 + --bes_proxy= 1701 + --bes_results_url= 1702 + --bes_timeout= 1703 + --build_event_binary_file= 1704 + --build_event_binary_file_path_conversion 1705 + --nobuild_event_binary_file_path_conversion 1706 + --build_event_json_file= 1707 + --build_event_json_file_path_conversion 1708 + --nobuild_event_json_file_path_conversion 1709 + --build_event_max_named_set_of_file_entries= 1710 + --build_event_publish_all_actions 1711 + --nobuild_event_publish_all_actions 1712 + --build_event_text_file= 1713 + --build_event_text_file_path_conversion 1714 + --nobuild_event_text_file_path_conversion 1715 + --build_metadata= 1716 + --canonicalize_policy 1717 + --nocanonicalize_policy 1718 + --color={yes,no,auto} 1719 + --config= 1720 + --curses={yes,no,auto} 1721 + --enable_platform_specific_config 1722 + --noenable_platform_specific_config 1723 + --experimental_action_args 1724 + --noexperimental_action_args 1725 + --experimental_allow_incremental_repository_updates 1726 + --noexperimental_allow_incremental_repository_updates 1727 + --experimental_allow_tags_propagation 1728 + --noexperimental_allow_tags_propagation 1729 + --experimental_announce_profile_path 1730 + --noexperimental_announce_profile_path 1731 + --experimental_aspect_output_propagation 1732 + --noexperimental_aspect_output_propagation 1733 + --experimental_build_event_expand_filesets 1734 + --noexperimental_build_event_expand_filesets 1735 + --experimental_build_event_upload_strategy= 1736 + --experimental_cc_shared_library 1737 + --noexperimental_cc_shared_library 1738 + --experimental_enable_android_migration_apis 1739 + --noexperimental_enable_android_migration_apis 1740 + --experimental_generate_json_trace_profile 1741 + --noexperimental_generate_json_trace_profile 1742 + --experimental_google_legacy_api 1743 + --noexperimental_google_legacy_api 1744 + --experimental_multi_threaded_digest 1745 + --noexperimental_multi_threaded_digest 1746 + --experimental_oom_more_eagerly_threshold= 1747 + --experimental_platforms_api 1748 + --noexperimental_platforms_api 1749 + --experimental_post_profile_started_event 1750 + --noexperimental_post_profile_started_event 1751 + --experimental_profile_action_counts 1752 + --noexperimental_profile_action_counts 1753 + --experimental_profile_additional_tasks= 1754 + --experimental_profile_cpu_usage 1755 + --noexperimental_profile_cpu_usage 1756 + --experimental_slim_json_profile 1757 + --noexperimental_slim_json_profile 1758 + --experimental_starlark_config_transitions 1759 + --noexperimental_starlark_config_transitions 1760 + --experimental_starlark_unused_inputs_list 1761 + --noexperimental_starlark_unused_inputs_list 1762 + --experimental_ui_deduplicate 1763 + --noexperimental_ui_deduplicate 1764 + --experimental_ui_limit_console_output= 1765 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 1766 + --experimental_workspace_rules_log_file=path 1767 + --for_command= 1768 + --google_auth_scopes= 1769 + --google_credentials= 1770 + --google_default_credentials 1771 + --nogoogle_default_credentials 1772 + --incompatible_bzl_disallow_load_after_statement 1773 + --noincompatible_bzl_disallow_load_after_statement 1774 + --incompatible_depset_for_libraries_to_link_getter 1775 + --noincompatible_depset_for_libraries_to_link_getter 1776 + --incompatible_depset_is_not_iterable 1777 + --noincompatible_depset_is_not_iterable 1778 + --incompatible_depset_union 1779 + --noincompatible_depset_union 1780 + --incompatible_disable_deprecated_attr_params 1781 + --noincompatible_disable_deprecated_attr_params 1782 + --incompatible_disable_depset_items 1783 + --noincompatible_disable_depset_items 1784 + --incompatible_disable_target_provider_fields 1785 + --noincompatible_disable_target_provider_fields 1786 + --incompatible_disable_third_party_license_checking 1787 + --noincompatible_disable_third_party_license_checking 1788 + --incompatible_disallow_dict_lookup_unhashable_keys 1789 + --noincompatible_disallow_dict_lookup_unhashable_keys 1790 + --incompatible_disallow_empty_glob 1791 + --noincompatible_disallow_empty_glob 1792 + --incompatible_disallow_legacy_javainfo 1793 + --noincompatible_disallow_legacy_javainfo 1794 + --incompatible_disallow_struct_provider_syntax 1795 + --noincompatible_disallow_struct_provider_syntax 1796 + --incompatible_disallow_unverified_http_downloads 1797 + --noincompatible_disallow_unverified_http_downloads 1798 + --incompatible_do_not_split_linking_cmdline 1799 + --noincompatible_do_not_split_linking_cmdline 1800 + --incompatible_enable_profile_by_default 1801 + --noincompatible_enable_profile_by_default 1802 + --incompatible_new_actions_api 1803 + --noincompatible_new_actions_api 1804 + --incompatible_no_attr_license 1805 + --noincompatible_no_attr_license 1806 + --incompatible_no_implicit_file_export 1807 + --noincompatible_no_implicit_file_export 1808 + --incompatible_no_output_attr_default 1809 + --noincompatible_no_output_attr_default 1810 + --incompatible_no_rule_outputs_param 1811 + --noincompatible_no_rule_outputs_param 1812 + --incompatible_no_support_tools_in_action_inputs 1813 + --noincompatible_no_support_tools_in_action_inputs 1814 + --incompatible_no_target_output_group 1815 + --noincompatible_no_target_output_group 1816 + --incompatible_remap_main_repo 1817 + --noincompatible_remap_main_repo 1818 + --incompatible_remove_binary_profile 1819 + --noincompatible_remove_binary_profile 1820 + --incompatible_remove_native_maven_jar 1821 + --noincompatible_remove_native_maven_jar 1822 + --incompatible_restrict_named_params 1823 + --noincompatible_restrict_named_params 1824 + --incompatible_restrict_string_escapes 1825 + --noincompatible_restrict_string_escapes 1826 + --incompatible_run_shell_command_string 1827 + --noincompatible_run_shell_command_string 1828 + --incompatible_string_join_requires_strings 1829 + --noincompatible_string_join_requires_strings 1830 + --incompatible_tls_enabled_removed 1831 + --noincompatible_tls_enabled_removed 1832 + --incompatible_visibility_private_attributes_at_definition 1833 + --noincompatible_visibility_private_attributes_at_definition 1834 + --invocation_policy= 1835 + --json_trace_compression={auto,yes,no} 1836 + --nojson_trace_compression 1837 + --keep_state_after_build 1838 + --nokeep_state_after_build 1839 + --legacy_important_outputs 1840 + --nolegacy_important_outputs 1841 + --logging= 1842 + --memory_profile_stable_heap_parameters= 1843 + --nested_set_depth_limit= 1844 + --profile=path 1845 + --progress_in_terminal_title 1846 + --noprogress_in_terminal_title 1847 + --project_id= 1848 + --show_progress 1849 + --noshow_progress 1850 + --show_progress_rate_limit= 1851 + --show_task_finish 1852 + --noshow_task_finish 1853 + --show_timestamps 1854 + --noshow_timestamps 1855 + --show_warnings 1856 + --noshow_warnings 1857 + --tls_certificate= 1858 + --tls_enabled 1859 + --notls_enabled 1860 + --tool_tag= 1861 + --track_incremental_state 1862 + --notrack_incremental_state 1863 + --ui_actions_shown= 1864 + --watchfs 1865 + --nowatchfs 1866 + " 1867 + set __BAZEL_COMMAND_CLEAN_FLAGS " 1868 + --action_env= 1869 + --all_incompatible_changes 1870 + --allow_analysis_failures 1871 + --noallow_analysis_failures 1872 + --analysis_testing_deps_limit= 1873 + --android_aapt={aapt,aapt2,auto} 1874 + --android_compiler= 1875 + --android_cpu= 1876 + --android_crosstool_top=label 1877 + --android_databinding_use_v3_4_args 1878 + --noandroid_databinding_use_v3_4_args 1879 + --android_dynamic_mode={off,default,fully} 1880 + --android_grte_top=label 1881 + --android_manifest_merger={legacy,android,force_android} 1882 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 1883 + --android_resource_shrinking 1884 + --noandroid_resource_shrinking 1885 + --android_sdk=label 1886 + --announce 1887 + --noannounce 1888 + --announce_rc 1889 + --noannounce_rc 1890 + --apk_signing_method={v1,v2,v1_v2} 1891 + --apple_bitcode={none,embedded_markers,embedded} 1892 + --apple_compiler= 1893 + --apple_crosstool_top=label 1894 + --apple_enable_auto_dsym_dbg 1895 + --noapple_enable_auto_dsym_dbg 1896 + --apple_generate_dsym 1897 + --noapple_generate_dsym 1898 + --apple_grte_top=label 1899 + --apple_sdk=label 1900 + --aspects= 1901 + --async 1902 + --noasync 1903 + --attempt_to_print_relative_paths 1904 + --noattempt_to_print_relative_paths 1905 + --auto_cpu_environment_group=label 1906 + --auto_output_filter={none,all,packages,subpackages} 1907 + --bep_publish_used_heap_size_post_build 1908 + --nobep_publish_used_heap_size_post_build 1909 + --bes_backend= 1910 + --bes_best_effort 1911 + --nobes_best_effort 1912 + --bes_keywords= 1913 + --bes_lifecycle_events 1914 + --nobes_lifecycle_events 1915 + --bes_outerr_buffer_size= 1916 + --bes_outerr_chunk_size= 1917 + --bes_proxy= 1918 + --bes_results_url= 1919 + --bes_timeout= 1920 + --break_build_on_parallel_dex2oat_failure 1921 + --nobreak_build_on_parallel_dex2oat_failure 1922 + --build 1923 + --nobuild 1924 + --build_event_binary_file= 1925 + --build_event_binary_file_path_conversion 1926 + --nobuild_event_binary_file_path_conversion 1927 + --build_event_json_file= 1928 + --build_event_json_file_path_conversion 1929 + --nobuild_event_json_file_path_conversion 1930 + --build_event_max_named_set_of_file_entries= 1931 + --build_event_publish_all_actions 1932 + --nobuild_event_publish_all_actions 1933 + --build_event_text_file= 1934 + --build_event_text_file_path_conversion 1935 + --nobuild_event_text_file_path_conversion 1936 + --build_manual_tests 1937 + --nobuild_manual_tests 1938 + --build_metadata= 1939 + --build_python_zip={auto,yes,no} 1940 + --nobuild_python_zip 1941 + --build_runfile_links 1942 + --nobuild_runfile_links 1943 + --build_runfile_manifests 1944 + --nobuild_runfile_manifests 1945 + --build_tag_filters= 1946 + --build_test_dwp 1947 + --nobuild_test_dwp 1948 + --build_tests_only 1949 + --nobuild_tests_only 1950 + --cache_test_results={auto,yes,no} 1951 + --nocache_test_results 1952 + --cc_output_directory_tag= 1953 + --cc_proto_library_header_suffixes= 1954 + --cc_proto_library_source_suffixes= 1955 + --check_constraint= 1956 + --check_licenses 1957 + --nocheck_licenses 1958 + --check_tests_up_to_date 1959 + --nocheck_tests_up_to_date 1960 + --check_up_to_date 1961 + --nocheck_up_to_date 1962 + --check_visibility 1963 + --nocheck_visibility 1964 + --collapse_duplicate_defines 1965 + --nocollapse_duplicate_defines 1966 + --collect_code_coverage 1967 + --nocollect_code_coverage 1968 + --color={yes,no,auto} 1969 + --combined_report={none,lcov} 1970 + --compilation_mode={fastbuild,dbg,opt} 1971 + --compile_one_dependency 1972 + --nocompile_one_dependency 1973 + --compiler= 1974 + --config= 1975 + --conlyopt= 1976 + --copt= 1977 + --coverage_report_generator=label 1978 + --coverage_support=label 1979 + --cpu= 1980 + --crosstool_top=label 1981 + --cs_fdo_absolute_path= 1982 + --cs_fdo_instrument= 1983 + --cs_fdo_profile=label 1984 + --curses={yes,no,auto} 1985 + --custom_malloc=label 1986 + --cxxopt= 1987 + --default_ios_provisioning_profile=label 1988 + --define= 1989 + --deleted_packages= 1990 + --desugar_for_android 1991 + --nodesugar_for_android 1992 + --device_debug_entitlements 1993 + --nodevice_debug_entitlements 1994 + --discard_analysis_cache 1995 + --nodiscard_analysis_cache 1996 + --disk_cache=path 1997 + --distdir= 1998 + --distinct_host_configuration 1999 + --nodistinct_host_configuration 2000 + --dynamic_mode={off,default,fully} 2001 + --embed_label= 2002 + --enable_apple_binary_native_protos 2003 + --noenable_apple_binary_native_protos 2004 + --enable_fdo_profile_absolute_path 2005 + --noenable_fdo_profile_absolute_path 2006 + --enable_platform_specific_config 2007 + --noenable_platform_specific_config 2008 + --enable_runfiles={auto,yes,no} 2009 + --noenable_runfiles 2010 + --enabled_toolchain_types= 2011 + --enforce_constraints 2012 + --noenforce_constraints 2013 + --execution_log_binary_file=path 2014 + --execution_log_json_file=path 2015 + --expand_test_suites 2016 + --noexpand_test_suites 2017 + --experimental_action_args 2018 + --noexperimental_action_args 2019 + --experimental_action_listener= 2020 + --experimental_add_exec_constraints_to_targets= 2021 + --experimental_allow_android_library_deps_without_srcs 2022 + --noexperimental_allow_android_library_deps_without_srcs 2023 + --experimental_allow_incremental_repository_updates 2024 + --noexperimental_allow_incremental_repository_updates 2025 + --experimental_allow_tags_propagation 2026 + --noexperimental_allow_tags_propagation 2027 + --experimental_android_compress_java_resources 2028 + --noexperimental_android_compress_java_resources 2029 + --experimental_android_databinding_v2 2030 + --noexperimental_android_databinding_v2 2031 + --experimental_android_resource_shrinking 2032 + --noexperimental_android_resource_shrinking 2033 + --experimental_android_rewrite_dexes_with_rex 2034 + --noexperimental_android_rewrite_dexes_with_rex 2035 + --experimental_android_use_parallel_dex2oat 2036 + --noexperimental_android_use_parallel_dex2oat 2037 + --experimental_announce_profile_path 2038 + --noexperimental_announce_profile_path 2039 + --experimental_aspect_output_propagation 2040 + --noexperimental_aspect_output_propagation 2041 + --experimental_build_event_expand_filesets 2042 + --noexperimental_build_event_expand_filesets 2043 + --experimental_build_event_upload_strategy= 2044 + --experimental_cancel_concurrent_tests 2045 + --noexperimental_cancel_concurrent_tests 2046 + --experimental_cc_shared_library 2047 + --noexperimental_cc_shared_library 2048 + --experimental_check_desugar_deps 2049 + --noexperimental_check_desugar_deps 2050 + --experimental_desugar_java8_libs 2051 + --noexperimental_desugar_java8_libs 2052 + --experimental_docker_image= 2053 + --experimental_docker_privileged 2054 + --noexperimental_docker_privileged 2055 + --experimental_docker_use_customized_images 2056 + --noexperimental_docker_use_customized_images 2057 + --experimental_docker_verbose 2058 + --noexperimental_docker_verbose 2059 + --experimental_enable_android_migration_apis 2060 + --noexperimental_enable_android_migration_apis 2061 + --experimental_enable_docker_sandbox 2062 + --noexperimental_enable_docker_sandbox 2063 + --experimental_enable_objc_cc_deps 2064 + --noexperimental_enable_objc_cc_deps 2065 + --experimental_execution_log_file=path 2066 + --experimental_extra_action_filter= 2067 + --experimental_extra_action_top_level_only 2068 + --noexperimental_extra_action_top_level_only 2069 + --experimental_filter_library_jar_with_program_jar 2070 + --noexperimental_filter_library_jar_with_program_jar 2071 + --experimental_generate_json_trace_profile 2072 + --noexperimental_generate_json_trace_profile 2073 + --experimental_google_legacy_api 2074 + --noexperimental_google_legacy_api 2075 + --experimental_guard_against_concurrent_changes 2076 + --noexperimental_guard_against_concurrent_changes 2077 + --experimental_import_deps_checking={off,warning,error} 2078 + --experimental_inmemory_dotd_files 2079 + --noexperimental_inmemory_dotd_files 2080 + --experimental_inmemory_jdeps_files 2081 + --noexperimental_inmemory_jdeps_files 2082 + --experimental_inmemory_unused_inputs_list 2083 + --noexperimental_inmemory_unused_inputs_list 2084 + --experimental_interleave_loading_and_analysis 2085 + --noexperimental_interleave_loading_and_analysis 2086 + --experimental_j2objc_header_map 2087 + --noexperimental_j2objc_header_map 2088 + --experimental_j2objc_shorter_header_path 2089 + --noexperimental_j2objc_shorter_header_path 2090 + --experimental_java_classpath={off,javabuilder,bazel} 2091 + --experimental_java_proto_add_allowed_public_imports 2092 + --noexperimental_java_proto_add_allowed_public_imports 2093 + --experimental_local_execution_delay= 2094 + --experimental_local_memory_estimate 2095 + --noexperimental_local_memory_estimate 2096 + --experimental_multi_cpu= 2097 + --experimental_multi_threaded_digest 2098 + --noexperimental_multi_threaded_digest 2099 + --experimental_objc_enable_module_maps 2100 + --noexperimental_objc_enable_module_maps 2101 + --experimental_objc_fastbuild_options= 2102 + --experimental_objc_header_thinning 2103 + --noexperimental_objc_header_thinning 2104 + --experimental_objc_include_scanning 2105 + --noexperimental_objc_include_scanning 2106 + --experimental_omitfp 2107 + --noexperimental_omitfp 2108 + --experimental_oom_more_eagerly_threshold= 2109 + --experimental_persistent_javac 2110 + --experimental_platforms_api 2111 + --noexperimental_platforms_api 2112 + --experimental_post_profile_started_event 2113 + --noexperimental_post_profile_started_event 2114 + --experimental_profile_action_counts 2115 + --noexperimental_profile_action_counts 2116 + --experimental_profile_additional_tasks= 2117 + --experimental_profile_cpu_usage 2118 + --noexperimental_profile_cpu_usage 2119 + --experimental_proto_extra_actions 2120 + --noexperimental_proto_extra_actions 2121 + --experimental_remote_grpc_log=path 2122 + --experimental_repository_cache_hardlinks 2123 + --noexperimental_repository_cache_hardlinks 2124 + --experimental_repository_hash_file= 2125 + --experimental_repository_resolved_file= 2126 + --experimental_resolved_file_instead_of_workspace= 2127 + --experimental_run_validations 2128 + --noexperimental_run_validations 2129 + --experimental_sandbox_async_tree_delete_idle_threads= 2130 + --experimental_sandboxfs_map_symlink_targets 2131 + --noexperimental_sandboxfs_map_symlink_targets 2132 + --experimental_sandboxfs_path= 2133 + --experimental_save_feature_state 2134 + --noexperimental_save_feature_state 2135 + --experimental_scale_timeouts= 2136 + --experimental_slim_json_profile 2137 + --noexperimental_slim_json_profile 2138 + --experimental_spawn_scheduler 2139 + --experimental_split_xml_generation 2140 + --noexperimental_split_xml_generation 2141 + --experimental_starlark_config_transitions 2142 + --noexperimental_starlark_config_transitions 2143 + --experimental_starlark_unused_inputs_list 2144 + --noexperimental_starlark_unused_inputs_list 2145 + --experimental_strict_fileset_output 2146 + --noexperimental_strict_fileset_output 2147 + --experimental_strict_java_deps={off,warn,error,strict,default} 2148 + --experimental_ui_deduplicate 2149 + --noexperimental_ui_deduplicate 2150 + --experimental_ui_limit_console_output= 2151 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 2152 + --experimental_use_llvm_covmap 2153 + --noexperimental_use_llvm_covmap 2154 + --experimental_use_sandboxfs={auto,yes,no} 2155 + --noexperimental_use_sandboxfs 2156 + --experimental_use_windows_sandbox={auto,yes,no} 2157 + --noexperimental_use_windows_sandbox 2158 + --experimental_verify_repository_rules= 2159 + --experimental_windows_sandbox_path= 2160 + --experimental_workspace_rules_log_file=path 2161 + --explain=path 2162 + --explicit_java_test_deps 2163 + --noexplicit_java_test_deps 2164 + --expunge 2165 + --noexpunge 2166 + --expunge_async 2167 + --extra_execution_platforms= 2168 + --extra_toolchains= 2169 + --fat_apk_cpu= 2170 + --fdo_instrument= 2171 + --fdo_optimize= 2172 + --fdo_prefetch_hints=label 2173 + --fdo_profile=label 2174 + --features= 2175 + --fission= 2176 + --flaky_test_attempts= 2177 + --force_pic 2178 + --noforce_pic 2179 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 2180 + --genrule_strategy= 2181 + --google_auth_scopes= 2182 + --google_credentials= 2183 + --google_default_credentials 2184 + --nogoogle_default_credentials 2185 + --grte_top=label 2186 + --high_priority_workers= 2187 + --host_compilation_mode={fastbuild,dbg,opt} 2188 + --host_compiler= 2189 + --host_conlyopt= 2190 + --host_copt= 2191 + --host_cpu= 2192 + --host_crosstool_top=label 2193 + --host_cxxopt= 2194 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 2195 + --host_grte_top=label 2196 + --host_java_launcher=label 2197 + --host_java_toolchain=label 2198 + --host_javabase=label 2199 + --host_javacopt= 2200 + --host_linkopt= 2201 + --host_platform=label 2202 + --host_swiftcopt= 2203 + --http_timeout_scaling= 2204 + --ignore_unsupported_sandboxing 2205 + --noignore_unsupported_sandboxing 2206 + --incompatible_allow_python_version_transitions 2207 + --noincompatible_allow_python_version_transitions 2208 + --incompatible_bzl_disallow_load_after_statement 2209 + --noincompatible_bzl_disallow_load_after_statement 2210 + --incompatible_default_to_explicit_init_py 2211 + --noincompatible_default_to_explicit_init_py 2212 + --incompatible_depset_for_libraries_to_link_getter 2213 + --noincompatible_depset_for_libraries_to_link_getter 2214 + --incompatible_depset_is_not_iterable 2215 + --noincompatible_depset_is_not_iterable 2216 + --incompatible_depset_union 2217 + --noincompatible_depset_union 2218 + --incompatible_disable_deprecated_attr_params 2219 + --noincompatible_disable_deprecated_attr_params 2220 + --incompatible_disable_depset_items 2221 + --noincompatible_disable_depset_items 2222 + --incompatible_disable_expand_if_all_available_in_flag_set 2223 + --noincompatible_disable_expand_if_all_available_in_flag_set 2224 + --incompatible_disable_native_android_rules 2225 + --noincompatible_disable_native_android_rules 2226 + --incompatible_disable_target_provider_fields 2227 + --noincompatible_disable_target_provider_fields 2228 + --incompatible_disable_third_party_license_checking 2229 + --noincompatible_disable_third_party_license_checking 2230 + --incompatible_disallow_dict_lookup_unhashable_keys 2231 + --noincompatible_disallow_dict_lookup_unhashable_keys 2232 + --incompatible_disallow_empty_glob 2233 + --noincompatible_disallow_empty_glob 2234 + --incompatible_disallow_legacy_javainfo 2235 + --noincompatible_disallow_legacy_javainfo 2236 + --incompatible_disallow_legacy_py_provider 2237 + --noincompatible_disallow_legacy_py_provider 2238 + --incompatible_disallow_struct_provider_syntax 2239 + --noincompatible_disallow_struct_provider_syntax 2240 + --incompatible_disallow_unverified_http_downloads 2241 + --noincompatible_disallow_unverified_http_downloads 2242 + --incompatible_do_not_split_linking_cmdline 2243 + --noincompatible_do_not_split_linking_cmdline 2244 + --incompatible_dont_enable_host_nonhost_crosstool_features 2245 + --noincompatible_dont_enable_host_nonhost_crosstool_features 2246 + --incompatible_enable_profile_by_default 2247 + --noincompatible_enable_profile_by_default 2248 + --incompatible_make_thinlto_command_lines_standalone 2249 + --noincompatible_make_thinlto_command_lines_standalone 2250 + --incompatible_merge_genfiles_directory 2251 + --noincompatible_merge_genfiles_directory 2252 + --incompatible_new_actions_api 2253 + --noincompatible_new_actions_api 2254 + --incompatible_no_attr_license 2255 + --noincompatible_no_attr_license 2256 + --incompatible_no_implicit_file_export 2257 + --noincompatible_no_implicit_file_export 2258 + --incompatible_no_output_attr_default 2259 + --noincompatible_no_output_attr_default 2260 + --incompatible_no_rule_outputs_param 2261 + --noincompatible_no_rule_outputs_param 2262 + --incompatible_no_support_tools_in_action_inputs 2263 + --noincompatible_no_support_tools_in_action_inputs 2264 + --incompatible_no_target_output_group 2265 + --noincompatible_no_target_output_group 2266 + --incompatible_prohibit_aapt1 2267 + --noincompatible_prohibit_aapt1 2268 + --incompatible_py2_outputs_are_suffixed 2269 + --noincompatible_py2_outputs_are_suffixed 2270 + --incompatible_py3_is_default 2271 + --noincompatible_py3_is_default 2272 + --incompatible_remap_main_repo 2273 + --noincompatible_remap_main_repo 2274 + --incompatible_remote_symlinks 2275 + --noincompatible_remote_symlinks 2276 + --incompatible_remove_binary_profile 2277 + --noincompatible_remove_binary_profile 2278 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 2279 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 2280 + --incompatible_remove_legacy_whole_archive 2281 + --noincompatible_remove_legacy_whole_archive 2282 + --incompatible_remove_local_resources 2283 + --noincompatible_remove_local_resources 2284 + --incompatible_remove_native_maven_jar 2285 + --noincompatible_remove_native_maven_jar 2286 + --incompatible_remove_old_python_version_api 2287 + --noincompatible_remove_old_python_version_api 2288 + --incompatible_require_ctx_in_configure_features 2289 + --noincompatible_require_ctx_in_configure_features 2290 + --incompatible_restrict_named_params 2291 + --noincompatible_restrict_named_params 2292 + --incompatible_restrict_string_escapes 2293 + --noincompatible_restrict_string_escapes 2294 + --incompatible_run_shell_command_string 2295 + --noincompatible_run_shell_command_string 2296 + --incompatible_strict_action_env 2297 + --noincompatible_strict_action_env 2298 + --incompatible_strict_objc_module_maps 2299 + --noincompatible_strict_objc_module_maps 2300 + --incompatible_string_join_requires_strings 2301 + --noincompatible_string_join_requires_strings 2302 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 2303 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 2304 + --incompatible_tls_enabled_removed 2305 + --noincompatible_tls_enabled_removed 2306 + --incompatible_use_native_patch 2307 + --noincompatible_use_native_patch 2308 + --incompatible_use_platforms_repo_for_constraints 2309 + --noincompatible_use_platforms_repo_for_constraints 2310 + --incompatible_use_python_toolchains 2311 + --noincompatible_use_python_toolchains 2312 + --incompatible_validate_top_level_header_inclusions 2313 + --noincompatible_validate_top_level_header_inclusions 2314 + --incompatible_visibility_private_attributes_at_definition 2315 + --noincompatible_visibility_private_attributes_at_definition 2316 + --incompatible_windows_native_test_wrapper 2317 + --noincompatible_windows_native_test_wrapper 2318 + --incremental_dexing 2319 + --noincremental_dexing 2320 + --instrument_test_targets 2321 + --noinstrument_test_targets 2322 + --instrumentation_filter= 2323 + --interface_shared_objects 2324 + --nointerface_shared_objects 2325 + --ios_cpu= 2326 + --ios_memleaks 2327 + --noios_memleaks 2328 + --ios_minimum_os= 2329 + --ios_multi_cpus= 2330 + --ios_sdk_version= 2331 + --ios_signing_cert_name= 2332 + --ios_simulator_device= 2333 + --ios_simulator_version= 2334 + --j2objc_translation_flags= 2335 + --java_debug 2336 + --java_deps 2337 + --nojava_deps 2338 + --java_header_compilation 2339 + --nojava_header_compilation 2340 + --java_launcher=label 2341 + --java_toolchain=label 2342 + --javabase=label 2343 + --javacopt= 2344 + --jobs= 2345 + --json_trace_compression={auto,yes,no} 2346 + --nojson_trace_compression 2347 + --jvmopt= 2348 + --keep_going 2349 + --nokeep_going 2350 + --keep_state_after_build 2351 + --nokeep_state_after_build 2352 + --legacy_external_runfiles 2353 + --nolegacy_external_runfiles 2354 + --legacy_important_outputs 2355 + --nolegacy_important_outputs 2356 + --legacy_whole_archive 2357 + --nolegacy_whole_archive 2358 + --linkopt= 2359 + --loading_phase_threads= 2360 + --local_cpu_resources= 2361 + --local_ram_resources= 2362 + --local_resources= 2363 + --local_termination_grace_seconds= 2364 + --local_test_jobs= 2365 + --logging= 2366 + --ltobackendopt= 2367 + --ltoindexopt= 2368 + --macos_cpus= 2369 + --macos_minimum_os= 2370 + --macos_sdk_version= 2371 + --materialize_param_files 2372 + --nomaterialize_param_files 2373 + --max_config_changes_to_show= 2374 + --memory_profile_stable_heap_parameters= 2375 + --message_translations= 2376 + --minimum_os_version= 2377 + --modify_execution_info= 2378 + --nested_set_depth_limit= 2379 + --objc_debug_with_GLIBCXX 2380 + --noobjc_debug_with_GLIBCXX 2381 + --objc_enable_binary_stripping 2382 + --noobjc_enable_binary_stripping 2383 + --objc_generate_linkmap 2384 + --noobjc_generate_linkmap 2385 + --objc_header_scanner_tool=label 2386 + --objc_header_thinning_partition_size= 2387 + --objc_use_dotd_pruning 2388 + --noobjc_use_dotd_pruning 2389 + --objccopt= 2390 + --output_filter= 2391 + --output_groups= 2392 + --override_repository= 2393 + --package_path= 2394 + --parse_headers_verifies_modules 2395 + --noparse_headers_verifies_modules 2396 + --per_file_copt= 2397 + --per_file_ltobackendopt= 2398 + --persistent_android_resource_processor 2399 + --platform_mappings=path 2400 + --platform_suffix= 2401 + --platforms= 2402 + --plugin= 2403 + --process_headers_in_dependencies 2404 + --noprocess_headers_in_dependencies 2405 + --profile=path 2406 + --progress_in_terminal_title 2407 + --noprogress_in_terminal_title 2408 + --progress_report_interval= 2409 + --proguard_top=label 2410 + --project_id= 2411 + --proto_compiler=label 2412 + --proto_toolchain_for_cc=label 2413 + --proto_toolchain_for_j2objc=label 2414 + --proto_toolchain_for_java=label 2415 + --proto_toolchain_for_javalite=label 2416 + --protocopt= 2417 + --python2_path= 2418 + --python3_path= 2419 + --python_path= 2420 + --python_top=label 2421 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 2422 + --ram_utilization_factor= 2423 + --remote_accept_cached 2424 + --noremote_accept_cached 2425 + --remote_allow_symlink_upload 2426 + --noremote_allow_symlink_upload 2427 + --remote_cache= 2428 + --remote_default_exec_properties= 2429 + --remote_default_platform_properties= 2430 + --remote_download_minimal 2431 + --remote_download_outputs={all,minimal,toplevel} 2432 + --remote_download_toplevel 2433 + --remote_execution_priority= 2434 + --remote_executor= 2435 + --remote_header= 2436 + --remote_instance_name= 2437 + --remote_local_fallback 2438 + --noremote_local_fallback 2439 + --remote_local_fallback_strategy= 2440 + --remote_max_connections= 2441 + --remote_proxy= 2442 + --remote_result_cache_priority= 2443 + --remote_retries= 2444 + --remote_timeout= 2445 + --remote_upload_local_results 2446 + --noremote_upload_local_results 2447 + --remote_verify_downloads 2448 + --noremote_verify_downloads 2449 + --repo_env= 2450 + --repository_cache=path 2451 + --resource_autosense 2452 + --noresource_autosense 2453 + --run_under= 2454 + --runs_per_test= 2455 + --runs_per_test_detects_flakes 2456 + --noruns_per_test_detects_flakes 2457 + --sandbox_add_mount_pair= 2458 + --sandbox_base= 2459 + --sandbox_block_path= 2460 + --sandbox_debug 2461 + --nosandbox_debug 2462 + --sandbox_default_allow_network 2463 + --nosandbox_default_allow_network 2464 + --sandbox_fake_hostname 2465 + --nosandbox_fake_hostname 2466 + --sandbox_fake_username 2467 + --nosandbox_fake_username 2468 + --sandbox_tmpfs_path= 2469 + --sandbox_writable_path= 2470 + --save_temps 2471 + --nosave_temps 2472 + --share_native_deps 2473 + --noshare_native_deps 2474 + --shell_executable=path 2475 + --show_loading_progress 2476 + --noshow_loading_progress 2477 + --show_progress 2478 + --noshow_progress 2479 + --show_progress_rate_limit= 2480 + --show_result= 2481 + --show_task_finish 2482 + --noshow_task_finish 2483 + --show_timestamps 2484 + --noshow_timestamps 2485 + --spawn_strategy= 2486 + --stamp 2487 + --nostamp 2488 + --strategy= 2489 + --strategy_regexp= 2490 + --strict_filesets 2491 + --nostrict_filesets 2492 + --strict_proto_deps={off,warn,error,strict,default} 2493 + --strict_system_includes 2494 + --nostrict_system_includes 2495 + --strip={always,sometimes,never} 2496 + --stripopt= 2497 + --subcommands={true,pretty_print,false} 2498 + --swiftcopt= 2499 + --symlink_prefix= 2500 + --target_environment= 2501 + --target_platform_fallback=label 2502 + --test_arg= 2503 + --test_env= 2504 + --test_filter= 2505 + --test_keep_going 2506 + --notest_keep_going 2507 + --test_lang_filters= 2508 + --test_output={summary,errors,all,streamed} 2509 + --test_result_expiration= 2510 + --test_sharding_strategy={explicit,disabled} 2511 + --test_size_filters= 2512 + --test_strategy= 2513 + --test_summary={short,terse,detailed,none,testcase} 2514 + --test_tag_filters= 2515 + --test_timeout= 2516 + --test_timeout_filters= 2517 + --test_tmpdir=path 2518 + --tls_certificate= 2519 + --tls_enabled 2520 + --notls_enabled 2521 + --tool_tag= 2522 + --toolchain_resolution_debug 2523 + --notoolchain_resolution_debug 2524 + --track_incremental_state 2525 + --notrack_incremental_state 2526 + --translations={auto,yes,no} 2527 + --notranslations 2528 + --trim_test_configuration 2529 + --notrim_test_configuration 2530 + --tvos_cpus= 2531 + --tvos_minimum_os= 2532 + --tvos_sdk_version= 2533 + --tvos_simulator_device= 2534 + --tvos_simulator_version= 2535 + --ui_actions_shown= 2536 + --use_ijars 2537 + --nouse_ijars 2538 + --use_singlejar_apkbuilder 2539 + --nouse_singlejar_apkbuilder 2540 + --verbose_explanations 2541 + --noverbose_explanations 2542 + --verbose_failures 2543 + --noverbose_failures 2544 + --watchfs 2545 + --nowatchfs 2546 + --watchos_cpus= 2547 + --watchos_minimum_os= 2548 + --watchos_sdk_version= 2549 + --watchos_simulator_device= 2550 + --watchos_simulator_version= 2551 + --worker_extra_flag= 2552 + --worker_max_instances= 2553 + --worker_quit_after_build 2554 + --noworker_quit_after_build 2555 + --worker_sandboxing 2556 + --noworker_sandboxing 2557 + --worker_verbose 2558 + --noworker_verbose 2559 + --workspace_status_command=path 2560 + --xbinary_fdo=label 2561 + --xcode_version= 2562 + --xcode_version_config=label 2563 + " 2564 + set __BAZEL_COMMAND_CONFIG_ARGUMENT "string" 2565 + set __BAZEL_COMMAND_CONFIG_FLAGS " 2566 + --action_env= 2567 + --all_incompatible_changes 2568 + --allow_analysis_failures 2569 + --noallow_analysis_failures 2570 + --analysis_testing_deps_limit= 2571 + --android_aapt={aapt,aapt2,auto} 2572 + --android_compiler= 2573 + --android_cpu= 2574 + --android_crosstool_top=label 2575 + --android_databinding_use_v3_4_args 2576 + --noandroid_databinding_use_v3_4_args 2577 + --android_dynamic_mode={off,default,fully} 2578 + --android_grte_top=label 2579 + --android_manifest_merger={legacy,android,force_android} 2580 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 2581 + --android_resource_shrinking 2582 + --noandroid_resource_shrinking 2583 + --android_sdk=label 2584 + --announce 2585 + --noannounce 2586 + --announce_rc 2587 + --noannounce_rc 2588 + --apk_signing_method={v1,v2,v1_v2} 2589 + --apple_bitcode={none,embedded_markers,embedded} 2590 + --apple_compiler= 2591 + --apple_crosstool_top=label 2592 + --apple_enable_auto_dsym_dbg 2593 + --noapple_enable_auto_dsym_dbg 2594 + --apple_generate_dsym 2595 + --noapple_generate_dsym 2596 + --apple_grte_top=label 2597 + --apple_sdk=label 2598 + --aspects= 2599 + --attempt_to_print_relative_paths 2600 + --noattempt_to_print_relative_paths 2601 + --auto_cpu_environment_group=label 2602 + --auto_output_filter={none,all,packages,subpackages} 2603 + --bep_publish_used_heap_size_post_build 2604 + --nobep_publish_used_heap_size_post_build 2605 + --bes_backend= 2606 + --bes_best_effort 2607 + --nobes_best_effort 2608 + --bes_keywords= 2609 + --bes_lifecycle_events 2610 + --nobes_lifecycle_events 2611 + --bes_outerr_buffer_size= 2612 + --bes_outerr_chunk_size= 2613 + --bes_proxy= 2614 + --bes_results_url= 2615 + --bes_timeout= 2616 + --break_build_on_parallel_dex2oat_failure 2617 + --nobreak_build_on_parallel_dex2oat_failure 2618 + --build 2619 + --nobuild 2620 + --build_event_binary_file= 2621 + --build_event_binary_file_path_conversion 2622 + --nobuild_event_binary_file_path_conversion 2623 + --build_event_json_file= 2624 + --build_event_json_file_path_conversion 2625 + --nobuild_event_json_file_path_conversion 2626 + --build_event_max_named_set_of_file_entries= 2627 + --build_event_publish_all_actions 2628 + --nobuild_event_publish_all_actions 2629 + --build_event_text_file= 2630 + --build_event_text_file_path_conversion 2631 + --nobuild_event_text_file_path_conversion 2632 + --build_manual_tests 2633 + --nobuild_manual_tests 2634 + --build_metadata= 2635 + --build_python_zip={auto,yes,no} 2636 + --nobuild_python_zip 2637 + --build_runfile_links 2638 + --nobuild_runfile_links 2639 + --build_runfile_manifests 2640 + --nobuild_runfile_manifests 2641 + --build_tag_filters= 2642 + --build_test_dwp 2643 + --nobuild_test_dwp 2644 + --build_tests_only 2645 + --nobuild_tests_only 2646 + --cache_test_results={auto,yes,no} 2647 + --nocache_test_results 2648 + --cc_output_directory_tag= 2649 + --cc_proto_library_header_suffixes= 2650 + --cc_proto_library_source_suffixes= 2651 + --check_constraint= 2652 + --check_licenses 2653 + --nocheck_licenses 2654 + --check_tests_up_to_date 2655 + --nocheck_tests_up_to_date 2656 + --check_up_to_date 2657 + --nocheck_up_to_date 2658 + --check_visibility 2659 + --nocheck_visibility 2660 + --collapse_duplicate_defines 2661 + --nocollapse_duplicate_defines 2662 + --collect_code_coverage 2663 + --nocollect_code_coverage 2664 + --color={yes,no,auto} 2665 + --combined_report={none,lcov} 2666 + --compilation_mode={fastbuild,dbg,opt} 2667 + --compile_one_dependency 2668 + --nocompile_one_dependency 2669 + --compiler= 2670 + --config= 2671 + --conlyopt= 2672 + --copt= 2673 + --coverage_report_generator=label 2674 + --coverage_support=label 2675 + --cpu= 2676 + --crosstool_top=label 2677 + --cs_fdo_absolute_path= 2678 + --cs_fdo_instrument= 2679 + --cs_fdo_profile=label 2680 + --curses={yes,no,auto} 2681 + --custom_malloc=label 2682 + --cxxopt= 2683 + --default_ios_provisioning_profile=label 2684 + --define= 2685 + --deleted_packages= 2686 + --desugar_for_android 2687 + --nodesugar_for_android 2688 + --device_debug_entitlements 2689 + --nodevice_debug_entitlements 2690 + --discard_analysis_cache 2691 + --nodiscard_analysis_cache 2692 + --disk_cache=path 2693 + --distdir= 2694 + --distinct_host_configuration 2695 + --nodistinct_host_configuration 2696 + --dump_all 2697 + --nodump_all 2698 + --dynamic_mode={off,default,fully} 2699 + --embed_label= 2700 + --enable_apple_binary_native_protos 2701 + --noenable_apple_binary_native_protos 2702 + --enable_fdo_profile_absolute_path 2703 + --noenable_fdo_profile_absolute_path 2704 + --enable_platform_specific_config 2705 + --noenable_platform_specific_config 2706 + --enable_runfiles={auto,yes,no} 2707 + --noenable_runfiles 2708 + --enabled_toolchain_types= 2709 + --enforce_constraints 2710 + --noenforce_constraints 2711 + --execution_log_binary_file=path 2712 + --execution_log_json_file=path 2713 + --expand_test_suites 2714 + --noexpand_test_suites 2715 + --experimental_action_args 2716 + --noexperimental_action_args 2717 + --experimental_action_listener= 2718 + --experimental_add_exec_constraints_to_targets= 2719 + --experimental_allow_android_library_deps_without_srcs 2720 + --noexperimental_allow_android_library_deps_without_srcs 2721 + --experimental_allow_incremental_repository_updates 2722 + --noexperimental_allow_incremental_repository_updates 2723 + --experimental_allow_tags_propagation 2724 + --noexperimental_allow_tags_propagation 2725 + --experimental_android_compress_java_resources 2726 + --noexperimental_android_compress_java_resources 2727 + --experimental_android_databinding_v2 2728 + --noexperimental_android_databinding_v2 2729 + --experimental_android_resource_shrinking 2730 + --noexperimental_android_resource_shrinking 2731 + --experimental_android_rewrite_dexes_with_rex 2732 + --noexperimental_android_rewrite_dexes_with_rex 2733 + --experimental_android_use_parallel_dex2oat 2734 + --noexperimental_android_use_parallel_dex2oat 2735 + --experimental_announce_profile_path 2736 + --noexperimental_announce_profile_path 2737 + --experimental_aspect_output_propagation 2738 + --noexperimental_aspect_output_propagation 2739 + --experimental_build_event_expand_filesets 2740 + --noexperimental_build_event_expand_filesets 2741 + --experimental_build_event_upload_strategy= 2742 + --experimental_cancel_concurrent_tests 2743 + --noexperimental_cancel_concurrent_tests 2744 + --experimental_cc_shared_library 2745 + --noexperimental_cc_shared_library 2746 + --experimental_check_desugar_deps 2747 + --noexperimental_check_desugar_deps 2748 + --experimental_desugar_java8_libs 2749 + --noexperimental_desugar_java8_libs 2750 + --experimental_docker_image= 2751 + --experimental_docker_privileged 2752 + --noexperimental_docker_privileged 2753 + --experimental_docker_use_customized_images 2754 + --noexperimental_docker_use_customized_images 2755 + --experimental_docker_verbose 2756 + --noexperimental_docker_verbose 2757 + --experimental_enable_android_migration_apis 2758 + --noexperimental_enable_android_migration_apis 2759 + --experimental_enable_docker_sandbox 2760 + --noexperimental_enable_docker_sandbox 2761 + --experimental_enable_objc_cc_deps 2762 + --noexperimental_enable_objc_cc_deps 2763 + --experimental_execution_log_file=path 2764 + --experimental_extra_action_filter= 2765 + --experimental_extra_action_top_level_only 2766 + --noexperimental_extra_action_top_level_only 2767 + --experimental_filter_library_jar_with_program_jar 2768 + --noexperimental_filter_library_jar_with_program_jar 2769 + --experimental_generate_json_trace_profile 2770 + --noexperimental_generate_json_trace_profile 2771 + --experimental_google_legacy_api 2772 + --noexperimental_google_legacy_api 2773 + --experimental_guard_against_concurrent_changes 2774 + --noexperimental_guard_against_concurrent_changes 2775 + --experimental_import_deps_checking={off,warning,error} 2776 + --experimental_inmemory_dotd_files 2777 + --noexperimental_inmemory_dotd_files 2778 + --experimental_inmemory_jdeps_files 2779 + --noexperimental_inmemory_jdeps_files 2780 + --experimental_inmemory_unused_inputs_list 2781 + --noexperimental_inmemory_unused_inputs_list 2782 + --experimental_interleave_loading_and_analysis 2783 + --noexperimental_interleave_loading_and_analysis 2784 + --experimental_j2objc_header_map 2785 + --noexperimental_j2objc_header_map 2786 + --experimental_j2objc_shorter_header_path 2787 + --noexperimental_j2objc_shorter_header_path 2788 + --experimental_java_classpath={off,javabuilder,bazel} 2789 + --experimental_java_proto_add_allowed_public_imports 2790 + --noexperimental_java_proto_add_allowed_public_imports 2791 + --experimental_local_execution_delay= 2792 + --experimental_local_memory_estimate 2793 + --noexperimental_local_memory_estimate 2794 + --experimental_multi_cpu= 2795 + --experimental_multi_threaded_digest 2796 + --noexperimental_multi_threaded_digest 2797 + --experimental_objc_enable_module_maps 2798 + --noexperimental_objc_enable_module_maps 2799 + --experimental_objc_fastbuild_options= 2800 + --experimental_objc_header_thinning 2801 + --noexperimental_objc_header_thinning 2802 + --experimental_objc_include_scanning 2803 + --noexperimental_objc_include_scanning 2804 + --experimental_omitfp 2805 + --noexperimental_omitfp 2806 + --experimental_oom_more_eagerly_threshold= 2807 + --experimental_persistent_javac 2808 + --experimental_platforms_api 2809 + --noexperimental_platforms_api 2810 + --experimental_post_profile_started_event 2811 + --noexperimental_post_profile_started_event 2812 + --experimental_profile_action_counts 2813 + --noexperimental_profile_action_counts 2814 + --experimental_profile_additional_tasks= 2815 + --experimental_profile_cpu_usage 2816 + --noexperimental_profile_cpu_usage 2817 + --experimental_proto_extra_actions 2818 + --noexperimental_proto_extra_actions 2819 + --experimental_remote_grpc_log=path 2820 + --experimental_repository_cache_hardlinks 2821 + --noexperimental_repository_cache_hardlinks 2822 + --experimental_repository_hash_file= 2823 + --experimental_repository_resolved_file= 2824 + --experimental_resolved_file_instead_of_workspace= 2825 + --experimental_run_validations 2826 + --noexperimental_run_validations 2827 + --experimental_sandbox_async_tree_delete_idle_threads= 2828 + --experimental_sandboxfs_map_symlink_targets 2829 + --noexperimental_sandboxfs_map_symlink_targets 2830 + --experimental_sandboxfs_path= 2831 + --experimental_save_feature_state 2832 + --noexperimental_save_feature_state 2833 + --experimental_scale_timeouts= 2834 + --experimental_slim_json_profile 2835 + --noexperimental_slim_json_profile 2836 + --experimental_spawn_scheduler 2837 + --experimental_split_xml_generation 2838 + --noexperimental_split_xml_generation 2839 + --experimental_starlark_config_transitions 2840 + --noexperimental_starlark_config_transitions 2841 + --experimental_starlark_unused_inputs_list 2842 + --noexperimental_starlark_unused_inputs_list 2843 + --experimental_strict_fileset_output 2844 + --noexperimental_strict_fileset_output 2845 + --experimental_strict_java_deps={off,warn,error,strict,default} 2846 + --experimental_ui_deduplicate 2847 + --noexperimental_ui_deduplicate 2848 + --experimental_ui_limit_console_output= 2849 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 2850 + --experimental_use_llvm_covmap 2851 + --noexperimental_use_llvm_covmap 2852 + --experimental_use_sandboxfs={auto,yes,no} 2853 + --noexperimental_use_sandboxfs 2854 + --experimental_use_windows_sandbox={auto,yes,no} 2855 + --noexperimental_use_windows_sandbox 2856 + --experimental_verify_repository_rules= 2857 + --experimental_windows_sandbox_path= 2858 + --experimental_workspace_rules_log_file=path 2859 + --explain=path 2860 + --explicit_java_test_deps 2861 + --noexplicit_java_test_deps 2862 + --extra_execution_platforms= 2863 + --extra_toolchains= 2864 + --fat_apk_cpu= 2865 + --fdo_instrument= 2866 + --fdo_optimize= 2867 + --fdo_prefetch_hints=label 2868 + --fdo_profile=label 2869 + --features= 2870 + --fission= 2871 + --flaky_test_attempts= 2872 + --force_pic 2873 + --noforce_pic 2874 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 2875 + --genrule_strategy= 2876 + --google_auth_scopes= 2877 + --google_credentials= 2878 + --google_default_credentials 2879 + --nogoogle_default_credentials 2880 + --grte_top=label 2881 + --high_priority_workers= 2882 + --host_compilation_mode={fastbuild,dbg,opt} 2883 + --host_compiler= 2884 + --host_conlyopt= 2885 + --host_copt= 2886 + --host_cpu= 2887 + --host_crosstool_top=label 2888 + --host_cxxopt= 2889 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 2890 + --host_grte_top=label 2891 + --host_java_launcher=label 2892 + --host_java_toolchain=label 2893 + --host_javabase=label 2894 + --host_javacopt= 2895 + --host_linkopt= 2896 + --host_platform=label 2897 + --host_swiftcopt= 2898 + --http_timeout_scaling= 2899 + --ignore_unsupported_sandboxing 2900 + --noignore_unsupported_sandboxing 2901 + --incompatible_allow_python_version_transitions 2902 + --noincompatible_allow_python_version_transitions 2903 + --incompatible_bzl_disallow_load_after_statement 2904 + --noincompatible_bzl_disallow_load_after_statement 2905 + --incompatible_default_to_explicit_init_py 2906 + --noincompatible_default_to_explicit_init_py 2907 + --incompatible_depset_for_libraries_to_link_getter 2908 + --noincompatible_depset_for_libraries_to_link_getter 2909 + --incompatible_depset_is_not_iterable 2910 + --noincompatible_depset_is_not_iterable 2911 + --incompatible_depset_union 2912 + --noincompatible_depset_union 2913 + --incompatible_disable_deprecated_attr_params 2914 + --noincompatible_disable_deprecated_attr_params 2915 + --incompatible_disable_depset_items 2916 + --noincompatible_disable_depset_items 2917 + --incompatible_disable_expand_if_all_available_in_flag_set 2918 + --noincompatible_disable_expand_if_all_available_in_flag_set 2919 + --incompatible_disable_native_android_rules 2920 + --noincompatible_disable_native_android_rules 2921 + --incompatible_disable_target_provider_fields 2922 + --noincompatible_disable_target_provider_fields 2923 + --incompatible_disable_third_party_license_checking 2924 + --noincompatible_disable_third_party_license_checking 2925 + --incompatible_disallow_dict_lookup_unhashable_keys 2926 + --noincompatible_disallow_dict_lookup_unhashable_keys 2927 + --incompatible_disallow_empty_glob 2928 + --noincompatible_disallow_empty_glob 2929 + --incompatible_disallow_legacy_javainfo 2930 + --noincompatible_disallow_legacy_javainfo 2931 + --incompatible_disallow_legacy_py_provider 2932 + --noincompatible_disallow_legacy_py_provider 2933 + --incompatible_disallow_struct_provider_syntax 2934 + --noincompatible_disallow_struct_provider_syntax 2935 + --incompatible_disallow_unverified_http_downloads 2936 + --noincompatible_disallow_unverified_http_downloads 2937 + --incompatible_do_not_split_linking_cmdline 2938 + --noincompatible_do_not_split_linking_cmdline 2939 + --incompatible_dont_enable_host_nonhost_crosstool_features 2940 + --noincompatible_dont_enable_host_nonhost_crosstool_features 2941 + --incompatible_enable_profile_by_default 2942 + --noincompatible_enable_profile_by_default 2943 + --incompatible_make_thinlto_command_lines_standalone 2944 + --noincompatible_make_thinlto_command_lines_standalone 2945 + --incompatible_merge_genfiles_directory 2946 + --noincompatible_merge_genfiles_directory 2947 + --incompatible_new_actions_api 2948 + --noincompatible_new_actions_api 2949 + --incompatible_no_attr_license 2950 + --noincompatible_no_attr_license 2951 + --incompatible_no_implicit_file_export 2952 + --noincompatible_no_implicit_file_export 2953 + --incompatible_no_output_attr_default 2954 + --noincompatible_no_output_attr_default 2955 + --incompatible_no_rule_outputs_param 2956 + --noincompatible_no_rule_outputs_param 2957 + --incompatible_no_support_tools_in_action_inputs 2958 + --noincompatible_no_support_tools_in_action_inputs 2959 + --incompatible_no_target_output_group 2960 + --noincompatible_no_target_output_group 2961 + --incompatible_prohibit_aapt1 2962 + --noincompatible_prohibit_aapt1 2963 + --incompatible_py2_outputs_are_suffixed 2964 + --noincompatible_py2_outputs_are_suffixed 2965 + --incompatible_py3_is_default 2966 + --noincompatible_py3_is_default 2967 + --incompatible_remap_main_repo 2968 + --noincompatible_remap_main_repo 2969 + --incompatible_remote_symlinks 2970 + --noincompatible_remote_symlinks 2971 + --incompatible_remove_binary_profile 2972 + --noincompatible_remove_binary_profile 2973 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 2974 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 2975 + --incompatible_remove_legacy_whole_archive 2976 + --noincompatible_remove_legacy_whole_archive 2977 + --incompatible_remove_local_resources 2978 + --noincompatible_remove_local_resources 2979 + --incompatible_remove_native_maven_jar 2980 + --noincompatible_remove_native_maven_jar 2981 + --incompatible_remove_old_python_version_api 2982 + --noincompatible_remove_old_python_version_api 2983 + --incompatible_require_ctx_in_configure_features 2984 + --noincompatible_require_ctx_in_configure_features 2985 + --incompatible_restrict_named_params 2986 + --noincompatible_restrict_named_params 2987 + --incompatible_restrict_string_escapes 2988 + --noincompatible_restrict_string_escapes 2989 + --incompatible_run_shell_command_string 2990 + --noincompatible_run_shell_command_string 2991 + --incompatible_strict_action_env 2992 + --noincompatible_strict_action_env 2993 + --incompatible_strict_objc_module_maps 2994 + --noincompatible_strict_objc_module_maps 2995 + --incompatible_string_join_requires_strings 2996 + --noincompatible_string_join_requires_strings 2997 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 2998 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 2999 + --incompatible_tls_enabled_removed 3000 + --noincompatible_tls_enabled_removed 3001 + --incompatible_use_native_patch 3002 + --noincompatible_use_native_patch 3003 + --incompatible_use_platforms_repo_for_constraints 3004 + --noincompatible_use_platforms_repo_for_constraints 3005 + --incompatible_use_python_toolchains 3006 + --noincompatible_use_python_toolchains 3007 + --incompatible_validate_top_level_header_inclusions 3008 + --noincompatible_validate_top_level_header_inclusions 3009 + --incompatible_visibility_private_attributes_at_definition 3010 + --noincompatible_visibility_private_attributes_at_definition 3011 + --incompatible_windows_native_test_wrapper 3012 + --noincompatible_windows_native_test_wrapper 3013 + --incremental_dexing 3014 + --noincremental_dexing 3015 + --instrument_test_targets 3016 + --noinstrument_test_targets 3017 + --instrumentation_filter= 3018 + --interface_shared_objects 3019 + --nointerface_shared_objects 3020 + --ios_cpu= 3021 + --ios_memleaks 3022 + --noios_memleaks 3023 + --ios_minimum_os= 3024 + --ios_multi_cpus= 3025 + --ios_sdk_version= 3026 + --ios_signing_cert_name= 3027 + --ios_simulator_device= 3028 + --ios_simulator_version= 3029 + --j2objc_translation_flags= 3030 + --java_debug 3031 + --java_deps 3032 + --nojava_deps 3033 + --java_header_compilation 3034 + --nojava_header_compilation 3035 + --java_launcher=label 3036 + --java_toolchain=label 3037 + --javabase=label 3038 + --javacopt= 3039 + --jobs= 3040 + --json_trace_compression={auto,yes,no} 3041 + --nojson_trace_compression 3042 + --jvmopt= 3043 + --keep_going 3044 + --nokeep_going 3045 + --keep_state_after_build 3046 + --nokeep_state_after_build 3047 + --legacy_external_runfiles 3048 + --nolegacy_external_runfiles 3049 + --legacy_important_outputs 3050 + --nolegacy_important_outputs 3051 + --legacy_whole_archive 3052 + --nolegacy_whole_archive 3053 + --linkopt= 3054 + --loading_phase_threads= 3055 + --local_cpu_resources= 3056 + --local_ram_resources= 3057 + --local_resources= 3058 + --local_termination_grace_seconds= 3059 + --local_test_jobs= 3060 + --logging= 3061 + --ltobackendopt= 3062 + --ltoindexopt= 3063 + --macos_cpus= 3064 + --macos_minimum_os= 3065 + --macos_sdk_version= 3066 + --materialize_param_files 3067 + --nomaterialize_param_files 3068 + --max_config_changes_to_show= 3069 + --memory_profile_stable_heap_parameters= 3070 + --message_translations= 3071 + --minimum_os_version= 3072 + --modify_execution_info= 3073 + --nested_set_depth_limit= 3074 + --objc_debug_with_GLIBCXX 3075 + --noobjc_debug_with_GLIBCXX 3076 + --objc_enable_binary_stripping 3077 + --noobjc_enable_binary_stripping 3078 + --objc_generate_linkmap 3079 + --noobjc_generate_linkmap 3080 + --objc_header_scanner_tool=label 3081 + --objc_header_thinning_partition_size= 3082 + --objc_use_dotd_pruning 3083 + --noobjc_use_dotd_pruning 3084 + --objccopt= 3085 + --output_filter= 3086 + --output_groups= 3087 + --override_repository= 3088 + --package_path= 3089 + --parse_headers_verifies_modules 3090 + --noparse_headers_verifies_modules 3091 + --per_file_copt= 3092 + --per_file_ltobackendopt= 3093 + --persistent_android_resource_processor 3094 + --platform_mappings=path 3095 + --platform_suffix= 3096 + --platforms= 3097 + --plugin= 3098 + --process_headers_in_dependencies 3099 + --noprocess_headers_in_dependencies 3100 + --profile=path 3101 + --progress_in_terminal_title 3102 + --noprogress_in_terminal_title 3103 + --progress_report_interval= 3104 + --proguard_top=label 3105 + --project_id= 3106 + --proto_compiler=label 3107 + --proto_toolchain_for_cc=label 3108 + --proto_toolchain_for_j2objc=label 3109 + --proto_toolchain_for_java=label 3110 + --proto_toolchain_for_javalite=label 3111 + --protocopt= 3112 + --python2_path= 3113 + --python3_path= 3114 + --python_path= 3115 + --python_top=label 3116 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 3117 + --ram_utilization_factor= 3118 + --remote_accept_cached 3119 + --noremote_accept_cached 3120 + --remote_allow_symlink_upload 3121 + --noremote_allow_symlink_upload 3122 + --remote_cache= 3123 + --remote_default_exec_properties= 3124 + --remote_default_platform_properties= 3125 + --remote_download_minimal 3126 + --remote_download_outputs={all,minimal,toplevel} 3127 + --remote_download_toplevel 3128 + --remote_execution_priority= 3129 + --remote_executor= 3130 + --remote_header= 3131 + --remote_instance_name= 3132 + --remote_local_fallback 3133 + --noremote_local_fallback 3134 + --remote_local_fallback_strategy= 3135 + --remote_max_connections= 3136 + --remote_proxy= 3137 + --remote_result_cache_priority= 3138 + --remote_retries= 3139 + --remote_timeout= 3140 + --remote_upload_local_results 3141 + --noremote_upload_local_results 3142 + --remote_verify_downloads 3143 + --noremote_verify_downloads 3144 + --repo_env= 3145 + --repository_cache=path 3146 + --resource_autosense 3147 + --noresource_autosense 3148 + --run_under= 3149 + --runs_per_test= 3150 + --runs_per_test_detects_flakes 3151 + --noruns_per_test_detects_flakes 3152 + --sandbox_add_mount_pair= 3153 + --sandbox_base= 3154 + --sandbox_block_path= 3155 + --sandbox_debug 3156 + --nosandbox_debug 3157 + --sandbox_default_allow_network 3158 + --nosandbox_default_allow_network 3159 + --sandbox_fake_hostname 3160 + --nosandbox_fake_hostname 3161 + --sandbox_fake_username 3162 + --nosandbox_fake_username 3163 + --sandbox_tmpfs_path= 3164 + --sandbox_writable_path= 3165 + --save_temps 3166 + --nosave_temps 3167 + --share_native_deps 3168 + --noshare_native_deps 3169 + --shell_executable=path 3170 + --show_loading_progress 3171 + --noshow_loading_progress 3172 + --show_progress 3173 + --noshow_progress 3174 + --show_progress_rate_limit= 3175 + --show_result= 3176 + --show_task_finish 3177 + --noshow_task_finish 3178 + --show_timestamps 3179 + --noshow_timestamps 3180 + --spawn_strategy= 3181 + --stamp 3182 + --nostamp 3183 + --strategy= 3184 + --strategy_regexp= 3185 + --strict_filesets 3186 + --nostrict_filesets 3187 + --strict_proto_deps={off,warn,error,strict,default} 3188 + --strict_system_includes 3189 + --nostrict_system_includes 3190 + --strip={always,sometimes,never} 3191 + --stripopt= 3192 + --subcommands={true,pretty_print,false} 3193 + --swiftcopt= 3194 + --symlink_prefix= 3195 + --target_environment= 3196 + --target_platform_fallback=label 3197 + --test_arg= 3198 + --test_env= 3199 + --test_filter= 3200 + --test_keep_going 3201 + --notest_keep_going 3202 + --test_lang_filters= 3203 + --test_output={summary,errors,all,streamed} 3204 + --test_result_expiration= 3205 + --test_sharding_strategy={explicit,disabled} 3206 + --test_size_filters= 3207 + --test_strategy= 3208 + --test_summary={short,terse,detailed,none,testcase} 3209 + --test_tag_filters= 3210 + --test_timeout= 3211 + --test_timeout_filters= 3212 + --test_tmpdir=path 3213 + --tls_certificate= 3214 + --tls_enabled 3215 + --notls_enabled 3216 + --tool_tag= 3217 + --toolchain_resolution_debug 3218 + --notoolchain_resolution_debug 3219 + --track_incremental_state 3220 + --notrack_incremental_state 3221 + --translations={auto,yes,no} 3222 + --notranslations 3223 + --trim_test_configuration 3224 + --notrim_test_configuration 3225 + --tvos_cpus= 3226 + --tvos_minimum_os= 3227 + --tvos_sdk_version= 3228 + --tvos_simulator_device= 3229 + --tvos_simulator_version= 3230 + --ui_actions_shown= 3231 + --use_ijars 3232 + --nouse_ijars 3233 + --use_singlejar_apkbuilder 3234 + --nouse_singlejar_apkbuilder 3235 + --verbose_explanations 3236 + --noverbose_explanations 3237 + --verbose_failures 3238 + --noverbose_failures 3239 + --watchfs 3240 + --nowatchfs 3241 + --watchos_cpus= 3242 + --watchos_minimum_os= 3243 + --watchos_sdk_version= 3244 + --watchos_simulator_device= 3245 + --watchos_simulator_version= 3246 + --worker_extra_flag= 3247 + --worker_max_instances= 3248 + --worker_quit_after_build 3249 + --noworker_quit_after_build 3250 + --worker_sandboxing 3251 + --noworker_sandboxing 3252 + --worker_verbose 3253 + --noworker_verbose 3254 + --workspace_status_command=path 3255 + --xbinary_fdo=label 3256 + --xcode_version= 3257 + --xcode_version_config=label 3258 + " 3259 + set __BAZEL_COMMAND_COVERAGE_ARGUMENT "label-test" 3260 + set __BAZEL_COMMAND_COVERAGE_FLAGS " 3261 + --action_env= 3262 + --all_incompatible_changes 3263 + --allow_analysis_failures 3264 + --noallow_analysis_failures 3265 + --analysis_testing_deps_limit= 3266 + --android_aapt={aapt,aapt2,auto} 3267 + --android_compiler= 3268 + --android_cpu= 3269 + --android_crosstool_top=label 3270 + --android_databinding_use_v3_4_args 3271 + --noandroid_databinding_use_v3_4_args 3272 + --android_dynamic_mode={off,default,fully} 3273 + --android_grte_top=label 3274 + --android_manifest_merger={legacy,android,force_android} 3275 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 3276 + --android_resource_shrinking 3277 + --noandroid_resource_shrinking 3278 + --android_sdk=label 3279 + --announce 3280 + --noannounce 3281 + --announce_rc 3282 + --noannounce_rc 3283 + --apk_signing_method={v1,v2,v1_v2} 3284 + --apple_bitcode={none,embedded_markers,embedded} 3285 + --apple_compiler= 3286 + --apple_crosstool_top=label 3287 + --apple_enable_auto_dsym_dbg 3288 + --noapple_enable_auto_dsym_dbg 3289 + --apple_generate_dsym 3290 + --noapple_generate_dsym 3291 + --apple_grte_top=label 3292 + --apple_sdk=label 3293 + --aspects= 3294 + --attempt_to_print_relative_paths 3295 + --noattempt_to_print_relative_paths 3296 + --auto_cpu_environment_group=label 3297 + --auto_output_filter={none,all,packages,subpackages} 3298 + --bep_publish_used_heap_size_post_build 3299 + --nobep_publish_used_heap_size_post_build 3300 + --bes_backend= 3301 + --bes_best_effort 3302 + --nobes_best_effort 3303 + --bes_keywords= 3304 + --bes_lifecycle_events 3305 + --nobes_lifecycle_events 3306 + --bes_outerr_buffer_size= 3307 + --bes_outerr_chunk_size= 3308 + --bes_proxy= 3309 + --bes_results_url= 3310 + --bes_timeout= 3311 + --break_build_on_parallel_dex2oat_failure 3312 + --nobreak_build_on_parallel_dex2oat_failure 3313 + --build 3314 + --nobuild 3315 + --build_event_binary_file= 3316 + --build_event_binary_file_path_conversion 3317 + --nobuild_event_binary_file_path_conversion 3318 + --build_event_json_file= 3319 + --build_event_json_file_path_conversion 3320 + --nobuild_event_json_file_path_conversion 3321 + --build_event_max_named_set_of_file_entries= 3322 + --build_event_publish_all_actions 3323 + --nobuild_event_publish_all_actions 3324 + --build_event_text_file= 3325 + --build_event_text_file_path_conversion 3326 + --nobuild_event_text_file_path_conversion 3327 + --build_manual_tests 3328 + --nobuild_manual_tests 3329 + --build_metadata= 3330 + --build_python_zip={auto,yes,no} 3331 + --nobuild_python_zip 3332 + --build_runfile_links 3333 + --nobuild_runfile_links 3334 + --build_runfile_manifests 3335 + --nobuild_runfile_manifests 3336 + --build_tag_filters= 3337 + --build_test_dwp 3338 + --nobuild_test_dwp 3339 + --build_tests_only 3340 + --nobuild_tests_only 3341 + --cache_test_results={auto,yes,no} 3342 + --nocache_test_results 3343 + --cc_output_directory_tag= 3344 + --cc_proto_library_header_suffixes= 3345 + --cc_proto_library_source_suffixes= 3346 + --check_constraint= 3347 + --check_licenses 3348 + --nocheck_licenses 3349 + --check_tests_up_to_date 3350 + --nocheck_tests_up_to_date 3351 + --check_up_to_date 3352 + --nocheck_up_to_date 3353 + --check_visibility 3354 + --nocheck_visibility 3355 + --collapse_duplicate_defines 3356 + --nocollapse_duplicate_defines 3357 + --collect_code_coverage 3358 + --nocollect_code_coverage 3359 + --color={yes,no,auto} 3360 + --combined_report={none,lcov} 3361 + --compilation_mode={fastbuild,dbg,opt} 3362 + --compile_one_dependency 3363 + --nocompile_one_dependency 3364 + --compiler= 3365 + --config= 3366 + --conlyopt= 3367 + --copt= 3368 + --coverage_report_generator=label 3369 + --coverage_support=label 3370 + --cpu= 3371 + --crosstool_top=label 3372 + --cs_fdo_absolute_path= 3373 + --cs_fdo_instrument= 3374 + --cs_fdo_profile=label 3375 + --curses={yes,no,auto} 3376 + --custom_malloc=label 3377 + --cxxopt= 3378 + --default_ios_provisioning_profile=label 3379 + --define= 3380 + --deleted_packages= 3381 + --desugar_for_android 3382 + --nodesugar_for_android 3383 + --device_debug_entitlements 3384 + --nodevice_debug_entitlements 3385 + --discard_analysis_cache 3386 + --nodiscard_analysis_cache 3387 + --disk_cache=path 3388 + --distdir= 3389 + --distinct_host_configuration 3390 + --nodistinct_host_configuration 3391 + --dynamic_mode={off,default,fully} 3392 + --embed_label= 3393 + --enable_apple_binary_native_protos 3394 + --noenable_apple_binary_native_protos 3395 + --enable_fdo_profile_absolute_path 3396 + --noenable_fdo_profile_absolute_path 3397 + --enable_platform_specific_config 3398 + --noenable_platform_specific_config 3399 + --enable_runfiles={auto,yes,no} 3400 + --noenable_runfiles 3401 + --enabled_toolchain_types= 3402 + --enforce_constraints 3403 + --noenforce_constraints 3404 + --execution_log_binary_file=path 3405 + --execution_log_json_file=path 3406 + --expand_test_suites 3407 + --noexpand_test_suites 3408 + --experimental_action_args 3409 + --noexperimental_action_args 3410 + --experimental_action_listener= 3411 + --experimental_add_exec_constraints_to_targets= 3412 + --experimental_allow_android_library_deps_without_srcs 3413 + --noexperimental_allow_android_library_deps_without_srcs 3414 + --experimental_allow_incremental_repository_updates 3415 + --noexperimental_allow_incremental_repository_updates 3416 + --experimental_allow_tags_propagation 3417 + --noexperimental_allow_tags_propagation 3418 + --experimental_android_compress_java_resources 3419 + --noexperimental_android_compress_java_resources 3420 + --experimental_android_databinding_v2 3421 + --noexperimental_android_databinding_v2 3422 + --experimental_android_resource_shrinking 3423 + --noexperimental_android_resource_shrinking 3424 + --experimental_android_rewrite_dexes_with_rex 3425 + --noexperimental_android_rewrite_dexes_with_rex 3426 + --experimental_android_use_parallel_dex2oat 3427 + --noexperimental_android_use_parallel_dex2oat 3428 + --experimental_announce_profile_path 3429 + --noexperimental_announce_profile_path 3430 + --experimental_aspect_output_propagation 3431 + --noexperimental_aspect_output_propagation 3432 + --experimental_build_event_expand_filesets 3433 + --noexperimental_build_event_expand_filesets 3434 + --experimental_build_event_upload_strategy= 3435 + --experimental_cancel_concurrent_tests 3436 + --noexperimental_cancel_concurrent_tests 3437 + --experimental_cc_shared_library 3438 + --noexperimental_cc_shared_library 3439 + --experimental_check_desugar_deps 3440 + --noexperimental_check_desugar_deps 3441 + --experimental_desugar_java8_libs 3442 + --noexperimental_desugar_java8_libs 3443 + --experimental_docker_image= 3444 + --experimental_docker_privileged 3445 + --noexperimental_docker_privileged 3446 + --experimental_docker_use_customized_images 3447 + --noexperimental_docker_use_customized_images 3448 + --experimental_docker_verbose 3449 + --noexperimental_docker_verbose 3450 + --experimental_enable_android_migration_apis 3451 + --noexperimental_enable_android_migration_apis 3452 + --experimental_enable_docker_sandbox 3453 + --noexperimental_enable_docker_sandbox 3454 + --experimental_enable_objc_cc_deps 3455 + --noexperimental_enable_objc_cc_deps 3456 + --experimental_execution_log_file=path 3457 + --experimental_extra_action_filter= 3458 + --experimental_extra_action_top_level_only 3459 + --noexperimental_extra_action_top_level_only 3460 + --experimental_filter_library_jar_with_program_jar 3461 + --noexperimental_filter_library_jar_with_program_jar 3462 + --experimental_generate_json_trace_profile 3463 + --noexperimental_generate_json_trace_profile 3464 + --experimental_google_legacy_api 3465 + --noexperimental_google_legacy_api 3466 + --experimental_guard_against_concurrent_changes 3467 + --noexperimental_guard_against_concurrent_changes 3468 + --experimental_import_deps_checking={off,warning,error} 3469 + --experimental_inmemory_dotd_files 3470 + --noexperimental_inmemory_dotd_files 3471 + --experimental_inmemory_jdeps_files 3472 + --noexperimental_inmemory_jdeps_files 3473 + --experimental_inmemory_unused_inputs_list 3474 + --noexperimental_inmemory_unused_inputs_list 3475 + --experimental_interleave_loading_and_analysis 3476 + --noexperimental_interleave_loading_and_analysis 3477 + --experimental_j2objc_header_map 3478 + --noexperimental_j2objc_header_map 3479 + --experimental_j2objc_shorter_header_path 3480 + --noexperimental_j2objc_shorter_header_path 3481 + --experimental_java_classpath={off,javabuilder,bazel} 3482 + --experimental_java_proto_add_allowed_public_imports 3483 + --noexperimental_java_proto_add_allowed_public_imports 3484 + --experimental_local_execution_delay= 3485 + --experimental_local_memory_estimate 3486 + --noexperimental_local_memory_estimate 3487 + --experimental_multi_cpu= 3488 + --experimental_multi_threaded_digest 3489 + --noexperimental_multi_threaded_digest 3490 + --experimental_objc_enable_module_maps 3491 + --noexperimental_objc_enable_module_maps 3492 + --experimental_objc_fastbuild_options= 3493 + --experimental_objc_header_thinning 3494 + --noexperimental_objc_header_thinning 3495 + --experimental_objc_include_scanning 3496 + --noexperimental_objc_include_scanning 3497 + --experimental_omitfp 3498 + --noexperimental_omitfp 3499 + --experimental_oom_more_eagerly_threshold= 3500 + --experimental_persistent_javac 3501 + --experimental_platforms_api 3502 + --noexperimental_platforms_api 3503 + --experimental_post_profile_started_event 3504 + --noexperimental_post_profile_started_event 3505 + --experimental_profile_action_counts 3506 + --noexperimental_profile_action_counts 3507 + --experimental_profile_additional_tasks= 3508 + --experimental_profile_cpu_usage 3509 + --noexperimental_profile_cpu_usage 3510 + --experimental_proto_extra_actions 3511 + --noexperimental_proto_extra_actions 3512 + --experimental_remote_grpc_log=path 3513 + --experimental_repository_cache_hardlinks 3514 + --noexperimental_repository_cache_hardlinks 3515 + --experimental_repository_hash_file= 3516 + --experimental_repository_resolved_file= 3517 + --experimental_resolved_file_instead_of_workspace= 3518 + --experimental_run_validations 3519 + --noexperimental_run_validations 3520 + --experimental_sandbox_async_tree_delete_idle_threads= 3521 + --experimental_sandboxfs_map_symlink_targets 3522 + --noexperimental_sandboxfs_map_symlink_targets 3523 + --experimental_sandboxfs_path= 3524 + --experimental_save_feature_state 3525 + --noexperimental_save_feature_state 3526 + --experimental_scale_timeouts= 3527 + --experimental_slim_json_profile 3528 + --noexperimental_slim_json_profile 3529 + --experimental_spawn_scheduler 3530 + --experimental_split_xml_generation 3531 + --noexperimental_split_xml_generation 3532 + --experimental_starlark_config_transitions 3533 + --noexperimental_starlark_config_transitions 3534 + --experimental_starlark_unused_inputs_list 3535 + --noexperimental_starlark_unused_inputs_list 3536 + --experimental_strict_fileset_output 3537 + --noexperimental_strict_fileset_output 3538 + --experimental_strict_java_deps={off,warn,error,strict,default} 3539 + --experimental_ui_deduplicate 3540 + --noexperimental_ui_deduplicate 3541 + --experimental_ui_limit_console_output= 3542 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 3543 + --experimental_use_llvm_covmap 3544 + --noexperimental_use_llvm_covmap 3545 + --experimental_use_sandboxfs={auto,yes,no} 3546 + --noexperimental_use_sandboxfs 3547 + --experimental_use_windows_sandbox={auto,yes,no} 3548 + --noexperimental_use_windows_sandbox 3549 + --experimental_verify_repository_rules= 3550 + --experimental_windows_sandbox_path= 3551 + --experimental_workspace_rules_log_file=path 3552 + --explain=path 3553 + --explicit_java_test_deps 3554 + --noexplicit_java_test_deps 3555 + --extra_execution_platforms= 3556 + --extra_toolchains= 3557 + --fat_apk_cpu= 3558 + --fdo_instrument= 3559 + --fdo_optimize= 3560 + --fdo_prefetch_hints=label 3561 + --fdo_profile=label 3562 + --features= 3563 + --fission= 3564 + --flaky_test_attempts= 3565 + --force_pic 3566 + --noforce_pic 3567 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 3568 + --genrule_strategy= 3569 + --google_auth_scopes= 3570 + --google_credentials= 3571 + --google_default_credentials 3572 + --nogoogle_default_credentials 3573 + --grte_top=label 3574 + --high_priority_workers= 3575 + --host_compilation_mode={fastbuild,dbg,opt} 3576 + --host_compiler= 3577 + --host_conlyopt= 3578 + --host_copt= 3579 + --host_cpu= 3580 + --host_crosstool_top=label 3581 + --host_cxxopt= 3582 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 3583 + --host_grte_top=label 3584 + --host_java_launcher=label 3585 + --host_java_toolchain=label 3586 + --host_javabase=label 3587 + --host_javacopt= 3588 + --host_linkopt= 3589 + --host_platform=label 3590 + --host_swiftcopt= 3591 + --http_timeout_scaling= 3592 + --ignore_unsupported_sandboxing 3593 + --noignore_unsupported_sandboxing 3594 + --incompatible_allow_python_version_transitions 3595 + --noincompatible_allow_python_version_transitions 3596 + --incompatible_bzl_disallow_load_after_statement 3597 + --noincompatible_bzl_disallow_load_after_statement 3598 + --incompatible_default_to_explicit_init_py 3599 + --noincompatible_default_to_explicit_init_py 3600 + --incompatible_depset_for_libraries_to_link_getter 3601 + --noincompatible_depset_for_libraries_to_link_getter 3602 + --incompatible_depset_is_not_iterable 3603 + --noincompatible_depset_is_not_iterable 3604 + --incompatible_depset_union 3605 + --noincompatible_depset_union 3606 + --incompatible_disable_deprecated_attr_params 3607 + --noincompatible_disable_deprecated_attr_params 3608 + --incompatible_disable_depset_items 3609 + --noincompatible_disable_depset_items 3610 + --incompatible_disable_expand_if_all_available_in_flag_set 3611 + --noincompatible_disable_expand_if_all_available_in_flag_set 3612 + --incompatible_disable_native_android_rules 3613 + --noincompatible_disable_native_android_rules 3614 + --incompatible_disable_target_provider_fields 3615 + --noincompatible_disable_target_provider_fields 3616 + --incompatible_disable_third_party_license_checking 3617 + --noincompatible_disable_third_party_license_checking 3618 + --incompatible_disallow_dict_lookup_unhashable_keys 3619 + --noincompatible_disallow_dict_lookup_unhashable_keys 3620 + --incompatible_disallow_empty_glob 3621 + --noincompatible_disallow_empty_glob 3622 + --incompatible_disallow_legacy_javainfo 3623 + --noincompatible_disallow_legacy_javainfo 3624 + --incompatible_disallow_legacy_py_provider 3625 + --noincompatible_disallow_legacy_py_provider 3626 + --incompatible_disallow_struct_provider_syntax 3627 + --noincompatible_disallow_struct_provider_syntax 3628 + --incompatible_disallow_unverified_http_downloads 3629 + --noincompatible_disallow_unverified_http_downloads 3630 + --incompatible_do_not_split_linking_cmdline 3631 + --noincompatible_do_not_split_linking_cmdline 3632 + --incompatible_dont_enable_host_nonhost_crosstool_features 3633 + --noincompatible_dont_enable_host_nonhost_crosstool_features 3634 + --incompatible_enable_profile_by_default 3635 + --noincompatible_enable_profile_by_default 3636 + --incompatible_make_thinlto_command_lines_standalone 3637 + --noincompatible_make_thinlto_command_lines_standalone 3638 + --incompatible_merge_genfiles_directory 3639 + --noincompatible_merge_genfiles_directory 3640 + --incompatible_new_actions_api 3641 + --noincompatible_new_actions_api 3642 + --incompatible_no_attr_license 3643 + --noincompatible_no_attr_license 3644 + --incompatible_no_implicit_file_export 3645 + --noincompatible_no_implicit_file_export 3646 + --incompatible_no_output_attr_default 3647 + --noincompatible_no_output_attr_default 3648 + --incompatible_no_rule_outputs_param 3649 + --noincompatible_no_rule_outputs_param 3650 + --incompatible_no_support_tools_in_action_inputs 3651 + --noincompatible_no_support_tools_in_action_inputs 3652 + --incompatible_no_target_output_group 3653 + --noincompatible_no_target_output_group 3654 + --incompatible_prohibit_aapt1 3655 + --noincompatible_prohibit_aapt1 3656 + --incompatible_py2_outputs_are_suffixed 3657 + --noincompatible_py2_outputs_are_suffixed 3658 + --incompatible_py3_is_default 3659 + --noincompatible_py3_is_default 3660 + --incompatible_remap_main_repo 3661 + --noincompatible_remap_main_repo 3662 + --incompatible_remote_symlinks 3663 + --noincompatible_remote_symlinks 3664 + --incompatible_remove_binary_profile 3665 + --noincompatible_remove_binary_profile 3666 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 3667 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 3668 + --incompatible_remove_legacy_whole_archive 3669 + --noincompatible_remove_legacy_whole_archive 3670 + --incompatible_remove_local_resources 3671 + --noincompatible_remove_local_resources 3672 + --incompatible_remove_native_maven_jar 3673 + --noincompatible_remove_native_maven_jar 3674 + --incompatible_remove_old_python_version_api 3675 + --noincompatible_remove_old_python_version_api 3676 + --incompatible_require_ctx_in_configure_features 3677 + --noincompatible_require_ctx_in_configure_features 3678 + --incompatible_restrict_named_params 3679 + --noincompatible_restrict_named_params 3680 + --incompatible_restrict_string_escapes 3681 + --noincompatible_restrict_string_escapes 3682 + --incompatible_run_shell_command_string 3683 + --noincompatible_run_shell_command_string 3684 + --incompatible_strict_action_env 3685 + --noincompatible_strict_action_env 3686 + --incompatible_strict_objc_module_maps 3687 + --noincompatible_strict_objc_module_maps 3688 + --incompatible_string_join_requires_strings 3689 + --noincompatible_string_join_requires_strings 3690 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 3691 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 3692 + --incompatible_tls_enabled_removed 3693 + --noincompatible_tls_enabled_removed 3694 + --incompatible_use_native_patch 3695 + --noincompatible_use_native_patch 3696 + --incompatible_use_platforms_repo_for_constraints 3697 + --noincompatible_use_platforms_repo_for_constraints 3698 + --incompatible_use_python_toolchains 3699 + --noincompatible_use_python_toolchains 3700 + --incompatible_validate_top_level_header_inclusions 3701 + --noincompatible_validate_top_level_header_inclusions 3702 + --incompatible_visibility_private_attributes_at_definition 3703 + --noincompatible_visibility_private_attributes_at_definition 3704 + --incompatible_windows_native_test_wrapper 3705 + --noincompatible_windows_native_test_wrapper 3706 + --incremental_dexing 3707 + --noincremental_dexing 3708 + --instrument_test_targets 3709 + --noinstrument_test_targets 3710 + --instrumentation_filter= 3711 + --interface_shared_objects 3712 + --nointerface_shared_objects 3713 + --ios_cpu= 3714 + --ios_memleaks 3715 + --noios_memleaks 3716 + --ios_minimum_os= 3717 + --ios_multi_cpus= 3718 + --ios_sdk_version= 3719 + --ios_signing_cert_name= 3720 + --ios_simulator_device= 3721 + --ios_simulator_version= 3722 + --j2objc_translation_flags= 3723 + --java_debug 3724 + --java_deps 3725 + --nojava_deps 3726 + --java_header_compilation 3727 + --nojava_header_compilation 3728 + --java_launcher=label 3729 + --java_toolchain=label 3730 + --javabase=label 3731 + --javacopt= 3732 + --jobs= 3733 + --json_trace_compression={auto,yes,no} 3734 + --nojson_trace_compression 3735 + --jvmopt= 3736 + --keep_going 3737 + --nokeep_going 3738 + --keep_state_after_build 3739 + --nokeep_state_after_build 3740 + --legacy_external_runfiles 3741 + --nolegacy_external_runfiles 3742 + --legacy_important_outputs 3743 + --nolegacy_important_outputs 3744 + --legacy_whole_archive 3745 + --nolegacy_whole_archive 3746 + --linkopt= 3747 + --loading_phase_threads= 3748 + --local_cpu_resources= 3749 + --local_ram_resources= 3750 + --local_resources= 3751 + --local_termination_grace_seconds= 3752 + --local_test_jobs= 3753 + --logging= 3754 + --ltobackendopt= 3755 + --ltoindexopt= 3756 + --macos_cpus= 3757 + --macos_minimum_os= 3758 + --macos_sdk_version= 3759 + --materialize_param_files 3760 + --nomaterialize_param_files 3761 + --max_config_changes_to_show= 3762 + --memory_profile_stable_heap_parameters= 3763 + --message_translations= 3764 + --minimum_os_version= 3765 + --modify_execution_info= 3766 + --nested_set_depth_limit= 3767 + --objc_debug_with_GLIBCXX 3768 + --noobjc_debug_with_GLIBCXX 3769 + --objc_enable_binary_stripping 3770 + --noobjc_enable_binary_stripping 3771 + --objc_generate_linkmap 3772 + --noobjc_generate_linkmap 3773 + --objc_header_scanner_tool=label 3774 + --objc_header_thinning_partition_size= 3775 + --objc_use_dotd_pruning 3776 + --noobjc_use_dotd_pruning 3777 + --objccopt= 3778 + --output_filter= 3779 + --output_groups= 3780 + --override_repository= 3781 + --package_path= 3782 + --parse_headers_verifies_modules 3783 + --noparse_headers_verifies_modules 3784 + --per_file_copt= 3785 + --per_file_ltobackendopt= 3786 + --persistent_android_resource_processor 3787 + --platform_mappings=path 3788 + --platform_suffix= 3789 + --platforms= 3790 + --plugin= 3791 + --print_relative_test_log_paths 3792 + --noprint_relative_test_log_paths 3793 + --process_headers_in_dependencies 3794 + --noprocess_headers_in_dependencies 3795 + --profile=path 3796 + --progress_in_terminal_title 3797 + --noprogress_in_terminal_title 3798 + --progress_report_interval= 3799 + --proguard_top=label 3800 + --project_id= 3801 + --proto_compiler=label 3802 + --proto_toolchain_for_cc=label 3803 + --proto_toolchain_for_j2objc=label 3804 + --proto_toolchain_for_java=label 3805 + --proto_toolchain_for_javalite=label 3806 + --protocopt= 3807 + --python2_path= 3808 + --python3_path= 3809 + --python_path= 3810 + --python_top=label 3811 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 3812 + --ram_utilization_factor= 3813 + --remote_accept_cached 3814 + --noremote_accept_cached 3815 + --remote_allow_symlink_upload 3816 + --noremote_allow_symlink_upload 3817 + --remote_cache= 3818 + --remote_default_exec_properties= 3819 + --remote_default_platform_properties= 3820 + --remote_download_minimal 3821 + --remote_download_outputs={all,minimal,toplevel} 3822 + --remote_download_toplevel 3823 + --remote_execution_priority= 3824 + --remote_executor= 3825 + --remote_header= 3826 + --remote_instance_name= 3827 + --remote_local_fallback 3828 + --noremote_local_fallback 3829 + --remote_local_fallback_strategy= 3830 + --remote_max_connections= 3831 + --remote_proxy= 3832 + --remote_result_cache_priority= 3833 + --remote_retries= 3834 + --remote_timeout= 3835 + --remote_upload_local_results 3836 + --noremote_upload_local_results 3837 + --remote_verify_downloads 3838 + --noremote_verify_downloads 3839 + --repo_env= 3840 + --repository_cache=path 3841 + --resource_autosense 3842 + --noresource_autosense 3843 + --run_under= 3844 + --runs_per_test= 3845 + --runs_per_test_detects_flakes 3846 + --noruns_per_test_detects_flakes 3847 + --sandbox_add_mount_pair= 3848 + --sandbox_base= 3849 + --sandbox_block_path= 3850 + --sandbox_debug 3851 + --nosandbox_debug 3852 + --sandbox_default_allow_network 3853 + --nosandbox_default_allow_network 3854 + --sandbox_fake_hostname 3855 + --nosandbox_fake_hostname 3856 + --sandbox_fake_username 3857 + --nosandbox_fake_username 3858 + --sandbox_tmpfs_path= 3859 + --sandbox_writable_path= 3860 + --save_temps 3861 + --nosave_temps 3862 + --share_native_deps 3863 + --noshare_native_deps 3864 + --shell_executable=path 3865 + --show_loading_progress 3866 + --noshow_loading_progress 3867 + --show_progress 3868 + --noshow_progress 3869 + --show_progress_rate_limit= 3870 + --show_result= 3871 + --show_task_finish 3872 + --noshow_task_finish 3873 + --show_timestamps 3874 + --noshow_timestamps 3875 + --spawn_strategy= 3876 + --stamp 3877 + --nostamp 3878 + --strategy= 3879 + --strategy_regexp= 3880 + --strict_filesets 3881 + --nostrict_filesets 3882 + --strict_proto_deps={off,warn,error,strict,default} 3883 + --strict_system_includes 3884 + --nostrict_system_includes 3885 + --strip={always,sometimes,never} 3886 + --stripopt= 3887 + --subcommands={true,pretty_print,false} 3888 + --swiftcopt= 3889 + --symlink_prefix= 3890 + --target_environment= 3891 + --target_platform_fallback=label 3892 + --test_arg= 3893 + --test_env= 3894 + --test_filter= 3895 + --test_keep_going 3896 + --notest_keep_going 3897 + --test_lang_filters= 3898 + --test_output={summary,errors,all,streamed} 3899 + --test_result_expiration= 3900 + --test_sharding_strategy={explicit,disabled} 3901 + --test_size_filters= 3902 + --test_strategy= 3903 + --test_summary={short,terse,detailed,none,testcase} 3904 + --test_tag_filters= 3905 + --test_timeout= 3906 + --test_timeout_filters= 3907 + --test_tmpdir=path 3908 + --test_verbose_timeout_warnings 3909 + --notest_verbose_timeout_warnings 3910 + --tls_certificate= 3911 + --tls_enabled 3912 + --notls_enabled 3913 + --tool_tag= 3914 + --toolchain_resolution_debug 3915 + --notoolchain_resolution_debug 3916 + --track_incremental_state 3917 + --notrack_incremental_state 3918 + --translations={auto,yes,no} 3919 + --notranslations 3920 + --trim_test_configuration 3921 + --notrim_test_configuration 3922 + --tvos_cpus= 3923 + --tvos_minimum_os= 3924 + --tvos_sdk_version= 3925 + --tvos_simulator_device= 3926 + --tvos_simulator_version= 3927 + --ui_actions_shown= 3928 + --use_ijars 3929 + --nouse_ijars 3930 + --use_singlejar_apkbuilder 3931 + --nouse_singlejar_apkbuilder 3932 + --verbose_explanations 3933 + --noverbose_explanations 3934 + --verbose_failures 3935 + --noverbose_failures 3936 + --verbose_test_summary 3937 + --noverbose_test_summary 3938 + --watchfs 3939 + --nowatchfs 3940 + --watchos_cpus= 3941 + --watchos_minimum_os= 3942 + --watchos_sdk_version= 3943 + --watchos_simulator_device= 3944 + --watchos_simulator_version= 3945 + --worker_extra_flag= 3946 + --worker_max_instances= 3947 + --worker_quit_after_build 3948 + --noworker_quit_after_build 3949 + --worker_sandboxing 3950 + --noworker_sandboxing 3951 + --worker_verbose 3952 + --noworker_verbose 3953 + --workspace_status_command=path 3954 + --xbinary_fdo=label 3955 + --xcode_version= 3956 + --xcode_version_config=label 3957 + " 3958 + set __BAZEL_COMMAND_CQUERY_ARGUMENT "label" 3959 + set __BAZEL_COMMAND_CQUERY_FLAGS " 3960 + --action_env= 3961 + --all_incompatible_changes 3962 + --allow_analysis_failures 3963 + --noallow_analysis_failures 3964 + --analysis_testing_deps_limit= 3965 + --android_aapt={aapt,aapt2,auto} 3966 + --android_compiler= 3967 + --android_cpu= 3968 + --android_crosstool_top=label 3969 + --android_databinding_use_v3_4_args 3970 + --noandroid_databinding_use_v3_4_args 3971 + --android_dynamic_mode={off,default,fully} 3972 + --android_grte_top=label 3973 + --android_manifest_merger={legacy,android,force_android} 3974 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 3975 + --android_resource_shrinking 3976 + --noandroid_resource_shrinking 3977 + --android_sdk=label 3978 + --announce 3979 + --noannounce 3980 + --announce_rc 3981 + --noannounce_rc 3982 + --apk_signing_method={v1,v2,v1_v2} 3983 + --apple_bitcode={none,embedded_markers,embedded} 3984 + --apple_compiler= 3985 + --apple_crosstool_top=label 3986 + --apple_enable_auto_dsym_dbg 3987 + --noapple_enable_auto_dsym_dbg 3988 + --apple_generate_dsym 3989 + --noapple_generate_dsym 3990 + --apple_grte_top=label 3991 + --apple_sdk=label 3992 + --aspect_deps={off,conservative,precise} 3993 + --aspects= 3994 + --attempt_to_print_relative_paths 3995 + --noattempt_to_print_relative_paths 3996 + --auto_cpu_environment_group=label 3997 + --auto_output_filter={none,all,packages,subpackages} 3998 + --bep_publish_used_heap_size_post_build 3999 + --nobep_publish_used_heap_size_post_build 4000 + --bes_backend= 4001 + --bes_best_effort 4002 + --nobes_best_effort 4003 + --bes_keywords= 4004 + --bes_lifecycle_events 4005 + --nobes_lifecycle_events 4006 + --bes_outerr_buffer_size= 4007 + --bes_outerr_chunk_size= 4008 + --bes_proxy= 4009 + --bes_results_url= 4010 + --bes_timeout= 4011 + --break_build_on_parallel_dex2oat_failure 4012 + --nobreak_build_on_parallel_dex2oat_failure 4013 + --build 4014 + --nobuild 4015 + --build_event_binary_file= 4016 + --build_event_binary_file_path_conversion 4017 + --nobuild_event_binary_file_path_conversion 4018 + --build_event_json_file= 4019 + --build_event_json_file_path_conversion 4020 + --nobuild_event_json_file_path_conversion 4021 + --build_event_max_named_set_of_file_entries= 4022 + --build_event_publish_all_actions 4023 + --nobuild_event_publish_all_actions 4024 + --build_event_text_file= 4025 + --build_event_text_file_path_conversion 4026 + --nobuild_event_text_file_path_conversion 4027 + --build_manual_tests 4028 + --nobuild_manual_tests 4029 + --build_metadata= 4030 + --build_python_zip={auto,yes,no} 4031 + --nobuild_python_zip 4032 + --build_runfile_links 4033 + --nobuild_runfile_links 4034 + --build_runfile_manifests 4035 + --nobuild_runfile_manifests 4036 + --build_tag_filters= 4037 + --build_test_dwp 4038 + --nobuild_test_dwp 4039 + --build_tests_only 4040 + --nobuild_tests_only 4041 + --cache_test_results={auto,yes,no} 4042 + --nocache_test_results 4043 + --cc_output_directory_tag= 4044 + --cc_proto_library_header_suffixes= 4045 + --cc_proto_library_source_suffixes= 4046 + --check_constraint= 4047 + --check_licenses 4048 + --nocheck_licenses 4049 + --check_tests_up_to_date 4050 + --nocheck_tests_up_to_date 4051 + --check_up_to_date 4052 + --nocheck_up_to_date 4053 + --check_visibility 4054 + --nocheck_visibility 4055 + --collapse_duplicate_defines 4056 + --nocollapse_duplicate_defines 4057 + --collect_code_coverage 4058 + --nocollect_code_coverage 4059 + --color={yes,no,auto} 4060 + --combined_report={none,lcov} 4061 + --compilation_mode={fastbuild,dbg,opt} 4062 + --compile_one_dependency 4063 + --nocompile_one_dependency 4064 + --compiler= 4065 + --config= 4066 + --conlyopt= 4067 + --copt= 4068 + --coverage_report_generator=label 4069 + --coverage_support=label 4070 + --cpu= 4071 + --crosstool_top=label 4072 + --cs_fdo_absolute_path= 4073 + --cs_fdo_instrument= 4074 + --cs_fdo_profile=label 4075 + --curses={yes,no,auto} 4076 + --custom_malloc=label 4077 + --cxxopt= 4078 + --default_ios_provisioning_profile=label 4079 + --define= 4080 + --deleted_packages= 4081 + --desugar_for_android 4082 + --nodesugar_for_android 4083 + --device_debug_entitlements 4084 + --nodevice_debug_entitlements 4085 + --discard_analysis_cache 4086 + --nodiscard_analysis_cache 4087 + --disk_cache=path 4088 + --distdir= 4089 + --distinct_host_configuration 4090 + --nodistinct_host_configuration 4091 + --dynamic_mode={off,default,fully} 4092 + --embed_label= 4093 + --enable_apple_binary_native_protos 4094 + --noenable_apple_binary_native_protos 4095 + --enable_fdo_profile_absolute_path 4096 + --noenable_fdo_profile_absolute_path 4097 + --enable_platform_specific_config 4098 + --noenable_platform_specific_config 4099 + --enable_runfiles={auto,yes,no} 4100 + --noenable_runfiles 4101 + --enabled_toolchain_types= 4102 + --enforce_constraints 4103 + --noenforce_constraints 4104 + --execution_log_binary_file=path 4105 + --execution_log_json_file=path 4106 + --expand_test_suites 4107 + --noexpand_test_suites 4108 + --experimental_action_args 4109 + --noexperimental_action_args 4110 + --experimental_action_listener= 4111 + --experimental_add_exec_constraints_to_targets= 4112 + --experimental_allow_android_library_deps_without_srcs 4113 + --noexperimental_allow_android_library_deps_without_srcs 4114 + --experimental_allow_incremental_repository_updates 4115 + --noexperimental_allow_incremental_repository_updates 4116 + --experimental_allow_tags_propagation 4117 + --noexperimental_allow_tags_propagation 4118 + --experimental_android_compress_java_resources 4119 + --noexperimental_android_compress_java_resources 4120 + --experimental_android_databinding_v2 4121 + --noexperimental_android_databinding_v2 4122 + --experimental_android_resource_shrinking 4123 + --noexperimental_android_resource_shrinking 4124 + --experimental_android_rewrite_dexes_with_rex 4125 + --noexperimental_android_rewrite_dexes_with_rex 4126 + --experimental_android_use_parallel_dex2oat 4127 + --noexperimental_android_use_parallel_dex2oat 4128 + --experimental_announce_profile_path 4129 + --noexperimental_announce_profile_path 4130 + --experimental_aspect_output_propagation 4131 + --noexperimental_aspect_output_propagation 4132 + --experimental_build_event_expand_filesets 4133 + --noexperimental_build_event_expand_filesets 4134 + --experimental_build_event_upload_strategy= 4135 + --experimental_cancel_concurrent_tests 4136 + --noexperimental_cancel_concurrent_tests 4137 + --experimental_cc_shared_library 4138 + --noexperimental_cc_shared_library 4139 + --experimental_check_desugar_deps 4140 + --noexperimental_check_desugar_deps 4141 + --experimental_desugar_java8_libs 4142 + --noexperimental_desugar_java8_libs 4143 + --experimental_docker_image= 4144 + --experimental_docker_privileged 4145 + --noexperimental_docker_privileged 4146 + --experimental_docker_use_customized_images 4147 + --noexperimental_docker_use_customized_images 4148 + --experimental_docker_verbose 4149 + --noexperimental_docker_verbose 4150 + --experimental_enable_android_migration_apis 4151 + --noexperimental_enable_android_migration_apis 4152 + --experimental_enable_docker_sandbox 4153 + --noexperimental_enable_docker_sandbox 4154 + --experimental_enable_objc_cc_deps 4155 + --noexperimental_enable_objc_cc_deps 4156 + --experimental_execution_log_file=path 4157 + --experimental_extra_action_filter= 4158 + --experimental_extra_action_top_level_only 4159 + --noexperimental_extra_action_top_level_only 4160 + --experimental_filter_library_jar_with_program_jar 4161 + --noexperimental_filter_library_jar_with_program_jar 4162 + --experimental_generate_json_trace_profile 4163 + --noexperimental_generate_json_trace_profile 4164 + --experimental_google_legacy_api 4165 + --noexperimental_google_legacy_api 4166 + --experimental_guard_against_concurrent_changes 4167 + --noexperimental_guard_against_concurrent_changes 4168 + --experimental_import_deps_checking={off,warning,error} 4169 + --experimental_inmemory_dotd_files 4170 + --noexperimental_inmemory_dotd_files 4171 + --experimental_inmemory_jdeps_files 4172 + --noexperimental_inmemory_jdeps_files 4173 + --experimental_inmemory_unused_inputs_list 4174 + --noexperimental_inmemory_unused_inputs_list 4175 + --experimental_interleave_loading_and_analysis 4176 + --noexperimental_interleave_loading_and_analysis 4177 + --experimental_j2objc_header_map 4178 + --noexperimental_j2objc_header_map 4179 + --experimental_j2objc_shorter_header_path 4180 + --noexperimental_j2objc_shorter_header_path 4181 + --experimental_java_classpath={off,javabuilder,bazel} 4182 + --experimental_java_proto_add_allowed_public_imports 4183 + --noexperimental_java_proto_add_allowed_public_imports 4184 + --experimental_local_execution_delay= 4185 + --experimental_local_memory_estimate 4186 + --noexperimental_local_memory_estimate 4187 + --experimental_multi_cpu= 4188 + --experimental_multi_threaded_digest 4189 + --noexperimental_multi_threaded_digest 4190 + --experimental_objc_enable_module_maps 4191 + --noexperimental_objc_enable_module_maps 4192 + --experimental_objc_fastbuild_options= 4193 + --experimental_objc_header_thinning 4194 + --noexperimental_objc_header_thinning 4195 + --experimental_objc_include_scanning 4196 + --noexperimental_objc_include_scanning 4197 + --experimental_omitfp 4198 + --noexperimental_omitfp 4199 + --experimental_oom_more_eagerly_threshold= 4200 + --experimental_persistent_javac 4201 + --experimental_platforms_api 4202 + --noexperimental_platforms_api 4203 + --experimental_post_profile_started_event 4204 + --noexperimental_post_profile_started_event 4205 + --experimental_profile_action_counts 4206 + --noexperimental_profile_action_counts 4207 + --experimental_profile_additional_tasks= 4208 + --experimental_profile_cpu_usage 4209 + --noexperimental_profile_cpu_usage 4210 + --experimental_proto_extra_actions 4211 + --noexperimental_proto_extra_actions 4212 + --experimental_remote_grpc_log=path 4213 + --experimental_repository_cache_hardlinks 4214 + --noexperimental_repository_cache_hardlinks 4215 + --experimental_repository_hash_file= 4216 + --experimental_repository_resolved_file= 4217 + --experimental_resolved_file_instead_of_workspace= 4218 + --experimental_run_validations 4219 + --noexperimental_run_validations 4220 + --experimental_sandbox_async_tree_delete_idle_threads= 4221 + --experimental_sandboxfs_map_symlink_targets 4222 + --noexperimental_sandboxfs_map_symlink_targets 4223 + --experimental_sandboxfs_path= 4224 + --experimental_save_feature_state 4225 + --noexperimental_save_feature_state 4226 + --experimental_scale_timeouts= 4227 + --experimental_slim_json_profile 4228 + --noexperimental_slim_json_profile 4229 + --experimental_spawn_scheduler 4230 + --experimental_split_xml_generation 4231 + --noexperimental_split_xml_generation 4232 + --experimental_starlark_config_transitions 4233 + --noexperimental_starlark_config_transitions 4234 + --experimental_starlark_unused_inputs_list 4235 + --noexperimental_starlark_unused_inputs_list 4236 + --experimental_strict_fileset_output 4237 + --noexperimental_strict_fileset_output 4238 + --experimental_strict_java_deps={off,warn,error,strict,default} 4239 + --experimental_ui_deduplicate 4240 + --noexperimental_ui_deduplicate 4241 + --experimental_ui_limit_console_output= 4242 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 4243 + --experimental_use_llvm_covmap 4244 + --noexperimental_use_llvm_covmap 4245 + --experimental_use_sandboxfs={auto,yes,no} 4246 + --noexperimental_use_sandboxfs 4247 + --experimental_use_windows_sandbox={auto,yes,no} 4248 + --noexperimental_use_windows_sandbox 4249 + --experimental_verify_repository_rules= 4250 + --experimental_windows_sandbox_path= 4251 + --experimental_workspace_rules_log_file=path 4252 + --explain=path 4253 + --explicit_java_test_deps 4254 + --noexplicit_java_test_deps 4255 + --extra_execution_platforms= 4256 + --extra_toolchains= 4257 + --fat_apk_cpu= 4258 + --fdo_instrument= 4259 + --fdo_optimize= 4260 + --fdo_prefetch_hints=label 4261 + --fdo_profile=label 4262 + --features= 4263 + --fission= 4264 + --flaky_test_attempts= 4265 + --force_pic 4266 + --noforce_pic 4267 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 4268 + --genrule_strategy= 4269 + --google_auth_scopes= 4270 + --google_credentials= 4271 + --google_default_credentials 4272 + --nogoogle_default_credentials 4273 + --grte_top=label 4274 + --high_priority_workers= 4275 + --host_compilation_mode={fastbuild,dbg,opt} 4276 + --host_compiler= 4277 + --host_conlyopt= 4278 + --host_copt= 4279 + --host_cpu= 4280 + --host_crosstool_top=label 4281 + --host_cxxopt= 4282 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 4283 + --host_grte_top=label 4284 + --host_java_launcher=label 4285 + --host_java_toolchain=label 4286 + --host_javabase=label 4287 + --host_javacopt= 4288 + --host_linkopt= 4289 + --host_platform=label 4290 + --host_swiftcopt= 4291 + --http_timeout_scaling= 4292 + --ignore_unsupported_sandboxing 4293 + --noignore_unsupported_sandboxing 4294 + --implicit_deps 4295 + --noimplicit_deps 4296 + --incompatible_allow_python_version_transitions 4297 + --noincompatible_allow_python_version_transitions 4298 + --incompatible_bzl_disallow_load_after_statement 4299 + --noincompatible_bzl_disallow_load_after_statement 4300 + --incompatible_default_to_explicit_init_py 4301 + --noincompatible_default_to_explicit_init_py 4302 + --incompatible_depset_for_libraries_to_link_getter 4303 + --noincompatible_depset_for_libraries_to_link_getter 4304 + --incompatible_depset_is_not_iterable 4305 + --noincompatible_depset_is_not_iterable 4306 + --incompatible_depset_union 4307 + --noincompatible_depset_union 4308 + --incompatible_disable_deprecated_attr_params 4309 + --noincompatible_disable_deprecated_attr_params 4310 + --incompatible_disable_depset_items 4311 + --noincompatible_disable_depset_items 4312 + --incompatible_disable_expand_if_all_available_in_flag_set 4313 + --noincompatible_disable_expand_if_all_available_in_flag_set 4314 + --incompatible_disable_native_android_rules 4315 + --noincompatible_disable_native_android_rules 4316 + --incompatible_disable_target_provider_fields 4317 + --noincompatible_disable_target_provider_fields 4318 + --incompatible_disable_third_party_license_checking 4319 + --noincompatible_disable_third_party_license_checking 4320 + --incompatible_disallow_dict_lookup_unhashable_keys 4321 + --noincompatible_disallow_dict_lookup_unhashable_keys 4322 + --incompatible_disallow_empty_glob 4323 + --noincompatible_disallow_empty_glob 4324 + --incompatible_disallow_legacy_javainfo 4325 + --noincompatible_disallow_legacy_javainfo 4326 + --incompatible_disallow_legacy_py_provider 4327 + --noincompatible_disallow_legacy_py_provider 4328 + --incompatible_disallow_struct_provider_syntax 4329 + --noincompatible_disallow_struct_provider_syntax 4330 + --incompatible_disallow_unverified_http_downloads 4331 + --noincompatible_disallow_unverified_http_downloads 4332 + --incompatible_do_not_split_linking_cmdline 4333 + --noincompatible_do_not_split_linking_cmdline 4334 + --incompatible_dont_enable_host_nonhost_crosstool_features 4335 + --noincompatible_dont_enable_host_nonhost_crosstool_features 4336 + --incompatible_enable_profile_by_default 4337 + --noincompatible_enable_profile_by_default 4338 + --incompatible_make_thinlto_command_lines_standalone 4339 + --noincompatible_make_thinlto_command_lines_standalone 4340 + --incompatible_merge_genfiles_directory 4341 + --noincompatible_merge_genfiles_directory 4342 + --incompatible_new_actions_api 4343 + --noincompatible_new_actions_api 4344 + --incompatible_no_attr_license 4345 + --noincompatible_no_attr_license 4346 + --incompatible_no_implicit_file_export 4347 + --noincompatible_no_implicit_file_export 4348 + --incompatible_no_output_attr_default 4349 + --noincompatible_no_output_attr_default 4350 + --incompatible_no_rule_outputs_param 4351 + --noincompatible_no_rule_outputs_param 4352 + --incompatible_no_support_tools_in_action_inputs 4353 + --noincompatible_no_support_tools_in_action_inputs 4354 + --incompatible_no_target_output_group 4355 + --noincompatible_no_target_output_group 4356 + --incompatible_prohibit_aapt1 4357 + --noincompatible_prohibit_aapt1 4358 + --incompatible_py2_outputs_are_suffixed 4359 + --noincompatible_py2_outputs_are_suffixed 4360 + --incompatible_py3_is_default 4361 + --noincompatible_py3_is_default 4362 + --incompatible_remap_main_repo 4363 + --noincompatible_remap_main_repo 4364 + --incompatible_remote_symlinks 4365 + --noincompatible_remote_symlinks 4366 + --incompatible_remove_binary_profile 4367 + --noincompatible_remove_binary_profile 4368 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 4369 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 4370 + --incompatible_remove_legacy_whole_archive 4371 + --noincompatible_remove_legacy_whole_archive 4372 + --incompatible_remove_local_resources 4373 + --noincompatible_remove_local_resources 4374 + --incompatible_remove_native_maven_jar 4375 + --noincompatible_remove_native_maven_jar 4376 + --incompatible_remove_old_python_version_api 4377 + --noincompatible_remove_old_python_version_api 4378 + --incompatible_require_ctx_in_configure_features 4379 + --noincompatible_require_ctx_in_configure_features 4380 + --incompatible_restrict_named_params 4381 + --noincompatible_restrict_named_params 4382 + --incompatible_restrict_string_escapes 4383 + --noincompatible_restrict_string_escapes 4384 + --incompatible_run_shell_command_string 4385 + --noincompatible_run_shell_command_string 4386 + --incompatible_strict_action_env 4387 + --noincompatible_strict_action_env 4388 + --incompatible_strict_objc_module_maps 4389 + --noincompatible_strict_objc_module_maps 4390 + --incompatible_string_join_requires_strings 4391 + --noincompatible_string_join_requires_strings 4392 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 4393 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 4394 + --incompatible_tls_enabled_removed 4395 + --noincompatible_tls_enabled_removed 4396 + --incompatible_use_native_patch 4397 + --noincompatible_use_native_patch 4398 + --incompatible_use_platforms_repo_for_constraints 4399 + --noincompatible_use_platforms_repo_for_constraints 4400 + --incompatible_use_python_toolchains 4401 + --noincompatible_use_python_toolchains 4402 + --incompatible_validate_top_level_header_inclusions 4403 + --noincompatible_validate_top_level_header_inclusions 4404 + --incompatible_visibility_private_attributes_at_definition 4405 + --noincompatible_visibility_private_attributes_at_definition 4406 + --incompatible_windows_native_test_wrapper 4407 + --noincompatible_windows_native_test_wrapper 4408 + --incremental_dexing 4409 + --noincremental_dexing 4410 + --instrument_test_targets 4411 + --noinstrument_test_targets 4412 + --instrumentation_filter= 4413 + --interface_shared_objects 4414 + --nointerface_shared_objects 4415 + --ios_cpu= 4416 + --ios_memleaks 4417 + --noios_memleaks 4418 + --ios_minimum_os= 4419 + --ios_multi_cpus= 4420 + --ios_sdk_version= 4421 + --ios_signing_cert_name= 4422 + --ios_simulator_device= 4423 + --ios_simulator_version= 4424 + --j2objc_translation_flags= 4425 + --java_debug 4426 + --java_deps 4427 + --nojava_deps 4428 + --java_header_compilation 4429 + --nojava_header_compilation 4430 + --java_launcher=label 4431 + --java_toolchain=label 4432 + --javabase=label 4433 + --javacopt= 4434 + --jobs= 4435 + --json_trace_compression={auto,yes,no} 4436 + --nojson_trace_compression 4437 + --jvmopt= 4438 + --keep_going 4439 + --nokeep_going 4440 + --keep_state_after_build 4441 + --nokeep_state_after_build 4442 + --legacy_external_runfiles 4443 + --nolegacy_external_runfiles 4444 + --legacy_important_outputs 4445 + --nolegacy_important_outputs 4446 + --legacy_whole_archive 4447 + --nolegacy_whole_archive 4448 + --linkopt= 4449 + --loading_phase_threads= 4450 + --local_cpu_resources= 4451 + --local_ram_resources= 4452 + --local_resources= 4453 + --local_termination_grace_seconds= 4454 + --local_test_jobs= 4455 + --logging= 4456 + --ltobackendopt= 4457 + --ltoindexopt= 4458 + --macos_cpus= 4459 + --macos_minimum_os= 4460 + --macos_sdk_version= 4461 + --materialize_param_files 4462 + --nomaterialize_param_files 4463 + --max_config_changes_to_show= 4464 + --memory_profile_stable_heap_parameters= 4465 + --message_translations= 4466 + --minimum_os_version= 4467 + --modify_execution_info= 4468 + --nested_set_depth_limit= 4469 + --nodep_deps 4470 + --nonodep_deps 4471 + --objc_debug_with_GLIBCXX 4472 + --noobjc_debug_with_GLIBCXX 4473 + --objc_enable_binary_stripping 4474 + --noobjc_enable_binary_stripping 4475 + --objc_generate_linkmap 4476 + --noobjc_generate_linkmap 4477 + --objc_header_scanner_tool=label 4478 + --objc_header_thinning_partition_size= 4479 + --objc_use_dotd_pruning 4480 + --noobjc_use_dotd_pruning 4481 + --objccopt= 4482 + --output= 4483 + --output_filter= 4484 + --output_groups= 4485 + --override_repository= 4486 + --package_path= 4487 + --parse_headers_verifies_modules 4488 + --noparse_headers_verifies_modules 4489 + --per_file_copt= 4490 + --per_file_ltobackendopt= 4491 + --persistent_android_resource_processor 4492 + --platform_mappings=path 4493 + --platform_suffix= 4494 + --platforms= 4495 + --plugin= 4496 + --process_headers_in_dependencies 4497 + --noprocess_headers_in_dependencies 4498 + --profile=path 4499 + --progress_in_terminal_title 4500 + --noprogress_in_terminal_title 4501 + --progress_report_interval= 4502 + --proguard_top=label 4503 + --project_id= 4504 + --proto:default_values 4505 + --noproto:default_values 4506 + --proto:flatten_selects 4507 + --noproto:flatten_selects 4508 + --proto:include_configurations 4509 + --noproto:include_configurations 4510 + --proto:locations 4511 + --noproto:locations 4512 + --proto:output_rule_attrs= 4513 + --proto:rule_inputs_and_outputs 4514 + --noproto:rule_inputs_and_outputs 4515 + --proto_compiler=label 4516 + --proto_toolchain_for_cc=label 4517 + --proto_toolchain_for_j2objc=label 4518 + --proto_toolchain_for_java=label 4519 + --proto_toolchain_for_javalite=label 4520 + --protocopt= 4521 + --python2_path= 4522 + --python3_path= 4523 + --python_path= 4524 + --python_top=label 4525 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 4526 + --ram_utilization_factor= 4527 + --relative_locations 4528 + --norelative_locations 4529 + --remote_accept_cached 4530 + --noremote_accept_cached 4531 + --remote_allow_symlink_upload 4532 + --noremote_allow_symlink_upload 4533 + --remote_cache= 4534 + --remote_default_exec_properties= 4535 + --remote_default_platform_properties= 4536 + --remote_download_minimal 4537 + --remote_download_outputs={all,minimal,toplevel} 4538 + --remote_download_toplevel 4539 + --remote_execution_priority= 4540 + --remote_executor= 4541 + --remote_header= 4542 + --remote_instance_name= 4543 + --remote_local_fallback 4544 + --noremote_local_fallback 4545 + --remote_local_fallback_strategy= 4546 + --remote_max_connections= 4547 + --remote_proxy= 4548 + --remote_result_cache_priority= 4549 + --remote_retries= 4550 + --remote_timeout= 4551 + --remote_upload_local_results 4552 + --noremote_upload_local_results 4553 + --remote_verify_downloads 4554 + --noremote_verify_downloads 4555 + --repo_env= 4556 + --repository_cache=path 4557 + --resource_autosense 4558 + --noresource_autosense 4559 + --run_under= 4560 + --runs_per_test= 4561 + --runs_per_test_detects_flakes 4562 + --noruns_per_test_detects_flakes 4563 + --sandbox_add_mount_pair= 4564 + --sandbox_base= 4565 + --sandbox_block_path= 4566 + --sandbox_debug 4567 + --nosandbox_debug 4568 + --sandbox_default_allow_network 4569 + --nosandbox_default_allow_network 4570 + --sandbox_fake_hostname 4571 + --nosandbox_fake_hostname 4572 + --sandbox_fake_username 4573 + --nosandbox_fake_username 4574 + --sandbox_tmpfs_path= 4575 + --sandbox_writable_path= 4576 + --save_temps 4577 + --nosave_temps 4578 + --share_native_deps 4579 + --noshare_native_deps 4580 + --shell_executable=path 4581 + --show_config_fragments={off,direct,transitive} 4582 + --show_loading_progress 4583 + --noshow_loading_progress 4584 + --show_progress 4585 + --noshow_progress 4586 + --show_progress_rate_limit= 4587 + --show_result= 4588 + --show_task_finish 4589 + --noshow_task_finish 4590 + --show_timestamps 4591 + --noshow_timestamps 4592 + --spawn_strategy= 4593 + --stamp 4594 + --nostamp 4595 + --strategy= 4596 + --strategy_regexp= 4597 + --strict_filesets 4598 + --nostrict_filesets 4599 + --strict_proto_deps={off,warn,error,strict,default} 4600 + --strict_system_includes 4601 + --nostrict_system_includes 4602 + --strip={always,sometimes,never} 4603 + --stripopt= 4604 + --subcommands={true,pretty_print,false} 4605 + --swiftcopt= 4606 + --symlink_prefix= 4607 + --target_environment= 4608 + --target_platform_fallback=label 4609 + --test_arg= 4610 + --test_env= 4611 + --test_filter= 4612 + --test_keep_going 4613 + --notest_keep_going 4614 + --test_lang_filters= 4615 + --test_output={summary,errors,all,streamed} 4616 + --test_result_expiration= 4617 + --test_sharding_strategy={explicit,disabled} 4618 + --test_size_filters= 4619 + --test_strategy= 4620 + --test_summary={short,terse,detailed,none,testcase} 4621 + --test_tag_filters= 4622 + --test_timeout= 4623 + --test_timeout_filters= 4624 + --test_tmpdir=path 4625 + --tls_certificate= 4626 + --tls_enabled 4627 + --notls_enabled 4628 + --tool_deps 4629 + --notool_deps 4630 + --tool_tag= 4631 + --toolchain_resolution_debug 4632 + --notoolchain_resolution_debug 4633 + --track_incremental_state 4634 + --notrack_incremental_state 4635 + --transitions={full,lite,none} 4636 + --translations={auto,yes,no} 4637 + --notranslations 4638 + --trim_test_configuration 4639 + --notrim_test_configuration 4640 + --tvos_cpus= 4641 + --tvos_minimum_os= 4642 + --tvos_sdk_version= 4643 + --tvos_simulator_device= 4644 + --tvos_simulator_version= 4645 + --ui_actions_shown= 4646 + --universe_scope= 4647 + --use_ijars 4648 + --nouse_ijars 4649 + --use_singlejar_apkbuilder 4650 + --nouse_singlejar_apkbuilder 4651 + --verbose_explanations 4652 + --noverbose_explanations 4653 + --verbose_failures 4654 + --noverbose_failures 4655 + --watchfs 4656 + --nowatchfs 4657 + --watchos_cpus= 4658 + --watchos_minimum_os= 4659 + --watchos_sdk_version= 4660 + --watchos_simulator_device= 4661 + --watchos_simulator_version= 4662 + --worker_extra_flag= 4663 + --worker_max_instances= 4664 + --worker_quit_after_build 4665 + --noworker_quit_after_build 4666 + --worker_sandboxing 4667 + --noworker_sandboxing 4668 + --worker_verbose 4669 + --noworker_verbose 4670 + --workspace_status_command=path 4671 + --xbinary_fdo=label 4672 + --xcode_version= 4673 + --xcode_version_config=label 4674 + " 4675 + set __BAZEL_COMMAND_DUMP_FLAGS " 4676 + --action_cache 4677 + --noaction_cache 4678 + --action_graph= 4679 + --action_graph:include_artifacts 4680 + --noaction_graph:include_artifacts 4681 + --action_graph:include_cmdline 4682 + --noaction_graph:include_cmdline 4683 + --action_graph:targets= 4684 + --all_incompatible_changes 4685 + --announce_rc 4686 + --noannounce_rc 4687 + --attempt_to_print_relative_paths 4688 + --noattempt_to_print_relative_paths 4689 + --bes_backend= 4690 + --bes_best_effort 4691 + --nobes_best_effort 4692 + --bes_keywords= 4693 + --bes_lifecycle_events 4694 + --nobes_lifecycle_events 4695 + --bes_outerr_buffer_size= 4696 + --bes_outerr_chunk_size= 4697 + --bes_proxy= 4698 + --bes_results_url= 4699 + --bes_timeout= 4700 + --build_event_binary_file= 4701 + --build_event_binary_file_path_conversion 4702 + --nobuild_event_binary_file_path_conversion 4703 + --build_event_json_file= 4704 + --build_event_json_file_path_conversion 4705 + --nobuild_event_json_file_path_conversion 4706 + --build_event_max_named_set_of_file_entries= 4707 + --build_event_publish_all_actions 4708 + --nobuild_event_publish_all_actions 4709 + --build_event_text_file= 4710 + --build_event_text_file_path_conversion 4711 + --nobuild_event_text_file_path_conversion 4712 + --build_metadata= 4713 + --color={yes,no,auto} 4714 + --config= 4715 + --curses={yes,no,auto} 4716 + --enable_platform_specific_config 4717 + --noenable_platform_specific_config 4718 + --experimental_action_args 4719 + --noexperimental_action_args 4720 + --experimental_allow_incremental_repository_updates 4721 + --noexperimental_allow_incremental_repository_updates 4722 + --experimental_allow_tags_propagation 4723 + --noexperimental_allow_tags_propagation 4724 + --experimental_announce_profile_path 4725 + --noexperimental_announce_profile_path 4726 + --experimental_aspect_output_propagation 4727 + --noexperimental_aspect_output_propagation 4728 + --experimental_build_event_expand_filesets 4729 + --noexperimental_build_event_expand_filesets 4730 + --experimental_build_event_upload_strategy= 4731 + --experimental_cc_shared_library 4732 + --noexperimental_cc_shared_library 4733 + --experimental_enable_android_migration_apis 4734 + --noexperimental_enable_android_migration_apis 4735 + --experimental_generate_json_trace_profile 4736 + --noexperimental_generate_json_trace_profile 4737 + --experimental_google_legacy_api 4738 + --noexperimental_google_legacy_api 4739 + --experimental_multi_threaded_digest 4740 + --noexperimental_multi_threaded_digest 4741 + --experimental_oom_more_eagerly_threshold= 4742 + --experimental_platforms_api 4743 + --noexperimental_platforms_api 4744 + --experimental_post_profile_started_event 4745 + --noexperimental_post_profile_started_event 4746 + --experimental_profile_action_counts 4747 + --noexperimental_profile_action_counts 4748 + --experimental_profile_additional_tasks= 4749 + --experimental_profile_cpu_usage 4750 + --noexperimental_profile_cpu_usage 4751 + --experimental_slim_json_profile 4752 + --noexperimental_slim_json_profile 4753 + --experimental_starlark_config_transitions 4754 + --noexperimental_starlark_config_transitions 4755 + --experimental_starlark_unused_inputs_list 4756 + --noexperimental_starlark_unused_inputs_list 4757 + --experimental_ui_deduplicate 4758 + --noexperimental_ui_deduplicate 4759 + --experimental_ui_limit_console_output= 4760 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 4761 + --experimental_workspace_rules_log_file=path 4762 + --google_auth_scopes= 4763 + --google_credentials= 4764 + --google_default_credentials 4765 + --nogoogle_default_credentials 4766 + --incompatible_bzl_disallow_load_after_statement 4767 + --noincompatible_bzl_disallow_load_after_statement 4768 + --incompatible_depset_for_libraries_to_link_getter 4769 + --noincompatible_depset_for_libraries_to_link_getter 4770 + --incompatible_depset_is_not_iterable 4771 + --noincompatible_depset_is_not_iterable 4772 + --incompatible_depset_union 4773 + --noincompatible_depset_union 4774 + --incompatible_disable_deprecated_attr_params 4775 + --noincompatible_disable_deprecated_attr_params 4776 + --incompatible_disable_depset_items 4777 + --noincompatible_disable_depset_items 4778 + --incompatible_disable_target_provider_fields 4779 + --noincompatible_disable_target_provider_fields 4780 + --incompatible_disable_third_party_license_checking 4781 + --noincompatible_disable_third_party_license_checking 4782 + --incompatible_disallow_dict_lookup_unhashable_keys 4783 + --noincompatible_disallow_dict_lookup_unhashable_keys 4784 + --incompatible_disallow_empty_glob 4785 + --noincompatible_disallow_empty_glob 4786 + --incompatible_disallow_legacy_javainfo 4787 + --noincompatible_disallow_legacy_javainfo 4788 + --incompatible_disallow_struct_provider_syntax 4789 + --noincompatible_disallow_struct_provider_syntax 4790 + --incompatible_disallow_unverified_http_downloads 4791 + --noincompatible_disallow_unverified_http_downloads 4792 + --incompatible_do_not_split_linking_cmdline 4793 + --noincompatible_do_not_split_linking_cmdline 4794 + --incompatible_enable_profile_by_default 4795 + --noincompatible_enable_profile_by_default 4796 + --incompatible_new_actions_api 4797 + --noincompatible_new_actions_api 4798 + --incompatible_no_attr_license 4799 + --noincompatible_no_attr_license 4800 + --incompatible_no_implicit_file_export 4801 + --noincompatible_no_implicit_file_export 4802 + --incompatible_no_output_attr_default 4803 + --noincompatible_no_output_attr_default 4804 + --incompatible_no_rule_outputs_param 4805 + --noincompatible_no_rule_outputs_param 4806 + --incompatible_no_support_tools_in_action_inputs 4807 + --noincompatible_no_support_tools_in_action_inputs 4808 + --incompatible_no_target_output_group 4809 + --noincompatible_no_target_output_group 4810 + --incompatible_remap_main_repo 4811 + --noincompatible_remap_main_repo 4812 + --incompatible_remove_binary_profile 4813 + --noincompatible_remove_binary_profile 4814 + --incompatible_remove_native_maven_jar 4815 + --noincompatible_remove_native_maven_jar 4816 + --incompatible_restrict_named_params 4817 + --noincompatible_restrict_named_params 4818 + --incompatible_restrict_string_escapes 4819 + --noincompatible_restrict_string_escapes 4820 + --incompatible_run_shell_command_string 4821 + --noincompatible_run_shell_command_string 4822 + --incompatible_string_join_requires_strings 4823 + --noincompatible_string_join_requires_strings 4824 + --incompatible_tls_enabled_removed 4825 + --noincompatible_tls_enabled_removed 4826 + --incompatible_visibility_private_attributes_at_definition 4827 + --noincompatible_visibility_private_attributes_at_definition 4828 + --json_trace_compression={auto,yes,no} 4829 + --nojson_trace_compression 4830 + --keep_state_after_build 4831 + --nokeep_state_after_build 4832 + --legacy_important_outputs 4833 + --nolegacy_important_outputs 4834 + --logging= 4835 + --memory_profile_stable_heap_parameters= 4836 + --nested_set_depth_limit= 4837 + --packages 4838 + --nopackages 4839 + --profile=path 4840 + --progress_in_terminal_title 4841 + --noprogress_in_terminal_title 4842 + --project_id= 4843 + --rule_classes 4844 + --norule_classes 4845 + --rules 4846 + --norules 4847 + --show_progress 4848 + --noshow_progress 4849 + --show_progress_rate_limit= 4850 + --show_task_finish 4851 + --noshow_task_finish 4852 + --show_timestamps 4853 + --noshow_timestamps 4854 + --skyframe={off,summary,detailed} 4855 + --skylark_memory= 4856 + --tls_certificate= 4857 + --tls_enabled 4858 + --notls_enabled 4859 + --tool_tag= 4860 + --track_incremental_state 4861 + --notrack_incremental_state 4862 + --ui_actions_shown= 4863 + --watchfs 4864 + --nowatchfs 4865 + " 4866 + set __BAZEL_COMMAND_FETCH_ARGUMENT "label" 4867 + set __BAZEL_COMMAND_FETCH_FLAGS " 4868 + --all_incompatible_changes 4869 + --announce_rc 4870 + --noannounce_rc 4871 + --attempt_to_print_relative_paths 4872 + --noattempt_to_print_relative_paths 4873 + --bes_backend= 4874 + --bes_best_effort 4875 + --nobes_best_effort 4876 + --bes_keywords= 4877 + --bes_lifecycle_events 4878 + --nobes_lifecycle_events 4879 + --bes_outerr_buffer_size= 4880 + --bes_outerr_chunk_size= 4881 + --bes_proxy= 4882 + --bes_results_url= 4883 + --bes_timeout= 4884 + --build_event_binary_file= 4885 + --build_event_binary_file_path_conversion 4886 + --nobuild_event_binary_file_path_conversion 4887 + --build_event_json_file= 4888 + --build_event_json_file_path_conversion 4889 + --nobuild_event_json_file_path_conversion 4890 + --build_event_max_named_set_of_file_entries= 4891 + --build_event_publish_all_actions 4892 + --nobuild_event_publish_all_actions 4893 + --build_event_text_file= 4894 + --build_event_text_file_path_conversion 4895 + --nobuild_event_text_file_path_conversion 4896 + --build_metadata= 4897 + --color={yes,no,auto} 4898 + --config= 4899 + --curses={yes,no,auto} 4900 + --deleted_packages= 4901 + --distdir= 4902 + --enable_platform_specific_config 4903 + --noenable_platform_specific_config 4904 + --experimental_action_args 4905 + --noexperimental_action_args 4906 + --experimental_allow_incremental_repository_updates 4907 + --noexperimental_allow_incremental_repository_updates 4908 + --experimental_allow_tags_propagation 4909 + --noexperimental_allow_tags_propagation 4910 + --experimental_announce_profile_path 4911 + --noexperimental_announce_profile_path 4912 + --experimental_aspect_output_propagation 4913 + --noexperimental_aspect_output_propagation 4914 + --experimental_build_event_expand_filesets 4915 + --noexperimental_build_event_expand_filesets 4916 + --experimental_build_event_upload_strategy= 4917 + --experimental_cc_shared_library 4918 + --noexperimental_cc_shared_library 4919 + --experimental_enable_android_migration_apis 4920 + --noexperimental_enable_android_migration_apis 4921 + --experimental_generate_json_trace_profile 4922 + --noexperimental_generate_json_trace_profile 4923 + --experimental_google_legacy_api 4924 + --noexperimental_google_legacy_api 4925 + --experimental_multi_threaded_digest 4926 + --noexperimental_multi_threaded_digest 4927 + --experimental_oom_more_eagerly_threshold= 4928 + --experimental_platforms_api 4929 + --noexperimental_platforms_api 4930 + --experimental_post_profile_started_event 4931 + --noexperimental_post_profile_started_event 4932 + --experimental_profile_action_counts 4933 + --noexperimental_profile_action_counts 4934 + --experimental_profile_additional_tasks= 4935 + --experimental_profile_cpu_usage 4936 + --noexperimental_profile_cpu_usage 4937 + --experimental_repository_cache_hardlinks 4938 + --noexperimental_repository_cache_hardlinks 4939 + --experimental_repository_hash_file= 4940 + --experimental_repository_resolved_file= 4941 + --experimental_resolved_file_instead_of_workspace= 4942 + --experimental_scale_timeouts= 4943 + --experimental_slim_json_profile 4944 + --noexperimental_slim_json_profile 4945 + --experimental_starlark_config_transitions 4946 + --noexperimental_starlark_config_transitions 4947 + --experimental_starlark_unused_inputs_list 4948 + --noexperimental_starlark_unused_inputs_list 4949 + --experimental_ui_deduplicate 4950 + --noexperimental_ui_deduplicate 4951 + --experimental_ui_limit_console_output= 4952 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 4953 + --experimental_verify_repository_rules= 4954 + --experimental_workspace_rules_log_file=path 4955 + --google_auth_scopes= 4956 + --google_credentials= 4957 + --google_default_credentials 4958 + --nogoogle_default_credentials 4959 + --http_timeout_scaling= 4960 + --incompatible_bzl_disallow_load_after_statement 4961 + --noincompatible_bzl_disallow_load_after_statement 4962 + --incompatible_depset_for_libraries_to_link_getter 4963 + --noincompatible_depset_for_libraries_to_link_getter 4964 + --incompatible_depset_is_not_iterable 4965 + --noincompatible_depset_is_not_iterable 4966 + --incompatible_depset_union 4967 + --noincompatible_depset_union 4968 + --incompatible_disable_deprecated_attr_params 4969 + --noincompatible_disable_deprecated_attr_params 4970 + --incompatible_disable_depset_items 4971 + --noincompatible_disable_depset_items 4972 + --incompatible_disable_target_provider_fields 4973 + --noincompatible_disable_target_provider_fields 4974 + --incompatible_disable_third_party_license_checking 4975 + --noincompatible_disable_third_party_license_checking 4976 + --incompatible_disallow_dict_lookup_unhashable_keys 4977 + --noincompatible_disallow_dict_lookup_unhashable_keys 4978 + --incompatible_disallow_empty_glob 4979 + --noincompatible_disallow_empty_glob 4980 + --incompatible_disallow_legacy_javainfo 4981 + --noincompatible_disallow_legacy_javainfo 4982 + --incompatible_disallow_struct_provider_syntax 4983 + --noincompatible_disallow_struct_provider_syntax 4984 + --incompatible_disallow_unverified_http_downloads 4985 + --noincompatible_disallow_unverified_http_downloads 4986 + --incompatible_do_not_split_linking_cmdline 4987 + --noincompatible_do_not_split_linking_cmdline 4988 + --incompatible_enable_profile_by_default 4989 + --noincompatible_enable_profile_by_default 4990 + --incompatible_new_actions_api 4991 + --noincompatible_new_actions_api 4992 + --incompatible_no_attr_license 4993 + --noincompatible_no_attr_license 4994 + --incompatible_no_implicit_file_export 4995 + --noincompatible_no_implicit_file_export 4996 + --incompatible_no_output_attr_default 4997 + --noincompatible_no_output_attr_default 4998 + --incompatible_no_rule_outputs_param 4999 + --noincompatible_no_rule_outputs_param 5000 + --incompatible_no_support_tools_in_action_inputs 5001 + --noincompatible_no_support_tools_in_action_inputs 5002 + --incompatible_no_target_output_group 5003 + --noincompatible_no_target_output_group 5004 + --incompatible_remap_main_repo 5005 + --noincompatible_remap_main_repo 5006 + --incompatible_remove_binary_profile 5007 + --noincompatible_remove_binary_profile 5008 + --incompatible_remove_native_maven_jar 5009 + --noincompatible_remove_native_maven_jar 5010 + --incompatible_restrict_named_params 5011 + --noincompatible_restrict_named_params 5012 + --incompatible_restrict_string_escapes 5013 + --noincompatible_restrict_string_escapes 5014 + --incompatible_run_shell_command_string 5015 + --noincompatible_run_shell_command_string 5016 + --incompatible_string_join_requires_strings 5017 + --noincompatible_string_join_requires_strings 5018 + --incompatible_tls_enabled_removed 5019 + --noincompatible_tls_enabled_removed 5020 + --incompatible_use_native_patch 5021 + --noincompatible_use_native_patch 5022 + --incompatible_visibility_private_attributes_at_definition 5023 + --noincompatible_visibility_private_attributes_at_definition 5024 + --json_trace_compression={auto,yes,no} 5025 + --nojson_trace_compression 5026 + --keep_going 5027 + --nokeep_going 5028 + --keep_state_after_build 5029 + --nokeep_state_after_build 5030 + --legacy_important_outputs 5031 + --nolegacy_important_outputs 5032 + --loading_phase_threads= 5033 + --logging= 5034 + --memory_profile_stable_heap_parameters= 5035 + --nested_set_depth_limit= 5036 + --override_repository= 5037 + --package_path= 5038 + --profile=path 5039 + --progress_in_terminal_title 5040 + --noprogress_in_terminal_title 5041 + --project_id= 5042 + --repository_cache=path 5043 + --show_loading_progress 5044 + --noshow_loading_progress 5045 + --show_progress 5046 + --noshow_progress 5047 + --show_progress_rate_limit= 5048 + --show_task_finish 5049 + --noshow_task_finish 5050 + --show_timestamps 5051 + --noshow_timestamps 5052 + --tls_certificate= 5053 + --tls_enabled 5054 + --notls_enabled 5055 + --tool_tag= 5056 + --track_incremental_state 5057 + --notrack_incremental_state 5058 + --ui_actions_shown= 5059 + --watchfs 5060 + --nowatchfs 5061 + " 5062 + set __BAZEL_COMMAND_HELP_ARGUMENT "command|{startup_options,target-syntax,info-keys}" 5063 + set __BAZEL_COMMAND_HELP_FLAGS " 5064 + --all_incompatible_changes 5065 + --announce_rc 5066 + --noannounce_rc 5067 + --attempt_to_print_relative_paths 5068 + --noattempt_to_print_relative_paths 5069 + --bes_backend= 5070 + --bes_best_effort 5071 + --nobes_best_effort 5072 + --bes_keywords= 5073 + --bes_lifecycle_events 5074 + --nobes_lifecycle_events 5075 + --bes_outerr_buffer_size= 5076 + --bes_outerr_chunk_size= 5077 + --bes_proxy= 5078 + --bes_results_url= 5079 + --bes_timeout= 5080 + --build_event_binary_file= 5081 + --build_event_binary_file_path_conversion 5082 + --nobuild_event_binary_file_path_conversion 5083 + --build_event_json_file= 5084 + --build_event_json_file_path_conversion 5085 + --nobuild_event_json_file_path_conversion 5086 + --build_event_max_named_set_of_file_entries= 5087 + --build_event_publish_all_actions 5088 + --nobuild_event_publish_all_actions 5089 + --build_event_text_file= 5090 + --build_event_text_file_path_conversion 5091 + --nobuild_event_text_file_path_conversion 5092 + --build_metadata= 5093 + --color={yes,no,auto} 5094 + --config= 5095 + --curses={yes,no,auto} 5096 + --enable_platform_specific_config 5097 + --noenable_platform_specific_config 5098 + --experimental_action_args 5099 + --noexperimental_action_args 5100 + --experimental_allow_incremental_repository_updates 5101 + --noexperimental_allow_incremental_repository_updates 5102 + --experimental_allow_tags_propagation 5103 + --noexperimental_allow_tags_propagation 5104 + --experimental_announce_profile_path 5105 + --noexperimental_announce_profile_path 5106 + --experimental_aspect_output_propagation 5107 + --noexperimental_aspect_output_propagation 5108 + --experimental_build_event_expand_filesets 5109 + --noexperimental_build_event_expand_filesets 5110 + --experimental_build_event_upload_strategy= 5111 + --experimental_cc_shared_library 5112 + --noexperimental_cc_shared_library 5113 + --experimental_enable_android_migration_apis 5114 + --noexperimental_enable_android_migration_apis 5115 + --experimental_generate_json_trace_profile 5116 + --noexperimental_generate_json_trace_profile 5117 + --experimental_google_legacy_api 5118 + --noexperimental_google_legacy_api 5119 + --experimental_multi_threaded_digest 5120 + --noexperimental_multi_threaded_digest 5121 + --experimental_oom_more_eagerly_threshold= 5122 + --experimental_platforms_api 5123 + --noexperimental_platforms_api 5124 + --experimental_post_profile_started_event 5125 + --noexperimental_post_profile_started_event 5126 + --experimental_profile_action_counts 5127 + --noexperimental_profile_action_counts 5128 + --experimental_profile_additional_tasks= 5129 + --experimental_profile_cpu_usage 5130 + --noexperimental_profile_cpu_usage 5131 + --experimental_slim_json_profile 5132 + --noexperimental_slim_json_profile 5133 + --experimental_starlark_config_transitions 5134 + --noexperimental_starlark_config_transitions 5135 + --experimental_starlark_unused_inputs_list 5136 + --noexperimental_starlark_unused_inputs_list 5137 + --experimental_ui_deduplicate 5138 + --noexperimental_ui_deduplicate 5139 + --experimental_ui_limit_console_output= 5140 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 5141 + --experimental_workspace_rules_log_file=path 5142 + --google_auth_scopes= 5143 + --google_credentials= 5144 + --google_default_credentials 5145 + --nogoogle_default_credentials 5146 + --help_verbosity={long,medium,short} 5147 + --incompatible_bzl_disallow_load_after_statement 5148 + --noincompatible_bzl_disallow_load_after_statement 5149 + --incompatible_depset_for_libraries_to_link_getter 5150 + --noincompatible_depset_for_libraries_to_link_getter 5151 + --incompatible_depset_is_not_iterable 5152 + --noincompatible_depset_is_not_iterable 5153 + --incompatible_depset_union 5154 + --noincompatible_depset_union 5155 + --incompatible_disable_deprecated_attr_params 5156 + --noincompatible_disable_deprecated_attr_params 5157 + --incompatible_disable_depset_items 5158 + --noincompatible_disable_depset_items 5159 + --incompatible_disable_target_provider_fields 5160 + --noincompatible_disable_target_provider_fields 5161 + --incompatible_disable_third_party_license_checking 5162 + --noincompatible_disable_third_party_license_checking 5163 + --incompatible_disallow_dict_lookup_unhashable_keys 5164 + --noincompatible_disallow_dict_lookup_unhashable_keys 5165 + --incompatible_disallow_empty_glob 5166 + --noincompatible_disallow_empty_glob 5167 + --incompatible_disallow_legacy_javainfo 5168 + --noincompatible_disallow_legacy_javainfo 5169 + --incompatible_disallow_struct_provider_syntax 5170 + --noincompatible_disallow_struct_provider_syntax 5171 + --incompatible_disallow_unverified_http_downloads 5172 + --noincompatible_disallow_unverified_http_downloads 5173 + --incompatible_do_not_split_linking_cmdline 5174 + --noincompatible_do_not_split_linking_cmdline 5175 + --incompatible_enable_profile_by_default 5176 + --noincompatible_enable_profile_by_default 5177 + --incompatible_new_actions_api 5178 + --noincompatible_new_actions_api 5179 + --incompatible_no_attr_license 5180 + --noincompatible_no_attr_license 5181 + --incompatible_no_implicit_file_export 5182 + --noincompatible_no_implicit_file_export 5183 + --incompatible_no_output_attr_default 5184 + --noincompatible_no_output_attr_default 5185 + --incompatible_no_rule_outputs_param 5186 + --noincompatible_no_rule_outputs_param 5187 + --incompatible_no_support_tools_in_action_inputs 5188 + --noincompatible_no_support_tools_in_action_inputs 5189 + --incompatible_no_target_output_group 5190 + --noincompatible_no_target_output_group 5191 + --incompatible_remap_main_repo 5192 + --noincompatible_remap_main_repo 5193 + --incompatible_remove_binary_profile 5194 + --noincompatible_remove_binary_profile 5195 + --incompatible_remove_native_maven_jar 5196 + --noincompatible_remove_native_maven_jar 5197 + --incompatible_restrict_named_params 5198 + --noincompatible_restrict_named_params 5199 + --incompatible_restrict_string_escapes 5200 + --noincompatible_restrict_string_escapes 5201 + --incompatible_run_shell_command_string 5202 + --noincompatible_run_shell_command_string 5203 + --incompatible_string_join_requires_strings 5204 + --noincompatible_string_join_requires_strings 5205 + --incompatible_tls_enabled_removed 5206 + --noincompatible_tls_enabled_removed 5207 + --incompatible_visibility_private_attributes_at_definition 5208 + --noincompatible_visibility_private_attributes_at_definition 5209 + --json_trace_compression={auto,yes,no} 5210 + --nojson_trace_compression 5211 + --keep_state_after_build 5212 + --nokeep_state_after_build 5213 + --legacy_important_outputs 5214 + --nolegacy_important_outputs 5215 + --logging= 5216 + --long 5217 + --memory_profile_stable_heap_parameters= 5218 + --nested_set_depth_limit= 5219 + --profile=path 5220 + --progress_in_terminal_title 5221 + --noprogress_in_terminal_title 5222 + --project_id= 5223 + --short 5224 + --show_progress 5225 + --noshow_progress 5226 + --show_progress_rate_limit= 5227 + --show_task_finish 5228 + --noshow_task_finish 5229 + --show_timestamps 5230 + --noshow_timestamps 5231 + --tls_certificate= 5232 + --tls_enabled 5233 + --notls_enabled 5234 + --tool_tag= 5235 + --track_incremental_state 5236 + --notrack_incremental_state 5237 + --ui_actions_shown= 5238 + --watchfs 5239 + --nowatchfs 5240 + " 5241 + set __BAZEL_COMMAND_INFO_ARGUMENT "info-key" 5242 + set __BAZEL_COMMAND_INFO_FLAGS " 5243 + --action_env= 5244 + --all_incompatible_changes 5245 + --allow_analysis_failures 5246 + --noallow_analysis_failures 5247 + --analysis_testing_deps_limit= 5248 + --android_aapt={aapt,aapt2,auto} 5249 + --android_compiler= 5250 + --android_cpu= 5251 + --android_crosstool_top=label 5252 + --android_databinding_use_v3_4_args 5253 + --noandroid_databinding_use_v3_4_args 5254 + --android_dynamic_mode={off,default,fully} 5255 + --android_grte_top=label 5256 + --android_manifest_merger={legacy,android,force_android} 5257 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 5258 + --android_resource_shrinking 5259 + --noandroid_resource_shrinking 5260 + --android_sdk=label 5261 + --announce 5262 + --noannounce 5263 + --announce_rc 5264 + --noannounce_rc 5265 + --apk_signing_method={v1,v2,v1_v2} 5266 + --apple_bitcode={none,embedded_markers,embedded} 5267 + --apple_compiler= 5268 + --apple_crosstool_top=label 5269 + --apple_enable_auto_dsym_dbg 5270 + --noapple_enable_auto_dsym_dbg 5271 + --apple_generate_dsym 5272 + --noapple_generate_dsym 5273 + --apple_grte_top=label 5274 + --apple_sdk=label 5275 + --aspects= 5276 + --attempt_to_print_relative_paths 5277 + --noattempt_to_print_relative_paths 5278 + --auto_cpu_environment_group=label 5279 + --auto_output_filter={none,all,packages,subpackages} 5280 + --bep_publish_used_heap_size_post_build 5281 + --nobep_publish_used_heap_size_post_build 5282 + --bes_backend= 5283 + --bes_best_effort 5284 + --nobes_best_effort 5285 + --bes_keywords= 5286 + --bes_lifecycle_events 5287 + --nobes_lifecycle_events 5288 + --bes_outerr_buffer_size= 5289 + --bes_outerr_chunk_size= 5290 + --bes_proxy= 5291 + --bes_results_url= 5292 + --bes_timeout= 5293 + --break_build_on_parallel_dex2oat_failure 5294 + --nobreak_build_on_parallel_dex2oat_failure 5295 + --build 5296 + --nobuild 5297 + --build_event_binary_file= 5298 + --build_event_binary_file_path_conversion 5299 + --nobuild_event_binary_file_path_conversion 5300 + --build_event_json_file= 5301 + --build_event_json_file_path_conversion 5302 + --nobuild_event_json_file_path_conversion 5303 + --build_event_max_named_set_of_file_entries= 5304 + --build_event_publish_all_actions 5305 + --nobuild_event_publish_all_actions 5306 + --build_event_text_file= 5307 + --build_event_text_file_path_conversion 5308 + --nobuild_event_text_file_path_conversion 5309 + --build_manual_tests 5310 + --nobuild_manual_tests 5311 + --build_metadata= 5312 + --build_python_zip={auto,yes,no} 5313 + --nobuild_python_zip 5314 + --build_runfile_links 5315 + --nobuild_runfile_links 5316 + --build_runfile_manifests 5317 + --nobuild_runfile_manifests 5318 + --build_tag_filters= 5319 + --build_test_dwp 5320 + --nobuild_test_dwp 5321 + --build_tests_only 5322 + --nobuild_tests_only 5323 + --cache_test_results={auto,yes,no} 5324 + --nocache_test_results 5325 + --cc_output_directory_tag= 5326 + --cc_proto_library_header_suffixes= 5327 + --cc_proto_library_source_suffixes= 5328 + --check_constraint= 5329 + --check_licenses 5330 + --nocheck_licenses 5331 + --check_tests_up_to_date 5332 + --nocheck_tests_up_to_date 5333 + --check_up_to_date 5334 + --nocheck_up_to_date 5335 + --check_visibility 5336 + --nocheck_visibility 5337 + --collapse_duplicate_defines 5338 + --nocollapse_duplicate_defines 5339 + --collect_code_coverage 5340 + --nocollect_code_coverage 5341 + --color={yes,no,auto} 5342 + --combined_report={none,lcov} 5343 + --compilation_mode={fastbuild,dbg,opt} 5344 + --compile_one_dependency 5345 + --nocompile_one_dependency 5346 + --compiler= 5347 + --config= 5348 + --conlyopt= 5349 + --copt= 5350 + --coverage_report_generator=label 5351 + --coverage_support=label 5352 + --cpu= 5353 + --crosstool_top=label 5354 + --cs_fdo_absolute_path= 5355 + --cs_fdo_instrument= 5356 + --cs_fdo_profile=label 5357 + --curses={yes,no,auto} 5358 + --custom_malloc=label 5359 + --cxxopt= 5360 + --default_ios_provisioning_profile=label 5361 + --define= 5362 + --deleted_packages= 5363 + --desugar_for_android 5364 + --nodesugar_for_android 5365 + --device_debug_entitlements 5366 + --nodevice_debug_entitlements 5367 + --discard_analysis_cache 5368 + --nodiscard_analysis_cache 5369 + --disk_cache=path 5370 + --distdir= 5371 + --distinct_host_configuration 5372 + --nodistinct_host_configuration 5373 + --dynamic_mode={off,default,fully} 5374 + --embed_label= 5375 + --enable_apple_binary_native_protos 5376 + --noenable_apple_binary_native_protos 5377 + --enable_fdo_profile_absolute_path 5378 + --noenable_fdo_profile_absolute_path 5379 + --enable_platform_specific_config 5380 + --noenable_platform_specific_config 5381 + --enable_runfiles={auto,yes,no} 5382 + --noenable_runfiles 5383 + --enabled_toolchain_types= 5384 + --enforce_constraints 5385 + --noenforce_constraints 5386 + --execution_log_binary_file=path 5387 + --execution_log_json_file=path 5388 + --expand_test_suites 5389 + --noexpand_test_suites 5390 + --experimental_action_args 5391 + --noexperimental_action_args 5392 + --experimental_action_listener= 5393 + --experimental_add_exec_constraints_to_targets= 5394 + --experimental_allow_android_library_deps_without_srcs 5395 + --noexperimental_allow_android_library_deps_without_srcs 5396 + --experimental_allow_incremental_repository_updates 5397 + --noexperimental_allow_incremental_repository_updates 5398 + --experimental_allow_tags_propagation 5399 + --noexperimental_allow_tags_propagation 5400 + --experimental_android_compress_java_resources 5401 + --noexperimental_android_compress_java_resources 5402 + --experimental_android_databinding_v2 5403 + --noexperimental_android_databinding_v2 5404 + --experimental_android_resource_shrinking 5405 + --noexperimental_android_resource_shrinking 5406 + --experimental_android_rewrite_dexes_with_rex 5407 + --noexperimental_android_rewrite_dexes_with_rex 5408 + --experimental_android_use_parallel_dex2oat 5409 + --noexperimental_android_use_parallel_dex2oat 5410 + --experimental_announce_profile_path 5411 + --noexperimental_announce_profile_path 5412 + --experimental_aspect_output_propagation 5413 + --noexperimental_aspect_output_propagation 5414 + --experimental_build_event_expand_filesets 5415 + --noexperimental_build_event_expand_filesets 5416 + --experimental_build_event_upload_strategy= 5417 + --experimental_cancel_concurrent_tests 5418 + --noexperimental_cancel_concurrent_tests 5419 + --experimental_cc_shared_library 5420 + --noexperimental_cc_shared_library 5421 + --experimental_check_desugar_deps 5422 + --noexperimental_check_desugar_deps 5423 + --experimental_desugar_java8_libs 5424 + --noexperimental_desugar_java8_libs 5425 + --experimental_docker_image= 5426 + --experimental_docker_privileged 5427 + --noexperimental_docker_privileged 5428 + --experimental_docker_use_customized_images 5429 + --noexperimental_docker_use_customized_images 5430 + --experimental_docker_verbose 5431 + --noexperimental_docker_verbose 5432 + --experimental_enable_android_migration_apis 5433 + --noexperimental_enable_android_migration_apis 5434 + --experimental_enable_docker_sandbox 5435 + --noexperimental_enable_docker_sandbox 5436 + --experimental_enable_objc_cc_deps 5437 + --noexperimental_enable_objc_cc_deps 5438 + --experimental_execution_log_file=path 5439 + --experimental_extra_action_filter= 5440 + --experimental_extra_action_top_level_only 5441 + --noexperimental_extra_action_top_level_only 5442 + --experimental_filter_library_jar_with_program_jar 5443 + --noexperimental_filter_library_jar_with_program_jar 5444 + --experimental_generate_json_trace_profile 5445 + --noexperimental_generate_json_trace_profile 5446 + --experimental_google_legacy_api 5447 + --noexperimental_google_legacy_api 5448 + --experimental_guard_against_concurrent_changes 5449 + --noexperimental_guard_against_concurrent_changes 5450 + --experimental_import_deps_checking={off,warning,error} 5451 + --experimental_inmemory_dotd_files 5452 + --noexperimental_inmemory_dotd_files 5453 + --experimental_inmemory_jdeps_files 5454 + --noexperimental_inmemory_jdeps_files 5455 + --experimental_inmemory_unused_inputs_list 5456 + --noexperimental_inmemory_unused_inputs_list 5457 + --experimental_interleave_loading_and_analysis 5458 + --noexperimental_interleave_loading_and_analysis 5459 + --experimental_j2objc_header_map 5460 + --noexperimental_j2objc_header_map 5461 + --experimental_j2objc_shorter_header_path 5462 + --noexperimental_j2objc_shorter_header_path 5463 + --experimental_java_classpath={off,javabuilder,bazel} 5464 + --experimental_java_proto_add_allowed_public_imports 5465 + --noexperimental_java_proto_add_allowed_public_imports 5466 + --experimental_local_execution_delay= 5467 + --experimental_local_memory_estimate 5468 + --noexperimental_local_memory_estimate 5469 + --experimental_multi_cpu= 5470 + --experimental_multi_threaded_digest 5471 + --noexperimental_multi_threaded_digest 5472 + --experimental_objc_enable_module_maps 5473 + --noexperimental_objc_enable_module_maps 5474 + --experimental_objc_fastbuild_options= 5475 + --experimental_objc_header_thinning 5476 + --noexperimental_objc_header_thinning 5477 + --experimental_objc_include_scanning 5478 + --noexperimental_objc_include_scanning 5479 + --experimental_omitfp 5480 + --noexperimental_omitfp 5481 + --experimental_oom_more_eagerly_threshold= 5482 + --experimental_persistent_javac 5483 + --experimental_platforms_api 5484 + --noexperimental_platforms_api 5485 + --experimental_post_profile_started_event 5486 + --noexperimental_post_profile_started_event 5487 + --experimental_profile_action_counts 5488 + --noexperimental_profile_action_counts 5489 + --experimental_profile_additional_tasks= 5490 + --experimental_profile_cpu_usage 5491 + --noexperimental_profile_cpu_usage 5492 + --experimental_proto_extra_actions 5493 + --noexperimental_proto_extra_actions 5494 + --experimental_remote_grpc_log=path 5495 + --experimental_repository_cache_hardlinks 5496 + --noexperimental_repository_cache_hardlinks 5497 + --experimental_repository_hash_file= 5498 + --experimental_repository_resolved_file= 5499 + --experimental_resolved_file_instead_of_workspace= 5500 + --experimental_run_validations 5501 + --noexperimental_run_validations 5502 + --experimental_sandbox_async_tree_delete_idle_threads= 5503 + --experimental_sandboxfs_map_symlink_targets 5504 + --noexperimental_sandboxfs_map_symlink_targets 5505 + --experimental_sandboxfs_path= 5506 + --experimental_save_feature_state 5507 + --noexperimental_save_feature_state 5508 + --experimental_scale_timeouts= 5509 + --experimental_slim_json_profile 5510 + --noexperimental_slim_json_profile 5511 + --experimental_spawn_scheduler 5512 + --experimental_split_xml_generation 5513 + --noexperimental_split_xml_generation 5514 + --experimental_starlark_config_transitions 5515 + --noexperimental_starlark_config_transitions 5516 + --experimental_starlark_unused_inputs_list 5517 + --noexperimental_starlark_unused_inputs_list 5518 + --experimental_strict_fileset_output 5519 + --noexperimental_strict_fileset_output 5520 + --experimental_strict_java_deps={off,warn,error,strict,default} 5521 + --experimental_ui_deduplicate 5522 + --noexperimental_ui_deduplicate 5523 + --experimental_ui_limit_console_output= 5524 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 5525 + --experimental_use_llvm_covmap 5526 + --noexperimental_use_llvm_covmap 5527 + --experimental_use_sandboxfs={auto,yes,no} 5528 + --noexperimental_use_sandboxfs 5529 + --experimental_use_windows_sandbox={auto,yes,no} 5530 + --noexperimental_use_windows_sandbox 5531 + --experimental_verify_repository_rules= 5532 + --experimental_windows_sandbox_path= 5533 + --experimental_workspace_rules_log_file=path 5534 + --explain=path 5535 + --explicit_java_test_deps 5536 + --noexplicit_java_test_deps 5537 + --extra_execution_platforms= 5538 + --extra_toolchains= 5539 + --fat_apk_cpu= 5540 + --fdo_instrument= 5541 + --fdo_optimize= 5542 + --fdo_prefetch_hints=label 5543 + --fdo_profile=label 5544 + --features= 5545 + --fission= 5546 + --flaky_test_attempts= 5547 + --force_pic 5548 + --noforce_pic 5549 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 5550 + --genrule_strategy= 5551 + --google_auth_scopes= 5552 + --google_credentials= 5553 + --google_default_credentials 5554 + --nogoogle_default_credentials 5555 + --grte_top=label 5556 + --high_priority_workers= 5557 + --host_compilation_mode={fastbuild,dbg,opt} 5558 + --host_compiler= 5559 + --host_conlyopt= 5560 + --host_copt= 5561 + --host_cpu= 5562 + --host_crosstool_top=label 5563 + --host_cxxopt= 5564 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 5565 + --host_grte_top=label 5566 + --host_java_launcher=label 5567 + --host_java_toolchain=label 5568 + --host_javabase=label 5569 + --host_javacopt= 5570 + --host_linkopt= 5571 + --host_platform=label 5572 + --host_swiftcopt= 5573 + --http_timeout_scaling= 5574 + --ignore_unsupported_sandboxing 5575 + --noignore_unsupported_sandboxing 5576 + --incompatible_allow_python_version_transitions 5577 + --noincompatible_allow_python_version_transitions 5578 + --incompatible_bzl_disallow_load_after_statement 5579 + --noincompatible_bzl_disallow_load_after_statement 5580 + --incompatible_default_to_explicit_init_py 5581 + --noincompatible_default_to_explicit_init_py 5582 + --incompatible_depset_for_libraries_to_link_getter 5583 + --noincompatible_depset_for_libraries_to_link_getter 5584 + --incompatible_depset_is_not_iterable 5585 + --noincompatible_depset_is_not_iterable 5586 + --incompatible_depset_union 5587 + --noincompatible_depset_union 5588 + --incompatible_disable_deprecated_attr_params 5589 + --noincompatible_disable_deprecated_attr_params 5590 + --incompatible_disable_depset_items 5591 + --noincompatible_disable_depset_items 5592 + --incompatible_disable_expand_if_all_available_in_flag_set 5593 + --noincompatible_disable_expand_if_all_available_in_flag_set 5594 + --incompatible_disable_native_android_rules 5595 + --noincompatible_disable_native_android_rules 5596 + --incompatible_disable_target_provider_fields 5597 + --noincompatible_disable_target_provider_fields 5598 + --incompatible_disable_third_party_license_checking 5599 + --noincompatible_disable_third_party_license_checking 5600 + --incompatible_disallow_dict_lookup_unhashable_keys 5601 + --noincompatible_disallow_dict_lookup_unhashable_keys 5602 + --incompatible_disallow_empty_glob 5603 + --noincompatible_disallow_empty_glob 5604 + --incompatible_disallow_legacy_javainfo 5605 + --noincompatible_disallow_legacy_javainfo 5606 + --incompatible_disallow_legacy_py_provider 5607 + --noincompatible_disallow_legacy_py_provider 5608 + --incompatible_disallow_struct_provider_syntax 5609 + --noincompatible_disallow_struct_provider_syntax 5610 + --incompatible_disallow_unverified_http_downloads 5611 + --noincompatible_disallow_unverified_http_downloads 5612 + --incompatible_do_not_split_linking_cmdline 5613 + --noincompatible_do_not_split_linking_cmdline 5614 + --incompatible_dont_enable_host_nonhost_crosstool_features 5615 + --noincompatible_dont_enable_host_nonhost_crosstool_features 5616 + --incompatible_enable_profile_by_default 5617 + --noincompatible_enable_profile_by_default 5618 + --incompatible_make_thinlto_command_lines_standalone 5619 + --noincompatible_make_thinlto_command_lines_standalone 5620 + --incompatible_merge_genfiles_directory 5621 + --noincompatible_merge_genfiles_directory 5622 + --incompatible_new_actions_api 5623 + --noincompatible_new_actions_api 5624 + --incompatible_no_attr_license 5625 + --noincompatible_no_attr_license 5626 + --incompatible_no_implicit_file_export 5627 + --noincompatible_no_implicit_file_export 5628 + --incompatible_no_output_attr_default 5629 + --noincompatible_no_output_attr_default 5630 + --incompatible_no_rule_outputs_param 5631 + --noincompatible_no_rule_outputs_param 5632 + --incompatible_no_support_tools_in_action_inputs 5633 + --noincompatible_no_support_tools_in_action_inputs 5634 + --incompatible_no_target_output_group 5635 + --noincompatible_no_target_output_group 5636 + --incompatible_prohibit_aapt1 5637 + --noincompatible_prohibit_aapt1 5638 + --incompatible_py2_outputs_are_suffixed 5639 + --noincompatible_py2_outputs_are_suffixed 5640 + --incompatible_py3_is_default 5641 + --noincompatible_py3_is_default 5642 + --incompatible_remap_main_repo 5643 + --noincompatible_remap_main_repo 5644 + --incompatible_remote_symlinks 5645 + --noincompatible_remote_symlinks 5646 + --incompatible_remove_binary_profile 5647 + --noincompatible_remove_binary_profile 5648 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 5649 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 5650 + --incompatible_remove_legacy_whole_archive 5651 + --noincompatible_remove_legacy_whole_archive 5652 + --incompatible_remove_local_resources 5653 + --noincompatible_remove_local_resources 5654 + --incompatible_remove_native_maven_jar 5655 + --noincompatible_remove_native_maven_jar 5656 + --incompatible_remove_old_python_version_api 5657 + --noincompatible_remove_old_python_version_api 5658 + --incompatible_require_ctx_in_configure_features 5659 + --noincompatible_require_ctx_in_configure_features 5660 + --incompatible_restrict_named_params 5661 + --noincompatible_restrict_named_params 5662 + --incompatible_restrict_string_escapes 5663 + --noincompatible_restrict_string_escapes 5664 + --incompatible_run_shell_command_string 5665 + --noincompatible_run_shell_command_string 5666 + --incompatible_strict_action_env 5667 + --noincompatible_strict_action_env 5668 + --incompatible_strict_objc_module_maps 5669 + --noincompatible_strict_objc_module_maps 5670 + --incompatible_string_join_requires_strings 5671 + --noincompatible_string_join_requires_strings 5672 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 5673 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 5674 + --incompatible_tls_enabled_removed 5675 + --noincompatible_tls_enabled_removed 5676 + --incompatible_use_native_patch 5677 + --noincompatible_use_native_patch 5678 + --incompatible_use_platforms_repo_for_constraints 5679 + --noincompatible_use_platforms_repo_for_constraints 5680 + --incompatible_use_python_toolchains 5681 + --noincompatible_use_python_toolchains 5682 + --incompatible_validate_top_level_header_inclusions 5683 + --noincompatible_validate_top_level_header_inclusions 5684 + --incompatible_visibility_private_attributes_at_definition 5685 + --noincompatible_visibility_private_attributes_at_definition 5686 + --incompatible_windows_native_test_wrapper 5687 + --noincompatible_windows_native_test_wrapper 5688 + --incremental_dexing 5689 + --noincremental_dexing 5690 + --instrument_test_targets 5691 + --noinstrument_test_targets 5692 + --instrumentation_filter= 5693 + --interface_shared_objects 5694 + --nointerface_shared_objects 5695 + --ios_cpu= 5696 + --ios_memleaks 5697 + --noios_memleaks 5698 + --ios_minimum_os= 5699 + --ios_multi_cpus= 5700 + --ios_sdk_version= 5701 + --ios_signing_cert_name= 5702 + --ios_simulator_device= 5703 + --ios_simulator_version= 5704 + --j2objc_translation_flags= 5705 + --java_debug 5706 + --java_deps 5707 + --nojava_deps 5708 + --java_header_compilation 5709 + --nojava_header_compilation 5710 + --java_launcher=label 5711 + --java_toolchain=label 5712 + --javabase=label 5713 + --javacopt= 5714 + --jobs= 5715 + --json_trace_compression={auto,yes,no} 5716 + --nojson_trace_compression 5717 + --jvmopt= 5718 + --keep_going 5719 + --nokeep_going 5720 + --keep_state_after_build 5721 + --nokeep_state_after_build 5722 + --legacy_external_runfiles 5723 + --nolegacy_external_runfiles 5724 + --legacy_important_outputs 5725 + --nolegacy_important_outputs 5726 + --legacy_whole_archive 5727 + --nolegacy_whole_archive 5728 + --linkopt= 5729 + --loading_phase_threads= 5730 + --local_cpu_resources= 5731 + --local_ram_resources= 5732 + --local_resources= 5733 + --local_termination_grace_seconds= 5734 + --local_test_jobs= 5735 + --logging= 5736 + --ltobackendopt= 5737 + --ltoindexopt= 5738 + --macos_cpus= 5739 + --macos_minimum_os= 5740 + --macos_sdk_version= 5741 + --materialize_param_files 5742 + --nomaterialize_param_files 5743 + --max_config_changes_to_show= 5744 + --memory_profile_stable_heap_parameters= 5745 + --message_translations= 5746 + --minimum_os_version= 5747 + --modify_execution_info= 5748 + --nested_set_depth_limit= 5749 + --objc_debug_with_GLIBCXX 5750 + --noobjc_debug_with_GLIBCXX 5751 + --objc_enable_binary_stripping 5752 + --noobjc_enable_binary_stripping 5753 + --objc_generate_linkmap 5754 + --noobjc_generate_linkmap 5755 + --objc_header_scanner_tool=label 5756 + --objc_header_thinning_partition_size= 5757 + --objc_use_dotd_pruning 5758 + --noobjc_use_dotd_pruning 5759 + --objccopt= 5760 + --output_filter= 5761 + --output_groups= 5762 + --override_repository= 5763 + --package_path= 5764 + --parse_headers_verifies_modules 5765 + --noparse_headers_verifies_modules 5766 + --per_file_copt= 5767 + --per_file_ltobackendopt= 5768 + --persistent_android_resource_processor 5769 + --platform_mappings=path 5770 + --platform_suffix= 5771 + --platforms= 5772 + --plugin= 5773 + --process_headers_in_dependencies 5774 + --noprocess_headers_in_dependencies 5775 + --profile=path 5776 + --progress_in_terminal_title 5777 + --noprogress_in_terminal_title 5778 + --progress_report_interval= 5779 + --proguard_top=label 5780 + --project_id= 5781 + --proto_compiler=label 5782 + --proto_toolchain_for_cc=label 5783 + --proto_toolchain_for_j2objc=label 5784 + --proto_toolchain_for_java=label 5785 + --proto_toolchain_for_javalite=label 5786 + --protocopt= 5787 + --python2_path= 5788 + --python3_path= 5789 + --python_path= 5790 + --python_top=label 5791 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 5792 + --ram_utilization_factor= 5793 + --remote_accept_cached 5794 + --noremote_accept_cached 5795 + --remote_allow_symlink_upload 5796 + --noremote_allow_symlink_upload 5797 + --remote_cache= 5798 + --remote_default_exec_properties= 5799 + --remote_default_platform_properties= 5800 + --remote_download_minimal 5801 + --remote_download_outputs={all,minimal,toplevel} 5802 + --remote_download_toplevel 5803 + --remote_execution_priority= 5804 + --remote_executor= 5805 + --remote_header= 5806 + --remote_instance_name= 5807 + --remote_local_fallback 5808 + --noremote_local_fallback 5809 + --remote_local_fallback_strategy= 5810 + --remote_max_connections= 5811 + --remote_proxy= 5812 + --remote_result_cache_priority= 5813 + --remote_retries= 5814 + --remote_timeout= 5815 + --remote_upload_local_results 5816 + --noremote_upload_local_results 5817 + --remote_verify_downloads 5818 + --noremote_verify_downloads 5819 + --repo_env= 5820 + --repository_cache=path 5821 + --resource_autosense 5822 + --noresource_autosense 5823 + --run_under= 5824 + --runs_per_test= 5825 + --runs_per_test_detects_flakes 5826 + --noruns_per_test_detects_flakes 5827 + --sandbox_add_mount_pair= 5828 + --sandbox_base= 5829 + --sandbox_block_path= 5830 + --sandbox_debug 5831 + --nosandbox_debug 5832 + --sandbox_default_allow_network 5833 + --nosandbox_default_allow_network 5834 + --sandbox_fake_hostname 5835 + --nosandbox_fake_hostname 5836 + --sandbox_fake_username 5837 + --nosandbox_fake_username 5838 + --sandbox_tmpfs_path= 5839 + --sandbox_writable_path= 5840 + --save_temps 5841 + --nosave_temps 5842 + --share_native_deps 5843 + --noshare_native_deps 5844 + --shell_executable=path 5845 + --show_loading_progress 5846 + --noshow_loading_progress 5847 + --show_make_env 5848 + --noshow_make_env 5849 + --show_progress 5850 + --noshow_progress 5851 + --show_progress_rate_limit= 5852 + --show_result= 5853 + --show_task_finish 5854 + --noshow_task_finish 5855 + --show_timestamps 5856 + --noshow_timestamps 5857 + --spawn_strategy= 5858 + --stamp 5859 + --nostamp 5860 + --strategy= 5861 + --strategy_regexp= 5862 + --strict_filesets 5863 + --nostrict_filesets 5864 + --strict_proto_deps={off,warn,error,strict,default} 5865 + --strict_system_includes 5866 + --nostrict_system_includes 5867 + --strip={always,sometimes,never} 5868 + --stripopt= 5869 + --subcommands={true,pretty_print,false} 5870 + --swiftcopt= 5871 + --symlink_prefix= 5872 + --target_environment= 5873 + --target_platform_fallback=label 5874 + --test_arg= 5875 + --test_env= 5876 + --test_filter= 5877 + --test_keep_going 5878 + --notest_keep_going 5879 + --test_lang_filters= 5880 + --test_output={summary,errors,all,streamed} 5881 + --test_result_expiration= 5882 + --test_sharding_strategy={explicit,disabled} 5883 + --test_size_filters= 5884 + --test_strategy= 5885 + --test_summary={short,terse,detailed,none,testcase} 5886 + --test_tag_filters= 5887 + --test_timeout= 5888 + --test_timeout_filters= 5889 + --test_tmpdir=path 5890 + --tls_certificate= 5891 + --tls_enabled 5892 + --notls_enabled 5893 + --tool_tag= 5894 + --toolchain_resolution_debug 5895 + --notoolchain_resolution_debug 5896 + --track_incremental_state 5897 + --notrack_incremental_state 5898 + --translations={auto,yes,no} 5899 + --notranslations 5900 + --trim_test_configuration 5901 + --notrim_test_configuration 5902 + --tvos_cpus= 5903 + --tvos_minimum_os= 5904 + --tvos_sdk_version= 5905 + --tvos_simulator_device= 5906 + --tvos_simulator_version= 5907 + --ui_actions_shown= 5908 + --use_ijars 5909 + --nouse_ijars 5910 + --use_singlejar_apkbuilder 5911 + --nouse_singlejar_apkbuilder 5912 + --verbose_explanations 5913 + --noverbose_explanations 5914 + --verbose_failures 5915 + --noverbose_failures 5916 + --watchfs 5917 + --nowatchfs 5918 + --watchos_cpus= 5919 + --watchos_minimum_os= 5920 + --watchos_sdk_version= 5921 + --watchos_simulator_device= 5922 + --watchos_simulator_version= 5923 + --worker_extra_flag= 5924 + --worker_max_instances= 5925 + --worker_quit_after_build 5926 + --noworker_quit_after_build 5927 + --worker_sandboxing 5928 + --noworker_sandboxing 5929 + --worker_verbose 5930 + --noworker_verbose 5931 + --workspace_status_command=path 5932 + --xbinary_fdo=label 5933 + --xcode_version= 5934 + --xcode_version_config=label 5935 + " 5936 + set __BAZEL_COMMAND_LICENSE_FLAGS " 5937 + --all_incompatible_changes 5938 + --announce_rc 5939 + --noannounce_rc 5940 + --attempt_to_print_relative_paths 5941 + --noattempt_to_print_relative_paths 5942 + --bes_backend= 5943 + --bes_best_effort 5944 + --nobes_best_effort 5945 + --bes_keywords= 5946 + --bes_lifecycle_events 5947 + --nobes_lifecycle_events 5948 + --bes_outerr_buffer_size= 5949 + --bes_outerr_chunk_size= 5950 + --bes_proxy= 5951 + --bes_results_url= 5952 + --bes_timeout= 5953 + --build_event_binary_file= 5954 + --build_event_binary_file_path_conversion 5955 + --nobuild_event_binary_file_path_conversion 5956 + --build_event_json_file= 5957 + --build_event_json_file_path_conversion 5958 + --nobuild_event_json_file_path_conversion 5959 + --build_event_max_named_set_of_file_entries= 5960 + --build_event_publish_all_actions 5961 + --nobuild_event_publish_all_actions 5962 + --build_event_text_file= 5963 + --build_event_text_file_path_conversion 5964 + --nobuild_event_text_file_path_conversion 5965 + --build_metadata= 5966 + --color={yes,no,auto} 5967 + --config= 5968 + --curses={yes,no,auto} 5969 + --enable_platform_specific_config 5970 + --noenable_platform_specific_config 5971 + --experimental_action_args 5972 + --noexperimental_action_args 5973 + --experimental_allow_incremental_repository_updates 5974 + --noexperimental_allow_incremental_repository_updates 5975 + --experimental_allow_tags_propagation 5976 + --noexperimental_allow_tags_propagation 5977 + --experimental_announce_profile_path 5978 + --noexperimental_announce_profile_path 5979 + --experimental_aspect_output_propagation 5980 + --noexperimental_aspect_output_propagation 5981 + --experimental_build_event_expand_filesets 5982 + --noexperimental_build_event_expand_filesets 5983 + --experimental_build_event_upload_strategy= 5984 + --experimental_cc_shared_library 5985 + --noexperimental_cc_shared_library 5986 + --experimental_enable_android_migration_apis 5987 + --noexperimental_enable_android_migration_apis 5988 + --experimental_generate_json_trace_profile 5989 + --noexperimental_generate_json_trace_profile 5990 + --experimental_google_legacy_api 5991 + --noexperimental_google_legacy_api 5992 + --experimental_multi_threaded_digest 5993 + --noexperimental_multi_threaded_digest 5994 + --experimental_oom_more_eagerly_threshold= 5995 + --experimental_platforms_api 5996 + --noexperimental_platforms_api 5997 + --experimental_post_profile_started_event 5998 + --noexperimental_post_profile_started_event 5999 + --experimental_profile_action_counts 6000 + --noexperimental_profile_action_counts 6001 + --experimental_profile_additional_tasks= 6002 + --experimental_profile_cpu_usage 6003 + --noexperimental_profile_cpu_usage 6004 + --experimental_slim_json_profile 6005 + --noexperimental_slim_json_profile 6006 + --experimental_starlark_config_transitions 6007 + --noexperimental_starlark_config_transitions 6008 + --experimental_starlark_unused_inputs_list 6009 + --noexperimental_starlark_unused_inputs_list 6010 + --experimental_ui_deduplicate 6011 + --noexperimental_ui_deduplicate 6012 + --experimental_ui_limit_console_output= 6013 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 6014 + --experimental_workspace_rules_log_file=path 6015 + --google_auth_scopes= 6016 + --google_credentials= 6017 + --google_default_credentials 6018 + --nogoogle_default_credentials 6019 + --incompatible_bzl_disallow_load_after_statement 6020 + --noincompatible_bzl_disallow_load_after_statement 6021 + --incompatible_depset_for_libraries_to_link_getter 6022 + --noincompatible_depset_for_libraries_to_link_getter 6023 + --incompatible_depset_is_not_iterable 6024 + --noincompatible_depset_is_not_iterable 6025 + --incompatible_depset_union 6026 + --noincompatible_depset_union 6027 + --incompatible_disable_deprecated_attr_params 6028 + --noincompatible_disable_deprecated_attr_params 6029 + --incompatible_disable_depset_items 6030 + --noincompatible_disable_depset_items 6031 + --incompatible_disable_target_provider_fields 6032 + --noincompatible_disable_target_provider_fields 6033 + --incompatible_disable_third_party_license_checking 6034 + --noincompatible_disable_third_party_license_checking 6035 + --incompatible_disallow_dict_lookup_unhashable_keys 6036 + --noincompatible_disallow_dict_lookup_unhashable_keys 6037 + --incompatible_disallow_empty_glob 6038 + --noincompatible_disallow_empty_glob 6039 + --incompatible_disallow_legacy_javainfo 6040 + --noincompatible_disallow_legacy_javainfo 6041 + --incompatible_disallow_struct_provider_syntax 6042 + --noincompatible_disallow_struct_provider_syntax 6043 + --incompatible_disallow_unverified_http_downloads 6044 + --noincompatible_disallow_unverified_http_downloads 6045 + --incompatible_do_not_split_linking_cmdline 6046 + --noincompatible_do_not_split_linking_cmdline 6047 + --incompatible_enable_profile_by_default 6048 + --noincompatible_enable_profile_by_default 6049 + --incompatible_new_actions_api 6050 + --noincompatible_new_actions_api 6051 + --incompatible_no_attr_license 6052 + --noincompatible_no_attr_license 6053 + --incompatible_no_implicit_file_export 6054 + --noincompatible_no_implicit_file_export 6055 + --incompatible_no_output_attr_default 6056 + --noincompatible_no_output_attr_default 6057 + --incompatible_no_rule_outputs_param 6058 + --noincompatible_no_rule_outputs_param 6059 + --incompatible_no_support_tools_in_action_inputs 6060 + --noincompatible_no_support_tools_in_action_inputs 6061 + --incompatible_no_target_output_group 6062 + --noincompatible_no_target_output_group 6063 + --incompatible_remap_main_repo 6064 + --noincompatible_remap_main_repo 6065 + --incompatible_remove_binary_profile 6066 + --noincompatible_remove_binary_profile 6067 + --incompatible_remove_native_maven_jar 6068 + --noincompatible_remove_native_maven_jar 6069 + --incompatible_restrict_named_params 6070 + --noincompatible_restrict_named_params 6071 + --incompatible_restrict_string_escapes 6072 + --noincompatible_restrict_string_escapes 6073 + --incompatible_run_shell_command_string 6074 + --noincompatible_run_shell_command_string 6075 + --incompatible_string_join_requires_strings 6076 + --noincompatible_string_join_requires_strings 6077 + --incompatible_tls_enabled_removed 6078 + --noincompatible_tls_enabled_removed 6079 + --incompatible_visibility_private_attributes_at_definition 6080 + --noincompatible_visibility_private_attributes_at_definition 6081 + --json_trace_compression={auto,yes,no} 6082 + --nojson_trace_compression 6083 + --keep_state_after_build 6084 + --nokeep_state_after_build 6085 + --legacy_important_outputs 6086 + --nolegacy_important_outputs 6087 + --logging= 6088 + --memory_profile_stable_heap_parameters= 6089 + --nested_set_depth_limit= 6090 + --profile=path 6091 + --progress_in_terminal_title 6092 + --noprogress_in_terminal_title 6093 + --project_id= 6094 + --show_progress 6095 + --noshow_progress 6096 + --show_progress_rate_limit= 6097 + --show_task_finish 6098 + --noshow_task_finish 6099 + --show_timestamps 6100 + --noshow_timestamps 6101 + --tls_certificate= 6102 + --tls_enabled 6103 + --notls_enabled 6104 + --tool_tag= 6105 + --track_incremental_state 6106 + --notrack_incremental_state 6107 + --ui_actions_shown= 6108 + --watchfs 6109 + --nowatchfs 6110 + " 6111 + set __BAZEL_COMMAND_MOBILE_INSTALL_ARGUMENT "label" 6112 + set __BAZEL_COMMAND_MOBILE_INSTALL_FLAGS " 6113 + --action_env= 6114 + --adb= 6115 + --adb_arg= 6116 + --all_incompatible_changes 6117 + --allow_analysis_failures 6118 + --noallow_analysis_failures 6119 + --analysis_testing_deps_limit= 6120 + --android_aapt={aapt,aapt2,auto} 6121 + --android_compiler= 6122 + --android_cpu= 6123 + --android_crosstool_top=label 6124 + --android_databinding_use_v3_4_args 6125 + --noandroid_databinding_use_v3_4_args 6126 + --android_dynamic_mode={off,default,fully} 6127 + --android_grte_top=label 6128 + --android_manifest_merger={legacy,android,force_android} 6129 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 6130 + --android_resource_shrinking 6131 + --noandroid_resource_shrinking 6132 + --android_sdk=label 6133 + --announce 6134 + --noannounce 6135 + --announce_rc 6136 + --noannounce_rc 6137 + --apk_signing_method={v1,v2,v1_v2} 6138 + --apple_bitcode={none,embedded_markers,embedded} 6139 + --apple_compiler= 6140 + --apple_crosstool_top=label 6141 + --apple_enable_auto_dsym_dbg 6142 + --noapple_enable_auto_dsym_dbg 6143 + --apple_generate_dsym 6144 + --noapple_generate_dsym 6145 + --apple_grte_top=label 6146 + --apple_sdk=label 6147 + --aspects= 6148 + --attempt_to_print_relative_paths 6149 + --noattempt_to_print_relative_paths 6150 + --auto_cpu_environment_group=label 6151 + --auto_output_filter={none,all,packages,subpackages} 6152 + --bep_publish_used_heap_size_post_build 6153 + --nobep_publish_used_heap_size_post_build 6154 + --bes_backend= 6155 + --bes_best_effort 6156 + --nobes_best_effort 6157 + --bes_keywords= 6158 + --bes_lifecycle_events 6159 + --nobes_lifecycle_events 6160 + --bes_outerr_buffer_size= 6161 + --bes_outerr_chunk_size= 6162 + --bes_proxy= 6163 + --bes_results_url= 6164 + --bes_timeout= 6165 + --break_build_on_parallel_dex2oat_failure 6166 + --nobreak_build_on_parallel_dex2oat_failure 6167 + --build 6168 + --nobuild 6169 + --build_event_binary_file= 6170 + --build_event_binary_file_path_conversion 6171 + --nobuild_event_binary_file_path_conversion 6172 + --build_event_json_file= 6173 + --build_event_json_file_path_conversion 6174 + --nobuild_event_json_file_path_conversion 6175 + --build_event_max_named_set_of_file_entries= 6176 + --build_event_publish_all_actions 6177 + --nobuild_event_publish_all_actions 6178 + --build_event_text_file= 6179 + --build_event_text_file_path_conversion 6180 + --nobuild_event_text_file_path_conversion 6181 + --build_manual_tests 6182 + --nobuild_manual_tests 6183 + --build_metadata= 6184 + --build_python_zip={auto,yes,no} 6185 + --nobuild_python_zip 6186 + --build_runfile_links 6187 + --nobuild_runfile_links 6188 + --build_runfile_manifests 6189 + --nobuild_runfile_manifests 6190 + --build_tag_filters= 6191 + --build_test_dwp 6192 + --nobuild_test_dwp 6193 + --build_tests_only 6194 + --nobuild_tests_only 6195 + --cache_test_results={auto,yes,no} 6196 + --nocache_test_results 6197 + --cc_output_directory_tag= 6198 + --cc_proto_library_header_suffixes= 6199 + --cc_proto_library_source_suffixes= 6200 + --check_constraint= 6201 + --check_licenses 6202 + --nocheck_licenses 6203 + --check_tests_up_to_date 6204 + --nocheck_tests_up_to_date 6205 + --check_up_to_date 6206 + --nocheck_up_to_date 6207 + --check_visibility 6208 + --nocheck_visibility 6209 + --collapse_duplicate_defines 6210 + --nocollapse_duplicate_defines 6211 + --collect_code_coverage 6212 + --nocollect_code_coverage 6213 + --color={yes,no,auto} 6214 + --combined_report={none,lcov} 6215 + --compilation_mode={fastbuild,dbg,opt} 6216 + --compile_one_dependency 6217 + --nocompile_one_dependency 6218 + --compiler= 6219 + --config= 6220 + --conlyopt= 6221 + --copt= 6222 + --coverage_report_generator=label 6223 + --coverage_support=label 6224 + --cpu= 6225 + --crosstool_top=label 6226 + --cs_fdo_absolute_path= 6227 + --cs_fdo_instrument= 6228 + --cs_fdo_profile=label 6229 + --curses={yes,no,auto} 6230 + --custom_malloc=label 6231 + --cxxopt= 6232 + --debug_app 6233 + --default_ios_provisioning_profile=label 6234 + --define= 6235 + --deleted_packages= 6236 + --desugar_for_android 6237 + --nodesugar_for_android 6238 + --device= 6239 + --device_debug_entitlements 6240 + --nodevice_debug_entitlements 6241 + --discard_analysis_cache 6242 + --nodiscard_analysis_cache 6243 + --disk_cache=path 6244 + --distdir= 6245 + --distinct_host_configuration 6246 + --nodistinct_host_configuration 6247 + --dynamic_mode={off,default,fully} 6248 + --embed_label= 6249 + --enable_apple_binary_native_protos 6250 + --noenable_apple_binary_native_protos 6251 + --enable_fdo_profile_absolute_path 6252 + --noenable_fdo_profile_absolute_path 6253 + --enable_platform_specific_config 6254 + --noenable_platform_specific_config 6255 + --enable_runfiles={auto,yes,no} 6256 + --noenable_runfiles 6257 + --enabled_toolchain_types= 6258 + --enforce_constraints 6259 + --noenforce_constraints 6260 + --execution_log_binary_file=path 6261 + --execution_log_json_file=path 6262 + --expand_test_suites 6263 + --noexpand_test_suites 6264 + --experimental_action_args 6265 + --noexperimental_action_args 6266 + --experimental_action_listener= 6267 + --experimental_add_exec_constraints_to_targets= 6268 + --experimental_allow_android_library_deps_without_srcs 6269 + --noexperimental_allow_android_library_deps_without_srcs 6270 + --experimental_allow_incremental_repository_updates 6271 + --noexperimental_allow_incremental_repository_updates 6272 + --experimental_allow_tags_propagation 6273 + --noexperimental_allow_tags_propagation 6274 + --experimental_android_compress_java_resources 6275 + --noexperimental_android_compress_java_resources 6276 + --experimental_android_databinding_v2 6277 + --noexperimental_android_databinding_v2 6278 + --experimental_android_resource_shrinking 6279 + --noexperimental_android_resource_shrinking 6280 + --experimental_android_rewrite_dexes_with_rex 6281 + --noexperimental_android_rewrite_dexes_with_rex 6282 + --experimental_android_use_parallel_dex2oat 6283 + --noexperimental_android_use_parallel_dex2oat 6284 + --experimental_announce_profile_path 6285 + --noexperimental_announce_profile_path 6286 + --experimental_aspect_output_propagation 6287 + --noexperimental_aspect_output_propagation 6288 + --experimental_build_event_expand_filesets 6289 + --noexperimental_build_event_expand_filesets 6290 + --experimental_build_event_upload_strategy= 6291 + --experimental_cancel_concurrent_tests 6292 + --noexperimental_cancel_concurrent_tests 6293 + --experimental_cc_shared_library 6294 + --noexperimental_cc_shared_library 6295 + --experimental_check_desugar_deps 6296 + --noexperimental_check_desugar_deps 6297 + --experimental_desugar_java8_libs 6298 + --noexperimental_desugar_java8_libs 6299 + --experimental_docker_image= 6300 + --experimental_docker_privileged 6301 + --noexperimental_docker_privileged 6302 + --experimental_docker_use_customized_images 6303 + --noexperimental_docker_use_customized_images 6304 + --experimental_docker_verbose 6305 + --noexperimental_docker_verbose 6306 + --experimental_enable_android_migration_apis 6307 + --noexperimental_enable_android_migration_apis 6308 + --experimental_enable_docker_sandbox 6309 + --noexperimental_enable_docker_sandbox 6310 + --experimental_enable_objc_cc_deps 6311 + --noexperimental_enable_objc_cc_deps 6312 + --experimental_execution_log_file=path 6313 + --experimental_extra_action_filter= 6314 + --experimental_extra_action_top_level_only 6315 + --noexperimental_extra_action_top_level_only 6316 + --experimental_filter_library_jar_with_program_jar 6317 + --noexperimental_filter_library_jar_with_program_jar 6318 + --experimental_generate_json_trace_profile 6319 + --noexperimental_generate_json_trace_profile 6320 + --experimental_google_legacy_api 6321 + --noexperimental_google_legacy_api 6322 + --experimental_guard_against_concurrent_changes 6323 + --noexperimental_guard_against_concurrent_changes 6324 + --experimental_import_deps_checking={off,warning,error} 6325 + --experimental_inmemory_dotd_files 6326 + --noexperimental_inmemory_dotd_files 6327 + --experimental_inmemory_jdeps_files 6328 + --noexperimental_inmemory_jdeps_files 6329 + --experimental_inmemory_unused_inputs_list 6330 + --noexperimental_inmemory_unused_inputs_list 6331 + --experimental_interleave_loading_and_analysis 6332 + --noexperimental_interleave_loading_and_analysis 6333 + --experimental_j2objc_header_map 6334 + --noexperimental_j2objc_header_map 6335 + --experimental_j2objc_shorter_header_path 6336 + --noexperimental_j2objc_shorter_header_path 6337 + --experimental_java_classpath={off,javabuilder,bazel} 6338 + --experimental_java_proto_add_allowed_public_imports 6339 + --noexperimental_java_proto_add_allowed_public_imports 6340 + --experimental_local_execution_delay= 6341 + --experimental_local_memory_estimate 6342 + --noexperimental_local_memory_estimate 6343 + --experimental_multi_cpu= 6344 + --experimental_multi_threaded_digest 6345 + --noexperimental_multi_threaded_digest 6346 + --experimental_objc_enable_module_maps 6347 + --noexperimental_objc_enable_module_maps 6348 + --experimental_objc_fastbuild_options= 6349 + --experimental_objc_header_thinning 6350 + --noexperimental_objc_header_thinning 6351 + --experimental_objc_include_scanning 6352 + --noexperimental_objc_include_scanning 6353 + --experimental_omitfp 6354 + --noexperimental_omitfp 6355 + --experimental_oom_more_eagerly_threshold= 6356 + --experimental_persistent_javac 6357 + --experimental_platforms_api 6358 + --noexperimental_platforms_api 6359 + --experimental_post_profile_started_event 6360 + --noexperimental_post_profile_started_event 6361 + --experimental_profile_action_counts 6362 + --noexperimental_profile_action_counts 6363 + --experimental_profile_additional_tasks= 6364 + --experimental_profile_cpu_usage 6365 + --noexperimental_profile_cpu_usage 6366 + --experimental_proto_extra_actions 6367 + --noexperimental_proto_extra_actions 6368 + --experimental_remote_grpc_log=path 6369 + --experimental_repository_cache_hardlinks 6370 + --noexperimental_repository_cache_hardlinks 6371 + --experimental_repository_hash_file= 6372 + --experimental_repository_resolved_file= 6373 + --experimental_resolved_file_instead_of_workspace= 6374 + --experimental_run_validations 6375 + --noexperimental_run_validations 6376 + --experimental_sandbox_async_tree_delete_idle_threads= 6377 + --experimental_sandboxfs_map_symlink_targets 6378 + --noexperimental_sandboxfs_map_symlink_targets 6379 + --experimental_sandboxfs_path= 6380 + --experimental_save_feature_state 6381 + --noexperimental_save_feature_state 6382 + --experimental_scale_timeouts= 6383 + --experimental_slim_json_profile 6384 + --noexperimental_slim_json_profile 6385 + --experimental_spawn_scheduler 6386 + --experimental_split_xml_generation 6387 + --noexperimental_split_xml_generation 6388 + --experimental_starlark_config_transitions 6389 + --noexperimental_starlark_config_transitions 6390 + --experimental_starlark_unused_inputs_list 6391 + --noexperimental_starlark_unused_inputs_list 6392 + --experimental_strict_fileset_output 6393 + --noexperimental_strict_fileset_output 6394 + --experimental_strict_java_deps={off,warn,error,strict,default} 6395 + --experimental_ui_deduplicate 6396 + --noexperimental_ui_deduplicate 6397 + --experimental_ui_limit_console_output= 6398 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 6399 + --experimental_use_llvm_covmap 6400 + --noexperimental_use_llvm_covmap 6401 + --experimental_use_sandboxfs={auto,yes,no} 6402 + --noexperimental_use_sandboxfs 6403 + --experimental_use_windows_sandbox={auto,yes,no} 6404 + --noexperimental_use_windows_sandbox 6405 + --experimental_verify_repository_rules= 6406 + --experimental_windows_sandbox_path= 6407 + --experimental_workspace_rules_log_file=path 6408 + --explain=path 6409 + --explicit_java_test_deps 6410 + --noexplicit_java_test_deps 6411 + --extra_execution_platforms= 6412 + --extra_toolchains= 6413 + --fat_apk_cpu= 6414 + --fdo_instrument= 6415 + --fdo_optimize= 6416 + --fdo_prefetch_hints=label 6417 + --fdo_profile=label 6418 + --features= 6419 + --fission= 6420 + --flaky_test_attempts= 6421 + --force_pic 6422 + --noforce_pic 6423 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 6424 + --genrule_strategy= 6425 + --google_auth_scopes= 6426 + --google_credentials= 6427 + --google_default_credentials 6428 + --nogoogle_default_credentials 6429 + --grte_top=label 6430 + --high_priority_workers= 6431 + --host_compilation_mode={fastbuild,dbg,opt} 6432 + --host_compiler= 6433 + --host_conlyopt= 6434 + --host_copt= 6435 + --host_cpu= 6436 + --host_crosstool_top=label 6437 + --host_cxxopt= 6438 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 6439 + --host_grte_top=label 6440 + --host_java_launcher=label 6441 + --host_java_toolchain=label 6442 + --host_javabase=label 6443 + --host_javacopt= 6444 + --host_linkopt= 6445 + --host_platform=label 6446 + --host_swiftcopt= 6447 + --http_timeout_scaling= 6448 + --ignore_unsupported_sandboxing 6449 + --noignore_unsupported_sandboxing 6450 + --incompatible_allow_python_version_transitions 6451 + --noincompatible_allow_python_version_transitions 6452 + --incompatible_bzl_disallow_load_after_statement 6453 + --noincompatible_bzl_disallow_load_after_statement 6454 + --incompatible_default_to_explicit_init_py 6455 + --noincompatible_default_to_explicit_init_py 6456 + --incompatible_depset_for_libraries_to_link_getter 6457 + --noincompatible_depset_for_libraries_to_link_getter 6458 + --incompatible_depset_is_not_iterable 6459 + --noincompatible_depset_is_not_iterable 6460 + --incompatible_depset_union 6461 + --noincompatible_depset_union 6462 + --incompatible_disable_deprecated_attr_params 6463 + --noincompatible_disable_deprecated_attr_params 6464 + --incompatible_disable_depset_items 6465 + --noincompatible_disable_depset_items 6466 + --incompatible_disable_expand_if_all_available_in_flag_set 6467 + --noincompatible_disable_expand_if_all_available_in_flag_set 6468 + --incompatible_disable_native_android_rules 6469 + --noincompatible_disable_native_android_rules 6470 + --incompatible_disable_target_provider_fields 6471 + --noincompatible_disable_target_provider_fields 6472 + --incompatible_disable_third_party_license_checking 6473 + --noincompatible_disable_third_party_license_checking 6474 + --incompatible_disallow_dict_lookup_unhashable_keys 6475 + --noincompatible_disallow_dict_lookup_unhashable_keys 6476 + --incompatible_disallow_empty_glob 6477 + --noincompatible_disallow_empty_glob 6478 + --incompatible_disallow_legacy_javainfo 6479 + --noincompatible_disallow_legacy_javainfo 6480 + --incompatible_disallow_legacy_py_provider 6481 + --noincompatible_disallow_legacy_py_provider 6482 + --incompatible_disallow_struct_provider_syntax 6483 + --noincompatible_disallow_struct_provider_syntax 6484 + --incompatible_disallow_unverified_http_downloads 6485 + --noincompatible_disallow_unverified_http_downloads 6486 + --incompatible_do_not_split_linking_cmdline 6487 + --noincompatible_do_not_split_linking_cmdline 6488 + --incompatible_dont_enable_host_nonhost_crosstool_features 6489 + --noincompatible_dont_enable_host_nonhost_crosstool_features 6490 + --incompatible_enable_profile_by_default 6491 + --noincompatible_enable_profile_by_default 6492 + --incompatible_make_thinlto_command_lines_standalone 6493 + --noincompatible_make_thinlto_command_lines_standalone 6494 + --incompatible_merge_genfiles_directory 6495 + --noincompatible_merge_genfiles_directory 6496 + --incompatible_new_actions_api 6497 + --noincompatible_new_actions_api 6498 + --incompatible_no_attr_license 6499 + --noincompatible_no_attr_license 6500 + --incompatible_no_implicit_file_export 6501 + --noincompatible_no_implicit_file_export 6502 + --incompatible_no_output_attr_default 6503 + --noincompatible_no_output_attr_default 6504 + --incompatible_no_rule_outputs_param 6505 + --noincompatible_no_rule_outputs_param 6506 + --incompatible_no_support_tools_in_action_inputs 6507 + --noincompatible_no_support_tools_in_action_inputs 6508 + --incompatible_no_target_output_group 6509 + --noincompatible_no_target_output_group 6510 + --incompatible_prohibit_aapt1 6511 + --noincompatible_prohibit_aapt1 6512 + --incompatible_py2_outputs_are_suffixed 6513 + --noincompatible_py2_outputs_are_suffixed 6514 + --incompatible_py3_is_default 6515 + --noincompatible_py3_is_default 6516 + --incompatible_remap_main_repo 6517 + --noincompatible_remap_main_repo 6518 + --incompatible_remote_symlinks 6519 + --noincompatible_remote_symlinks 6520 + --incompatible_remove_binary_profile 6521 + --noincompatible_remove_binary_profile 6522 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 6523 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 6524 + --incompatible_remove_legacy_whole_archive 6525 + --noincompatible_remove_legacy_whole_archive 6526 + --incompatible_remove_local_resources 6527 + --noincompatible_remove_local_resources 6528 + --incompatible_remove_native_maven_jar 6529 + --noincompatible_remove_native_maven_jar 6530 + --incompatible_remove_old_python_version_api 6531 + --noincompatible_remove_old_python_version_api 6532 + --incompatible_require_ctx_in_configure_features 6533 + --noincompatible_require_ctx_in_configure_features 6534 + --incompatible_restrict_named_params 6535 + --noincompatible_restrict_named_params 6536 + --incompatible_restrict_string_escapes 6537 + --noincompatible_restrict_string_escapes 6538 + --incompatible_run_shell_command_string 6539 + --noincompatible_run_shell_command_string 6540 + --incompatible_strict_action_env 6541 + --noincompatible_strict_action_env 6542 + --incompatible_strict_objc_module_maps 6543 + --noincompatible_strict_objc_module_maps 6544 + --incompatible_string_join_requires_strings 6545 + --noincompatible_string_join_requires_strings 6546 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 6547 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 6548 + --incompatible_tls_enabled_removed 6549 + --noincompatible_tls_enabled_removed 6550 + --incompatible_use_native_patch 6551 + --noincompatible_use_native_patch 6552 + --incompatible_use_platforms_repo_for_constraints 6553 + --noincompatible_use_platforms_repo_for_constraints 6554 + --incompatible_use_python_toolchains 6555 + --noincompatible_use_python_toolchains 6556 + --incompatible_validate_top_level_header_inclusions 6557 + --noincompatible_validate_top_level_header_inclusions 6558 + --incompatible_visibility_private_attributes_at_definition 6559 + --noincompatible_visibility_private_attributes_at_definition 6560 + --incompatible_windows_native_test_wrapper 6561 + --noincompatible_windows_native_test_wrapper 6562 + --incremental 6563 + --noincremental 6564 + --incremental_dexing 6565 + --noincremental_dexing 6566 + --incremental_install_verbosity= 6567 + --instrument_test_targets 6568 + --noinstrument_test_targets 6569 + --instrumentation_filter= 6570 + --interface_shared_objects 6571 + --nointerface_shared_objects 6572 + --ios_cpu= 6573 + --ios_memleaks 6574 + --noios_memleaks 6575 + --ios_minimum_os= 6576 + --ios_multi_cpus= 6577 + --ios_sdk_version= 6578 + --ios_signing_cert_name= 6579 + --ios_simulator_device= 6580 + --ios_simulator_version= 6581 + --j2objc_translation_flags= 6582 + --java_debug 6583 + --java_deps 6584 + --nojava_deps 6585 + --java_header_compilation 6586 + --nojava_header_compilation 6587 + --java_launcher=label 6588 + --java_toolchain=label 6589 + --javabase=label 6590 + --javacopt= 6591 + --jobs= 6592 + --json_trace_compression={auto,yes,no} 6593 + --nojson_trace_compression 6594 + --jvmopt= 6595 + --keep_going 6596 + --nokeep_going 6597 + --keep_state_after_build 6598 + --nokeep_state_after_build 6599 + --legacy_external_runfiles 6600 + --nolegacy_external_runfiles 6601 + --legacy_important_outputs 6602 + --nolegacy_important_outputs 6603 + --legacy_whole_archive 6604 + --nolegacy_whole_archive 6605 + --linkopt= 6606 + --loading_phase_threads= 6607 + --local_cpu_resources= 6608 + --local_ram_resources= 6609 + --local_resources= 6610 + --local_termination_grace_seconds= 6611 + --local_test_jobs= 6612 + --logging= 6613 + --ltobackendopt= 6614 + --ltoindexopt= 6615 + --macos_cpus= 6616 + --macos_minimum_os= 6617 + --macos_sdk_version= 6618 + --materialize_param_files 6619 + --nomaterialize_param_files 6620 + --max_config_changes_to_show= 6621 + --memory_profile_stable_heap_parameters= 6622 + --message_translations= 6623 + --minimum_os_version= 6624 + --mode={classic,classic_internal_test_do_not_use,skylark} 6625 + --modify_execution_info= 6626 + --nested_set_depth_limit= 6627 + --objc_debug_with_GLIBCXX 6628 + --noobjc_debug_with_GLIBCXX 6629 + --objc_enable_binary_stripping 6630 + --noobjc_enable_binary_stripping 6631 + --objc_generate_linkmap 6632 + --noobjc_generate_linkmap 6633 + --objc_header_scanner_tool=label 6634 + --objc_header_thinning_partition_size= 6635 + --objc_use_dotd_pruning 6636 + --noobjc_use_dotd_pruning 6637 + --objccopt= 6638 + --output_filter= 6639 + --output_groups= 6640 + --override_repository= 6641 + --package_path= 6642 + --parse_headers_verifies_modules 6643 + --noparse_headers_verifies_modules 6644 + --per_file_copt= 6645 + --per_file_ltobackendopt= 6646 + --persistent_android_resource_processor 6647 + --platform_mappings=path 6648 + --platform_suffix= 6649 + --platforms= 6650 + --plugin= 6651 + --process_headers_in_dependencies 6652 + --noprocess_headers_in_dependencies 6653 + --profile=path 6654 + --progress_in_terminal_title 6655 + --noprogress_in_terminal_title 6656 + --progress_report_interval= 6657 + --proguard_top=label 6658 + --project_id= 6659 + --proto_compiler=label 6660 + --proto_toolchain_for_cc=label 6661 + --proto_toolchain_for_j2objc=label 6662 + --proto_toolchain_for_java=label 6663 + --proto_toolchain_for_javalite=label 6664 + --protocopt= 6665 + --python2_path= 6666 + --python3_path= 6667 + --python_path= 6668 + --python_top=label 6669 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 6670 + --ram_utilization_factor= 6671 + --remote_accept_cached 6672 + --noremote_accept_cached 6673 + --remote_allow_symlink_upload 6674 + --noremote_allow_symlink_upload 6675 + --remote_cache= 6676 + --remote_default_exec_properties= 6677 + --remote_default_platform_properties= 6678 + --remote_download_minimal 6679 + --remote_download_outputs={all,minimal,toplevel} 6680 + --remote_download_toplevel 6681 + --remote_execution_priority= 6682 + --remote_executor= 6683 + --remote_header= 6684 + --remote_instance_name= 6685 + --remote_local_fallback 6686 + --noremote_local_fallback 6687 + --remote_local_fallback_strategy= 6688 + --remote_max_connections= 6689 + --remote_proxy= 6690 + --remote_result_cache_priority= 6691 + --remote_retries= 6692 + --remote_timeout= 6693 + --remote_upload_local_results 6694 + --noremote_upload_local_results 6695 + --remote_verify_downloads 6696 + --noremote_verify_downloads 6697 + --repo_env= 6698 + --repository_cache=path 6699 + --resource_autosense 6700 + --noresource_autosense 6701 + --run_under= 6702 + --runs_per_test= 6703 + --runs_per_test_detects_flakes 6704 + --noruns_per_test_detects_flakes 6705 + --sandbox_add_mount_pair= 6706 + --sandbox_base= 6707 + --sandbox_block_path= 6708 + --sandbox_debug 6709 + --nosandbox_debug 6710 + --sandbox_default_allow_network 6711 + --nosandbox_default_allow_network 6712 + --sandbox_fake_hostname 6713 + --nosandbox_fake_hostname 6714 + --sandbox_fake_username 6715 + --nosandbox_fake_username 6716 + --sandbox_tmpfs_path= 6717 + --sandbox_writable_path= 6718 + --save_temps 6719 + --nosave_temps 6720 + --share_native_deps 6721 + --noshare_native_deps 6722 + --shell_executable=path 6723 + --show_loading_progress 6724 + --noshow_loading_progress 6725 + --show_progress 6726 + --noshow_progress 6727 + --show_progress_rate_limit= 6728 + --show_result= 6729 + --show_task_finish 6730 + --noshow_task_finish 6731 + --show_timestamps 6732 + --noshow_timestamps 6733 + --spawn_strategy= 6734 + --split_apks 6735 + --nosplit_apks 6736 + --stamp 6737 + --nostamp 6738 + --start={no,cold,warm,debug} 6739 + --start_app 6740 + --strategy= 6741 + --strategy_regexp= 6742 + --strict_filesets 6743 + --nostrict_filesets 6744 + --strict_proto_deps={off,warn,error,strict,default} 6745 + --strict_system_includes 6746 + --nostrict_system_includes 6747 + --strip={always,sometimes,never} 6748 + --stripopt= 6749 + --subcommands={true,pretty_print,false} 6750 + --swiftcopt= 6751 + --symlink_prefix= 6752 + --target_environment= 6753 + --target_platform_fallback=label 6754 + --test_arg= 6755 + --test_env= 6756 + --test_filter= 6757 + --test_keep_going 6758 + --notest_keep_going 6759 + --test_lang_filters= 6760 + --test_output={summary,errors,all,streamed} 6761 + --test_result_expiration= 6762 + --test_sharding_strategy={explicit,disabled} 6763 + --test_size_filters= 6764 + --test_strategy= 6765 + --test_summary={short,terse,detailed,none,testcase} 6766 + --test_tag_filters= 6767 + --test_timeout= 6768 + --test_timeout_filters= 6769 + --test_tmpdir=path 6770 + --tls_certificate= 6771 + --tls_enabled 6772 + --notls_enabled 6773 + --tool_tag= 6774 + --toolchain_resolution_debug 6775 + --notoolchain_resolution_debug 6776 + --track_incremental_state 6777 + --notrack_incremental_state 6778 + --translations={auto,yes,no} 6779 + --notranslations 6780 + --trim_test_configuration 6781 + --notrim_test_configuration 6782 + --tvos_cpus= 6783 + --tvos_minimum_os= 6784 + --tvos_sdk_version= 6785 + --tvos_simulator_device= 6786 + --tvos_simulator_version= 6787 + --ui_actions_shown= 6788 + --use_ijars 6789 + --nouse_ijars 6790 + --use_singlejar_apkbuilder 6791 + --nouse_singlejar_apkbuilder 6792 + --verbose_explanations 6793 + --noverbose_explanations 6794 + --verbose_failures 6795 + --noverbose_failures 6796 + --watchfs 6797 + --nowatchfs 6798 + --watchos_cpus= 6799 + --watchos_minimum_os= 6800 + --watchos_sdk_version= 6801 + --watchos_simulator_device= 6802 + --watchos_simulator_version= 6803 + --worker_extra_flag= 6804 + --worker_max_instances= 6805 + --worker_quit_after_build 6806 + --noworker_quit_after_build 6807 + --worker_sandboxing 6808 + --noworker_sandboxing 6809 + --worker_verbose 6810 + --noworker_verbose 6811 + --workspace_status_command=path 6812 + --xbinary_fdo=label 6813 + --xcode_version= 6814 + --xcode_version_config=label 6815 + " 6816 + set __BAZEL_COMMAND_PRINT_ACTION_ARGUMENT "label" 6817 + set __BAZEL_COMMAND_PRINT_ACTION_FLAGS " 6818 + --action_env= 6819 + --all_incompatible_changes 6820 + --allow_analysis_failures 6821 + --noallow_analysis_failures 6822 + --analysis_testing_deps_limit= 6823 + --android_aapt={aapt,aapt2,auto} 6824 + --android_compiler= 6825 + --android_cpu= 6826 + --android_crosstool_top=label 6827 + --android_databinding_use_v3_4_args 6828 + --noandroid_databinding_use_v3_4_args 6829 + --android_dynamic_mode={off,default,fully} 6830 + --android_grte_top=label 6831 + --android_manifest_merger={legacy,android,force_android} 6832 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 6833 + --android_resource_shrinking 6834 + --noandroid_resource_shrinking 6835 + --android_sdk=label 6836 + --announce 6837 + --noannounce 6838 + --announce_rc 6839 + --noannounce_rc 6840 + --apk_signing_method={v1,v2,v1_v2} 6841 + --apple_bitcode={none,embedded_markers,embedded} 6842 + --apple_compiler= 6843 + --apple_crosstool_top=label 6844 + --apple_enable_auto_dsym_dbg 6845 + --noapple_enable_auto_dsym_dbg 6846 + --apple_generate_dsym 6847 + --noapple_generate_dsym 6848 + --apple_grte_top=label 6849 + --apple_sdk=label 6850 + --aspects= 6851 + --attempt_to_print_relative_paths 6852 + --noattempt_to_print_relative_paths 6853 + --auto_cpu_environment_group=label 6854 + --auto_output_filter={none,all,packages,subpackages} 6855 + --bep_publish_used_heap_size_post_build 6856 + --nobep_publish_used_heap_size_post_build 6857 + --bes_backend= 6858 + --bes_best_effort 6859 + --nobes_best_effort 6860 + --bes_keywords= 6861 + --bes_lifecycle_events 6862 + --nobes_lifecycle_events 6863 + --bes_outerr_buffer_size= 6864 + --bes_outerr_chunk_size= 6865 + --bes_proxy= 6866 + --bes_results_url= 6867 + --bes_timeout= 6868 + --break_build_on_parallel_dex2oat_failure 6869 + --nobreak_build_on_parallel_dex2oat_failure 6870 + --build 6871 + --nobuild 6872 + --build_event_binary_file= 6873 + --build_event_binary_file_path_conversion 6874 + --nobuild_event_binary_file_path_conversion 6875 + --build_event_json_file= 6876 + --build_event_json_file_path_conversion 6877 + --nobuild_event_json_file_path_conversion 6878 + --build_event_max_named_set_of_file_entries= 6879 + --build_event_publish_all_actions 6880 + --nobuild_event_publish_all_actions 6881 + --build_event_text_file= 6882 + --build_event_text_file_path_conversion 6883 + --nobuild_event_text_file_path_conversion 6884 + --build_manual_tests 6885 + --nobuild_manual_tests 6886 + --build_metadata= 6887 + --build_python_zip={auto,yes,no} 6888 + --nobuild_python_zip 6889 + --build_runfile_links 6890 + --nobuild_runfile_links 6891 + --build_runfile_manifests 6892 + --nobuild_runfile_manifests 6893 + --build_tag_filters= 6894 + --build_test_dwp 6895 + --nobuild_test_dwp 6896 + --build_tests_only 6897 + --nobuild_tests_only 6898 + --cache_test_results={auto,yes,no} 6899 + --nocache_test_results 6900 + --cc_output_directory_tag= 6901 + --cc_proto_library_header_suffixes= 6902 + --cc_proto_library_source_suffixes= 6903 + --check_constraint= 6904 + --check_licenses 6905 + --nocheck_licenses 6906 + --check_tests_up_to_date 6907 + --nocheck_tests_up_to_date 6908 + --check_up_to_date 6909 + --nocheck_up_to_date 6910 + --check_visibility 6911 + --nocheck_visibility 6912 + --collapse_duplicate_defines 6913 + --nocollapse_duplicate_defines 6914 + --collect_code_coverage 6915 + --nocollect_code_coverage 6916 + --color={yes,no,auto} 6917 + --combined_report={none,lcov} 6918 + --compilation_mode={fastbuild,dbg,opt} 6919 + --compile_one_dependency 6920 + --nocompile_one_dependency 6921 + --compiler= 6922 + --config= 6923 + --conlyopt= 6924 + --copt= 6925 + --coverage_report_generator=label 6926 + --coverage_support=label 6927 + --cpu= 6928 + --crosstool_top=label 6929 + --cs_fdo_absolute_path= 6930 + --cs_fdo_instrument= 6931 + --cs_fdo_profile=label 6932 + --curses={yes,no,auto} 6933 + --custom_malloc=label 6934 + --cxxopt= 6935 + --default_ios_provisioning_profile=label 6936 + --define= 6937 + --deleted_packages= 6938 + --desugar_for_android 6939 + --nodesugar_for_android 6940 + --device_debug_entitlements 6941 + --nodevice_debug_entitlements 6942 + --discard_analysis_cache 6943 + --nodiscard_analysis_cache 6944 + --disk_cache=path 6945 + --distdir= 6946 + --distinct_host_configuration 6947 + --nodistinct_host_configuration 6948 + --dynamic_mode={off,default,fully} 6949 + --embed_label= 6950 + --enable_apple_binary_native_protos 6951 + --noenable_apple_binary_native_protos 6952 + --enable_fdo_profile_absolute_path 6953 + --noenable_fdo_profile_absolute_path 6954 + --enable_platform_specific_config 6955 + --noenable_platform_specific_config 6956 + --enable_runfiles={auto,yes,no} 6957 + --noenable_runfiles 6958 + --enabled_toolchain_types= 6959 + --enforce_constraints 6960 + --noenforce_constraints 6961 + --execution_log_binary_file=path 6962 + --execution_log_json_file=path 6963 + --expand_test_suites 6964 + --noexpand_test_suites 6965 + --experimental_action_args 6966 + --noexperimental_action_args 6967 + --experimental_action_listener= 6968 + --experimental_add_exec_constraints_to_targets= 6969 + --experimental_allow_android_library_deps_without_srcs 6970 + --noexperimental_allow_android_library_deps_without_srcs 6971 + --experimental_allow_incremental_repository_updates 6972 + --noexperimental_allow_incremental_repository_updates 6973 + --experimental_allow_tags_propagation 6974 + --noexperimental_allow_tags_propagation 6975 + --experimental_android_compress_java_resources 6976 + --noexperimental_android_compress_java_resources 6977 + --experimental_android_databinding_v2 6978 + --noexperimental_android_databinding_v2 6979 + --experimental_android_resource_shrinking 6980 + --noexperimental_android_resource_shrinking 6981 + --experimental_android_rewrite_dexes_with_rex 6982 + --noexperimental_android_rewrite_dexes_with_rex 6983 + --experimental_android_use_parallel_dex2oat 6984 + --noexperimental_android_use_parallel_dex2oat 6985 + --experimental_announce_profile_path 6986 + --noexperimental_announce_profile_path 6987 + --experimental_aspect_output_propagation 6988 + --noexperimental_aspect_output_propagation 6989 + --experimental_build_event_expand_filesets 6990 + --noexperimental_build_event_expand_filesets 6991 + --experimental_build_event_upload_strategy= 6992 + --experimental_cancel_concurrent_tests 6993 + --noexperimental_cancel_concurrent_tests 6994 + --experimental_cc_shared_library 6995 + --noexperimental_cc_shared_library 6996 + --experimental_check_desugar_deps 6997 + --noexperimental_check_desugar_deps 6998 + --experimental_desugar_java8_libs 6999 + --noexperimental_desugar_java8_libs 7000 + --experimental_docker_image= 7001 + --experimental_docker_privileged 7002 + --noexperimental_docker_privileged 7003 + --experimental_docker_use_customized_images 7004 + --noexperimental_docker_use_customized_images 7005 + --experimental_docker_verbose 7006 + --noexperimental_docker_verbose 7007 + --experimental_enable_android_migration_apis 7008 + --noexperimental_enable_android_migration_apis 7009 + --experimental_enable_docker_sandbox 7010 + --noexperimental_enable_docker_sandbox 7011 + --experimental_enable_objc_cc_deps 7012 + --noexperimental_enable_objc_cc_deps 7013 + --experimental_execution_log_file=path 7014 + --experimental_extra_action_filter= 7015 + --experimental_extra_action_top_level_only 7016 + --noexperimental_extra_action_top_level_only 7017 + --experimental_filter_library_jar_with_program_jar 7018 + --noexperimental_filter_library_jar_with_program_jar 7019 + --experimental_generate_json_trace_profile 7020 + --noexperimental_generate_json_trace_profile 7021 + --experimental_google_legacy_api 7022 + --noexperimental_google_legacy_api 7023 + --experimental_guard_against_concurrent_changes 7024 + --noexperimental_guard_against_concurrent_changes 7025 + --experimental_import_deps_checking={off,warning,error} 7026 + --experimental_inmemory_dotd_files 7027 + --noexperimental_inmemory_dotd_files 7028 + --experimental_inmemory_jdeps_files 7029 + --noexperimental_inmemory_jdeps_files 7030 + --experimental_inmemory_unused_inputs_list 7031 + --noexperimental_inmemory_unused_inputs_list 7032 + --experimental_interleave_loading_and_analysis 7033 + --noexperimental_interleave_loading_and_analysis 7034 + --experimental_j2objc_header_map 7035 + --noexperimental_j2objc_header_map 7036 + --experimental_j2objc_shorter_header_path 7037 + --noexperimental_j2objc_shorter_header_path 7038 + --experimental_java_classpath={off,javabuilder,bazel} 7039 + --experimental_java_proto_add_allowed_public_imports 7040 + --noexperimental_java_proto_add_allowed_public_imports 7041 + --experimental_local_execution_delay= 7042 + --experimental_local_memory_estimate 7043 + --noexperimental_local_memory_estimate 7044 + --experimental_multi_cpu= 7045 + --experimental_multi_threaded_digest 7046 + --noexperimental_multi_threaded_digest 7047 + --experimental_objc_enable_module_maps 7048 + --noexperimental_objc_enable_module_maps 7049 + --experimental_objc_fastbuild_options= 7050 + --experimental_objc_header_thinning 7051 + --noexperimental_objc_header_thinning 7052 + --experimental_objc_include_scanning 7053 + --noexperimental_objc_include_scanning 7054 + --experimental_omitfp 7055 + --noexperimental_omitfp 7056 + --experimental_oom_more_eagerly_threshold= 7057 + --experimental_persistent_javac 7058 + --experimental_platforms_api 7059 + --noexperimental_platforms_api 7060 + --experimental_post_profile_started_event 7061 + --noexperimental_post_profile_started_event 7062 + --experimental_profile_action_counts 7063 + --noexperimental_profile_action_counts 7064 + --experimental_profile_additional_tasks= 7065 + --experimental_profile_cpu_usage 7066 + --noexperimental_profile_cpu_usage 7067 + --experimental_proto_extra_actions 7068 + --noexperimental_proto_extra_actions 7069 + --experimental_remote_grpc_log=path 7070 + --experimental_repository_cache_hardlinks 7071 + --noexperimental_repository_cache_hardlinks 7072 + --experimental_repository_hash_file= 7073 + --experimental_repository_resolved_file= 7074 + --experimental_resolved_file_instead_of_workspace= 7075 + --experimental_run_validations 7076 + --noexperimental_run_validations 7077 + --experimental_sandbox_async_tree_delete_idle_threads= 7078 + --experimental_sandboxfs_map_symlink_targets 7079 + --noexperimental_sandboxfs_map_symlink_targets 7080 + --experimental_sandboxfs_path= 7081 + --experimental_save_feature_state 7082 + --noexperimental_save_feature_state 7083 + --experimental_scale_timeouts= 7084 + --experimental_slim_json_profile 7085 + --noexperimental_slim_json_profile 7086 + --experimental_spawn_scheduler 7087 + --experimental_split_xml_generation 7088 + --noexperimental_split_xml_generation 7089 + --experimental_starlark_config_transitions 7090 + --noexperimental_starlark_config_transitions 7091 + --experimental_starlark_unused_inputs_list 7092 + --noexperimental_starlark_unused_inputs_list 7093 + --experimental_strict_fileset_output 7094 + --noexperimental_strict_fileset_output 7095 + --experimental_strict_java_deps={off,warn,error,strict,default} 7096 + --experimental_ui_deduplicate 7097 + --noexperimental_ui_deduplicate 7098 + --experimental_ui_limit_console_output= 7099 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 7100 + --experimental_use_llvm_covmap 7101 + --noexperimental_use_llvm_covmap 7102 + --experimental_use_sandboxfs={auto,yes,no} 7103 + --noexperimental_use_sandboxfs 7104 + --experimental_use_windows_sandbox={auto,yes,no} 7105 + --noexperimental_use_windows_sandbox 7106 + --experimental_verify_repository_rules= 7107 + --experimental_windows_sandbox_path= 7108 + --experimental_workspace_rules_log_file=path 7109 + --explain=path 7110 + --explicit_java_test_deps 7111 + --noexplicit_java_test_deps 7112 + --extra_execution_platforms= 7113 + --extra_toolchains= 7114 + --fat_apk_cpu= 7115 + --fdo_instrument= 7116 + --fdo_optimize= 7117 + --fdo_prefetch_hints=label 7118 + --fdo_profile=label 7119 + --features= 7120 + --fission= 7121 + --flaky_test_attempts= 7122 + --force_pic 7123 + --noforce_pic 7124 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 7125 + --genrule_strategy= 7126 + --google_auth_scopes= 7127 + --google_credentials= 7128 + --google_default_credentials 7129 + --nogoogle_default_credentials 7130 + --grte_top=label 7131 + --high_priority_workers= 7132 + --host_compilation_mode={fastbuild,dbg,opt} 7133 + --host_compiler= 7134 + --host_conlyopt= 7135 + --host_copt= 7136 + --host_cpu= 7137 + --host_crosstool_top=label 7138 + --host_cxxopt= 7139 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 7140 + --host_grte_top=label 7141 + --host_java_launcher=label 7142 + --host_java_toolchain=label 7143 + --host_javabase=label 7144 + --host_javacopt= 7145 + --host_linkopt= 7146 + --host_platform=label 7147 + --host_swiftcopt= 7148 + --http_timeout_scaling= 7149 + --ignore_unsupported_sandboxing 7150 + --noignore_unsupported_sandboxing 7151 + --incompatible_allow_python_version_transitions 7152 + --noincompatible_allow_python_version_transitions 7153 + --incompatible_bzl_disallow_load_after_statement 7154 + --noincompatible_bzl_disallow_load_after_statement 7155 + --incompatible_default_to_explicit_init_py 7156 + --noincompatible_default_to_explicit_init_py 7157 + --incompatible_depset_for_libraries_to_link_getter 7158 + --noincompatible_depset_for_libraries_to_link_getter 7159 + --incompatible_depset_is_not_iterable 7160 + --noincompatible_depset_is_not_iterable 7161 + --incompatible_depset_union 7162 + --noincompatible_depset_union 7163 + --incompatible_disable_deprecated_attr_params 7164 + --noincompatible_disable_deprecated_attr_params 7165 + --incompatible_disable_depset_items 7166 + --noincompatible_disable_depset_items 7167 + --incompatible_disable_expand_if_all_available_in_flag_set 7168 + --noincompatible_disable_expand_if_all_available_in_flag_set 7169 + --incompatible_disable_native_android_rules 7170 + --noincompatible_disable_native_android_rules 7171 + --incompatible_disable_target_provider_fields 7172 + --noincompatible_disable_target_provider_fields 7173 + --incompatible_disable_third_party_license_checking 7174 + --noincompatible_disable_third_party_license_checking 7175 + --incompatible_disallow_dict_lookup_unhashable_keys 7176 + --noincompatible_disallow_dict_lookup_unhashable_keys 7177 + --incompatible_disallow_empty_glob 7178 + --noincompatible_disallow_empty_glob 7179 + --incompatible_disallow_legacy_javainfo 7180 + --noincompatible_disallow_legacy_javainfo 7181 + --incompatible_disallow_legacy_py_provider 7182 + --noincompatible_disallow_legacy_py_provider 7183 + --incompatible_disallow_struct_provider_syntax 7184 + --noincompatible_disallow_struct_provider_syntax 7185 + --incompatible_disallow_unverified_http_downloads 7186 + --noincompatible_disallow_unverified_http_downloads 7187 + --incompatible_do_not_split_linking_cmdline 7188 + --noincompatible_do_not_split_linking_cmdline 7189 + --incompatible_dont_enable_host_nonhost_crosstool_features 7190 + --noincompatible_dont_enable_host_nonhost_crosstool_features 7191 + --incompatible_enable_profile_by_default 7192 + --noincompatible_enable_profile_by_default 7193 + --incompatible_make_thinlto_command_lines_standalone 7194 + --noincompatible_make_thinlto_command_lines_standalone 7195 + --incompatible_merge_genfiles_directory 7196 + --noincompatible_merge_genfiles_directory 7197 + --incompatible_new_actions_api 7198 + --noincompatible_new_actions_api 7199 + --incompatible_no_attr_license 7200 + --noincompatible_no_attr_license 7201 + --incompatible_no_implicit_file_export 7202 + --noincompatible_no_implicit_file_export 7203 + --incompatible_no_output_attr_default 7204 + --noincompatible_no_output_attr_default 7205 + --incompatible_no_rule_outputs_param 7206 + --noincompatible_no_rule_outputs_param 7207 + --incompatible_no_support_tools_in_action_inputs 7208 + --noincompatible_no_support_tools_in_action_inputs 7209 + --incompatible_no_target_output_group 7210 + --noincompatible_no_target_output_group 7211 + --incompatible_prohibit_aapt1 7212 + --noincompatible_prohibit_aapt1 7213 + --incompatible_py2_outputs_are_suffixed 7214 + --noincompatible_py2_outputs_are_suffixed 7215 + --incompatible_py3_is_default 7216 + --noincompatible_py3_is_default 7217 + --incompatible_remap_main_repo 7218 + --noincompatible_remap_main_repo 7219 + --incompatible_remote_symlinks 7220 + --noincompatible_remote_symlinks 7221 + --incompatible_remove_binary_profile 7222 + --noincompatible_remove_binary_profile 7223 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 7224 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 7225 + --incompatible_remove_legacy_whole_archive 7226 + --noincompatible_remove_legacy_whole_archive 7227 + --incompatible_remove_local_resources 7228 + --noincompatible_remove_local_resources 7229 + --incompatible_remove_native_maven_jar 7230 + --noincompatible_remove_native_maven_jar 7231 + --incompatible_remove_old_python_version_api 7232 + --noincompatible_remove_old_python_version_api 7233 + --incompatible_require_ctx_in_configure_features 7234 + --noincompatible_require_ctx_in_configure_features 7235 + --incompatible_restrict_named_params 7236 + --noincompatible_restrict_named_params 7237 + --incompatible_restrict_string_escapes 7238 + --noincompatible_restrict_string_escapes 7239 + --incompatible_run_shell_command_string 7240 + --noincompatible_run_shell_command_string 7241 + --incompatible_strict_action_env 7242 + --noincompatible_strict_action_env 7243 + --incompatible_strict_objc_module_maps 7244 + --noincompatible_strict_objc_module_maps 7245 + --incompatible_string_join_requires_strings 7246 + --noincompatible_string_join_requires_strings 7247 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 7248 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 7249 + --incompatible_tls_enabled_removed 7250 + --noincompatible_tls_enabled_removed 7251 + --incompatible_use_native_patch 7252 + --noincompatible_use_native_patch 7253 + --incompatible_use_platforms_repo_for_constraints 7254 + --noincompatible_use_platforms_repo_for_constraints 7255 + --incompatible_use_python_toolchains 7256 + --noincompatible_use_python_toolchains 7257 + --incompatible_validate_top_level_header_inclusions 7258 + --noincompatible_validate_top_level_header_inclusions 7259 + --incompatible_visibility_private_attributes_at_definition 7260 + --noincompatible_visibility_private_attributes_at_definition 7261 + --incompatible_windows_native_test_wrapper 7262 + --noincompatible_windows_native_test_wrapper 7263 + --incremental_dexing 7264 + --noincremental_dexing 7265 + --instrument_test_targets 7266 + --noinstrument_test_targets 7267 + --instrumentation_filter= 7268 + --interface_shared_objects 7269 + --nointerface_shared_objects 7270 + --ios_cpu= 7271 + --ios_memleaks 7272 + --noios_memleaks 7273 + --ios_minimum_os= 7274 + --ios_multi_cpus= 7275 + --ios_sdk_version= 7276 + --ios_signing_cert_name= 7277 + --ios_simulator_device= 7278 + --ios_simulator_version= 7279 + --j2objc_translation_flags= 7280 + --java_debug 7281 + --java_deps 7282 + --nojava_deps 7283 + --java_header_compilation 7284 + --nojava_header_compilation 7285 + --java_launcher=label 7286 + --java_toolchain=label 7287 + --javabase=label 7288 + --javacopt= 7289 + --jobs= 7290 + --json_trace_compression={auto,yes,no} 7291 + --nojson_trace_compression 7292 + --jvmopt= 7293 + --keep_going 7294 + --nokeep_going 7295 + --keep_state_after_build 7296 + --nokeep_state_after_build 7297 + --legacy_external_runfiles 7298 + --nolegacy_external_runfiles 7299 + --legacy_important_outputs 7300 + --nolegacy_important_outputs 7301 + --legacy_whole_archive 7302 + --nolegacy_whole_archive 7303 + --linkopt= 7304 + --loading_phase_threads= 7305 + --local_cpu_resources= 7306 + --local_ram_resources= 7307 + --local_resources= 7308 + --local_termination_grace_seconds= 7309 + --local_test_jobs= 7310 + --logging= 7311 + --ltobackendopt= 7312 + --ltoindexopt= 7313 + --macos_cpus= 7314 + --macos_minimum_os= 7315 + --macos_sdk_version= 7316 + --materialize_param_files 7317 + --nomaterialize_param_files 7318 + --max_config_changes_to_show= 7319 + --memory_profile_stable_heap_parameters= 7320 + --message_translations= 7321 + --minimum_os_version= 7322 + --modify_execution_info= 7323 + --nested_set_depth_limit= 7324 + --objc_debug_with_GLIBCXX 7325 + --noobjc_debug_with_GLIBCXX 7326 + --objc_enable_binary_stripping 7327 + --noobjc_enable_binary_stripping 7328 + --objc_generate_linkmap 7329 + --noobjc_generate_linkmap 7330 + --objc_header_scanner_tool=label 7331 + --objc_header_thinning_partition_size= 7332 + --objc_use_dotd_pruning 7333 + --noobjc_use_dotd_pruning 7334 + --objccopt= 7335 + --output_filter= 7336 + --output_groups= 7337 + --override_repository= 7338 + --package_path= 7339 + --parse_headers_verifies_modules 7340 + --noparse_headers_verifies_modules 7341 + --per_file_copt= 7342 + --per_file_ltobackendopt= 7343 + --persistent_android_resource_processor 7344 + --platform_mappings=path 7345 + --platform_suffix= 7346 + --platforms= 7347 + --plugin= 7348 + --print_action_mnemonics= 7349 + --process_headers_in_dependencies 7350 + --noprocess_headers_in_dependencies 7351 + --profile=path 7352 + --progress_in_terminal_title 7353 + --noprogress_in_terminal_title 7354 + --progress_report_interval= 7355 + --proguard_top=label 7356 + --project_id= 7357 + --proto_compiler=label 7358 + --proto_toolchain_for_cc=label 7359 + --proto_toolchain_for_j2objc=label 7360 + --proto_toolchain_for_java=label 7361 + --proto_toolchain_for_javalite=label 7362 + --protocopt= 7363 + --python2_path= 7364 + --python3_path= 7365 + --python_path= 7366 + --python_top=label 7367 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 7368 + --ram_utilization_factor= 7369 + --remote_accept_cached 7370 + --noremote_accept_cached 7371 + --remote_allow_symlink_upload 7372 + --noremote_allow_symlink_upload 7373 + --remote_cache= 7374 + --remote_default_exec_properties= 7375 + --remote_default_platform_properties= 7376 + --remote_download_minimal 7377 + --remote_download_outputs={all,minimal,toplevel} 7378 + --remote_download_toplevel 7379 + --remote_execution_priority= 7380 + --remote_executor= 7381 + --remote_header= 7382 + --remote_instance_name= 7383 + --remote_local_fallback 7384 + --noremote_local_fallback 7385 + --remote_local_fallback_strategy= 7386 + --remote_max_connections= 7387 + --remote_proxy= 7388 + --remote_result_cache_priority= 7389 + --remote_retries= 7390 + --remote_timeout= 7391 + --remote_upload_local_results 7392 + --noremote_upload_local_results 7393 + --remote_verify_downloads 7394 + --noremote_verify_downloads 7395 + --repo_env= 7396 + --repository_cache=path 7397 + --resource_autosense 7398 + --noresource_autosense 7399 + --run_under= 7400 + --runs_per_test= 7401 + --runs_per_test_detects_flakes 7402 + --noruns_per_test_detects_flakes 7403 + --sandbox_add_mount_pair= 7404 + --sandbox_base= 7405 + --sandbox_block_path= 7406 + --sandbox_debug 7407 + --nosandbox_debug 7408 + --sandbox_default_allow_network 7409 + --nosandbox_default_allow_network 7410 + --sandbox_fake_hostname 7411 + --nosandbox_fake_hostname 7412 + --sandbox_fake_username 7413 + --nosandbox_fake_username 7414 + --sandbox_tmpfs_path= 7415 + --sandbox_writable_path= 7416 + --save_temps 7417 + --nosave_temps 7418 + --share_native_deps 7419 + --noshare_native_deps 7420 + --shell_executable=path 7421 + --show_loading_progress 7422 + --noshow_loading_progress 7423 + --show_progress 7424 + --noshow_progress 7425 + --show_progress_rate_limit= 7426 + --show_result= 7427 + --show_task_finish 7428 + --noshow_task_finish 7429 + --show_timestamps 7430 + --noshow_timestamps 7431 + --spawn_strategy= 7432 + --stamp 7433 + --nostamp 7434 + --strategy= 7435 + --strategy_regexp= 7436 + --strict_filesets 7437 + --nostrict_filesets 7438 + --strict_proto_deps={off,warn,error,strict,default} 7439 + --strict_system_includes 7440 + --nostrict_system_includes 7441 + --strip={always,sometimes,never} 7442 + --stripopt= 7443 + --subcommands={true,pretty_print,false} 7444 + --swiftcopt= 7445 + --symlink_prefix= 7446 + --target_environment= 7447 + --target_platform_fallback=label 7448 + --test_arg= 7449 + --test_env= 7450 + --test_filter= 7451 + --test_keep_going 7452 + --notest_keep_going 7453 + --test_lang_filters= 7454 + --test_output={summary,errors,all,streamed} 7455 + --test_result_expiration= 7456 + --test_sharding_strategy={explicit,disabled} 7457 + --test_size_filters= 7458 + --test_strategy= 7459 + --test_summary={short,terse,detailed,none,testcase} 7460 + --test_tag_filters= 7461 + --test_timeout= 7462 + --test_timeout_filters= 7463 + --test_tmpdir=path 7464 + --tls_certificate= 7465 + --tls_enabled 7466 + --notls_enabled 7467 + --tool_tag= 7468 + --toolchain_resolution_debug 7469 + --notoolchain_resolution_debug 7470 + --track_incremental_state 7471 + --notrack_incremental_state 7472 + --translations={auto,yes,no} 7473 + --notranslations 7474 + --trim_test_configuration 7475 + --notrim_test_configuration 7476 + --tvos_cpus= 7477 + --tvos_minimum_os= 7478 + --tvos_sdk_version= 7479 + --tvos_simulator_device= 7480 + --tvos_simulator_version= 7481 + --ui_actions_shown= 7482 + --use_ijars 7483 + --nouse_ijars 7484 + --use_singlejar_apkbuilder 7485 + --nouse_singlejar_apkbuilder 7486 + --verbose_explanations 7487 + --noverbose_explanations 7488 + --verbose_failures 7489 + --noverbose_failures 7490 + --watchfs 7491 + --nowatchfs 7492 + --watchos_cpus= 7493 + --watchos_minimum_os= 7494 + --watchos_sdk_version= 7495 + --watchos_simulator_device= 7496 + --watchos_simulator_version= 7497 + --worker_extra_flag= 7498 + --worker_max_instances= 7499 + --worker_quit_after_build 7500 + --noworker_quit_after_build 7501 + --worker_sandboxing 7502 + --noworker_sandboxing 7503 + --worker_verbose 7504 + --noworker_verbose 7505 + --workspace_status_command=path 7506 + --xbinary_fdo=label 7507 + --xcode_version= 7508 + --xcode_version_config=label 7509 + " 7510 + set __BAZEL_COMMAND_QUERY_ARGUMENT "label" 7511 + set __BAZEL_COMMAND_QUERY_FLAGS " 7512 + --all_incompatible_changes 7513 + --announce_rc 7514 + --noannounce_rc 7515 + --aspect_deps={off,conservative,precise} 7516 + --attempt_to_print_relative_paths 7517 + --noattempt_to_print_relative_paths 7518 + --bes_backend= 7519 + --bes_best_effort 7520 + --nobes_best_effort 7521 + --bes_keywords= 7522 + --bes_lifecycle_events 7523 + --nobes_lifecycle_events 7524 + --bes_outerr_buffer_size= 7525 + --bes_outerr_chunk_size= 7526 + --bes_proxy= 7527 + --bes_results_url= 7528 + --bes_timeout= 7529 + --build_event_binary_file= 7530 + --build_event_binary_file_path_conversion 7531 + --nobuild_event_binary_file_path_conversion 7532 + --build_event_json_file= 7533 + --build_event_json_file_path_conversion 7534 + --nobuild_event_json_file_path_conversion 7535 + --build_event_max_named_set_of_file_entries= 7536 + --build_event_publish_all_actions 7537 + --nobuild_event_publish_all_actions 7538 + --build_event_text_file= 7539 + --build_event_text_file_path_conversion 7540 + --nobuild_event_text_file_path_conversion 7541 + --build_metadata= 7542 + --color={yes,no,auto} 7543 + --config= 7544 + --curses={yes,no,auto} 7545 + --deleted_packages= 7546 + --distdir= 7547 + --enable_platform_specific_config 7548 + --noenable_platform_specific_config 7549 + --experimental_action_args 7550 + --noexperimental_action_args 7551 + --experimental_allow_incremental_repository_updates 7552 + --noexperimental_allow_incremental_repository_updates 7553 + --experimental_allow_tags_propagation 7554 + --noexperimental_allow_tags_propagation 7555 + --experimental_announce_profile_path 7556 + --noexperimental_announce_profile_path 7557 + --experimental_aspect_output_propagation 7558 + --noexperimental_aspect_output_propagation 7559 + --experimental_build_event_expand_filesets 7560 + --noexperimental_build_event_expand_filesets 7561 + --experimental_build_event_upload_strategy= 7562 + --experimental_cc_shared_library 7563 + --noexperimental_cc_shared_library 7564 + --experimental_enable_android_migration_apis 7565 + --noexperimental_enable_android_migration_apis 7566 + --experimental_generate_json_trace_profile 7567 + --noexperimental_generate_json_trace_profile 7568 + --experimental_google_legacy_api 7569 + --noexperimental_google_legacy_api 7570 + --experimental_graphless_query={auto,yes,no} 7571 + --noexperimental_graphless_query 7572 + --experimental_multi_threaded_digest 7573 + --noexperimental_multi_threaded_digest 7574 + --experimental_oom_more_eagerly_threshold= 7575 + --experimental_platforms_api 7576 + --noexperimental_platforms_api 7577 + --experimental_post_profile_started_event 7578 + --noexperimental_post_profile_started_event 7579 + --experimental_profile_action_counts 7580 + --noexperimental_profile_action_counts 7581 + --experimental_profile_additional_tasks= 7582 + --experimental_profile_cpu_usage 7583 + --noexperimental_profile_cpu_usage 7584 + --experimental_repository_cache_hardlinks 7585 + --noexperimental_repository_cache_hardlinks 7586 + --experimental_repository_hash_file= 7587 + --experimental_repository_resolved_file= 7588 + --experimental_resolved_file_instead_of_workspace= 7589 + --experimental_scale_timeouts= 7590 + --experimental_slim_json_profile 7591 + --noexperimental_slim_json_profile 7592 + --experimental_starlark_config_transitions 7593 + --noexperimental_starlark_config_transitions 7594 + --experimental_starlark_unused_inputs_list 7595 + --noexperimental_starlark_unused_inputs_list 7596 + --experimental_ui_deduplicate 7597 + --noexperimental_ui_deduplicate 7598 + --experimental_ui_limit_console_output= 7599 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 7600 + --experimental_verify_repository_rules= 7601 + --experimental_workspace_rules_log_file=path 7602 + --google_auth_scopes= 7603 + --google_credentials= 7604 + --google_default_credentials 7605 + --nogoogle_default_credentials 7606 + --graph:conditional_edges_limit= 7607 + --graph:factored 7608 + --nograph:factored 7609 + --graph:node_limit= 7610 + --http_timeout_scaling= 7611 + --implicit_deps 7612 + --noimplicit_deps 7613 + --incompatible_bzl_disallow_load_after_statement 7614 + --noincompatible_bzl_disallow_load_after_statement 7615 + --incompatible_depset_for_libraries_to_link_getter 7616 + --noincompatible_depset_for_libraries_to_link_getter 7617 + --incompatible_depset_is_not_iterable 7618 + --noincompatible_depset_is_not_iterable 7619 + --incompatible_depset_union 7620 + --noincompatible_depset_union 7621 + --incompatible_disable_deprecated_attr_params 7622 + --noincompatible_disable_deprecated_attr_params 7623 + --incompatible_disable_depset_items 7624 + --noincompatible_disable_depset_items 7625 + --incompatible_disable_target_provider_fields 7626 + --noincompatible_disable_target_provider_fields 7627 + --incompatible_disable_third_party_license_checking 7628 + --noincompatible_disable_third_party_license_checking 7629 + --incompatible_disallow_dict_lookup_unhashable_keys 7630 + --noincompatible_disallow_dict_lookup_unhashable_keys 7631 + --incompatible_disallow_empty_glob 7632 + --noincompatible_disallow_empty_glob 7633 + --incompatible_disallow_legacy_javainfo 7634 + --noincompatible_disallow_legacy_javainfo 7635 + --incompatible_disallow_struct_provider_syntax 7636 + --noincompatible_disallow_struct_provider_syntax 7637 + --incompatible_disallow_unverified_http_downloads 7638 + --noincompatible_disallow_unverified_http_downloads 7639 + --incompatible_do_not_split_linking_cmdline 7640 + --noincompatible_do_not_split_linking_cmdline 7641 + --incompatible_enable_profile_by_default 7642 + --noincompatible_enable_profile_by_default 7643 + --incompatible_new_actions_api 7644 + --noincompatible_new_actions_api 7645 + --incompatible_no_attr_license 7646 + --noincompatible_no_attr_license 7647 + --incompatible_no_implicit_file_export 7648 + --noincompatible_no_implicit_file_export 7649 + --incompatible_no_output_attr_default 7650 + --noincompatible_no_output_attr_default 7651 + --incompatible_no_rule_outputs_param 7652 + --noincompatible_no_rule_outputs_param 7653 + --incompatible_no_support_tools_in_action_inputs 7654 + --noincompatible_no_support_tools_in_action_inputs 7655 + --incompatible_no_target_output_group 7656 + --noincompatible_no_target_output_group 7657 + --incompatible_remap_main_repo 7658 + --noincompatible_remap_main_repo 7659 + --incompatible_remove_binary_profile 7660 + --noincompatible_remove_binary_profile 7661 + --incompatible_remove_native_maven_jar 7662 + --noincompatible_remove_native_maven_jar 7663 + --incompatible_restrict_named_params 7664 + --noincompatible_restrict_named_params 7665 + --incompatible_restrict_string_escapes 7666 + --noincompatible_restrict_string_escapes 7667 + --incompatible_run_shell_command_string 7668 + --noincompatible_run_shell_command_string 7669 + --incompatible_string_join_requires_strings 7670 + --noincompatible_string_join_requires_strings 7671 + --incompatible_tls_enabled_removed 7672 + --noincompatible_tls_enabled_removed 7673 + --incompatible_use_native_patch 7674 + --noincompatible_use_native_patch 7675 + --incompatible_visibility_private_attributes_at_definition 7676 + --noincompatible_visibility_private_attributes_at_definition 7677 + --json_trace_compression={auto,yes,no} 7678 + --nojson_trace_compression 7679 + --keep_going 7680 + --nokeep_going 7681 + --keep_state_after_build 7682 + --nokeep_state_after_build 7683 + --legacy_important_outputs 7684 + --nolegacy_important_outputs 7685 + --line_terminator_null 7686 + --noline_terminator_null 7687 + --loading_phase_threads= 7688 + --logging= 7689 + --memory_profile_stable_heap_parameters= 7690 + --nested_set_depth_limit= 7691 + --nodep_deps 7692 + --nonodep_deps 7693 + --noorder_results 7694 + --null 7695 + --order_output={no,deps,auto,full} 7696 + --order_results 7697 + --output= 7698 + --override_repository= 7699 + --package_path= 7700 + --profile=path 7701 + --progress_in_terminal_title 7702 + --noprogress_in_terminal_title 7703 + --project_id= 7704 + --proto:default_values 7705 + --noproto:default_values 7706 + --proto:flatten_selects 7707 + --noproto:flatten_selects 7708 + --proto:locations 7709 + --noproto:locations 7710 + --proto:output_rule_attrs= 7711 + --proto:rule_inputs_and_outputs 7712 + --noproto:rule_inputs_and_outputs 7713 + --query_file= 7714 + --relative_locations 7715 + --norelative_locations 7716 + --repository_cache=path 7717 + --show_loading_progress 7718 + --noshow_loading_progress 7719 + --show_progress 7720 + --noshow_progress 7721 + --show_progress_rate_limit= 7722 + --show_task_finish 7723 + --noshow_task_finish 7724 + --show_timestamps 7725 + --noshow_timestamps 7726 + --strict_test_suite 7727 + --nostrict_test_suite 7728 + --tls_certificate= 7729 + --tls_enabled 7730 + --notls_enabled 7731 + --tool_deps 7732 + --notool_deps 7733 + --tool_tag= 7734 + --track_incremental_state 7735 + --notrack_incremental_state 7736 + --ui_actions_shown= 7737 + --universe_scope= 7738 + --watchfs 7739 + --nowatchfs 7740 + --xml:default_values 7741 + --noxml:default_values 7742 + --xml:line_numbers 7743 + --noxml:line_numbers 7744 + " 7745 + set __BAZEL_COMMAND_RUN_ARGUMENT "label-bin" 7746 + set __BAZEL_COMMAND_RUN_FLAGS " 7747 + --action_env= 7748 + --all_incompatible_changes 7749 + --allow_analysis_failures 7750 + --noallow_analysis_failures 7751 + --analysis_testing_deps_limit= 7752 + --android_aapt={aapt,aapt2,auto} 7753 + --android_compiler= 7754 + --android_cpu= 7755 + --android_crosstool_top=label 7756 + --android_databinding_use_v3_4_args 7757 + --noandroid_databinding_use_v3_4_args 7758 + --android_dynamic_mode={off,default,fully} 7759 + --android_grte_top=label 7760 + --android_manifest_merger={legacy,android,force_android} 7761 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 7762 + --android_resource_shrinking 7763 + --noandroid_resource_shrinking 7764 + --android_sdk=label 7765 + --announce 7766 + --noannounce 7767 + --announce_rc 7768 + --noannounce_rc 7769 + --apk_signing_method={v1,v2,v1_v2} 7770 + --apple_bitcode={none,embedded_markers,embedded} 7771 + --apple_compiler= 7772 + --apple_crosstool_top=label 7773 + --apple_enable_auto_dsym_dbg 7774 + --noapple_enable_auto_dsym_dbg 7775 + --apple_generate_dsym 7776 + --noapple_generate_dsym 7777 + --apple_grte_top=label 7778 + --apple_sdk=label 7779 + --aspects= 7780 + --attempt_to_print_relative_paths 7781 + --noattempt_to_print_relative_paths 7782 + --auto_cpu_environment_group=label 7783 + --auto_output_filter={none,all,packages,subpackages} 7784 + --bep_publish_used_heap_size_post_build 7785 + --nobep_publish_used_heap_size_post_build 7786 + --bes_backend= 7787 + --bes_best_effort 7788 + --nobes_best_effort 7789 + --bes_keywords= 7790 + --bes_lifecycle_events 7791 + --nobes_lifecycle_events 7792 + --bes_outerr_buffer_size= 7793 + --bes_outerr_chunk_size= 7794 + --bes_proxy= 7795 + --bes_results_url= 7796 + --bes_timeout= 7797 + --break_build_on_parallel_dex2oat_failure 7798 + --nobreak_build_on_parallel_dex2oat_failure 7799 + --build 7800 + --nobuild 7801 + --build_event_binary_file= 7802 + --build_event_binary_file_path_conversion 7803 + --nobuild_event_binary_file_path_conversion 7804 + --build_event_json_file= 7805 + --build_event_json_file_path_conversion 7806 + --nobuild_event_json_file_path_conversion 7807 + --build_event_max_named_set_of_file_entries= 7808 + --build_event_publish_all_actions 7809 + --nobuild_event_publish_all_actions 7810 + --build_event_text_file= 7811 + --build_event_text_file_path_conversion 7812 + --nobuild_event_text_file_path_conversion 7813 + --build_manual_tests 7814 + --nobuild_manual_tests 7815 + --build_metadata= 7816 + --build_python_zip={auto,yes,no} 7817 + --nobuild_python_zip 7818 + --build_runfile_links 7819 + --nobuild_runfile_links 7820 + --build_runfile_manifests 7821 + --nobuild_runfile_manifests 7822 + --build_tag_filters= 7823 + --build_test_dwp 7824 + --nobuild_test_dwp 7825 + --build_tests_only 7826 + --nobuild_tests_only 7827 + --cache_test_results={auto,yes,no} 7828 + --nocache_test_results 7829 + --cc_output_directory_tag= 7830 + --cc_proto_library_header_suffixes= 7831 + --cc_proto_library_source_suffixes= 7832 + --check_constraint= 7833 + --check_licenses 7834 + --nocheck_licenses 7835 + --check_tests_up_to_date 7836 + --nocheck_tests_up_to_date 7837 + --check_up_to_date 7838 + --nocheck_up_to_date 7839 + --check_visibility 7840 + --nocheck_visibility 7841 + --collapse_duplicate_defines 7842 + --nocollapse_duplicate_defines 7843 + --collect_code_coverage 7844 + --nocollect_code_coverage 7845 + --color={yes,no,auto} 7846 + --combined_report={none,lcov} 7847 + --compilation_mode={fastbuild,dbg,opt} 7848 + --compile_one_dependency 7849 + --nocompile_one_dependency 7850 + --compiler= 7851 + --config= 7852 + --conlyopt= 7853 + --copt= 7854 + --coverage_report_generator=label 7855 + --coverage_support=label 7856 + --cpu= 7857 + --crosstool_top=label 7858 + --cs_fdo_absolute_path= 7859 + --cs_fdo_instrument= 7860 + --cs_fdo_profile=label 7861 + --curses={yes,no,auto} 7862 + --custom_malloc=label 7863 + --cxxopt= 7864 + --default_ios_provisioning_profile=label 7865 + --define= 7866 + --deleted_packages= 7867 + --desugar_for_android 7868 + --nodesugar_for_android 7869 + --device_debug_entitlements 7870 + --nodevice_debug_entitlements 7871 + --discard_analysis_cache 7872 + --nodiscard_analysis_cache 7873 + --disk_cache=path 7874 + --distdir= 7875 + --distinct_host_configuration 7876 + --nodistinct_host_configuration 7877 + --dynamic_mode={off,default,fully} 7878 + --embed_label= 7879 + --enable_apple_binary_native_protos 7880 + --noenable_apple_binary_native_protos 7881 + --enable_fdo_profile_absolute_path 7882 + --noenable_fdo_profile_absolute_path 7883 + --enable_platform_specific_config 7884 + --noenable_platform_specific_config 7885 + --enable_runfiles={auto,yes,no} 7886 + --noenable_runfiles 7887 + --enabled_toolchain_types= 7888 + --enforce_constraints 7889 + --noenforce_constraints 7890 + --execution_log_binary_file=path 7891 + --execution_log_json_file=path 7892 + --expand_test_suites 7893 + --noexpand_test_suites 7894 + --experimental_action_args 7895 + --noexperimental_action_args 7896 + --experimental_action_listener= 7897 + --experimental_add_exec_constraints_to_targets= 7898 + --experimental_allow_android_library_deps_without_srcs 7899 + --noexperimental_allow_android_library_deps_without_srcs 7900 + --experimental_allow_incremental_repository_updates 7901 + --noexperimental_allow_incremental_repository_updates 7902 + --experimental_allow_tags_propagation 7903 + --noexperimental_allow_tags_propagation 7904 + --experimental_android_compress_java_resources 7905 + --noexperimental_android_compress_java_resources 7906 + --experimental_android_databinding_v2 7907 + --noexperimental_android_databinding_v2 7908 + --experimental_android_resource_shrinking 7909 + --noexperimental_android_resource_shrinking 7910 + --experimental_android_rewrite_dexes_with_rex 7911 + --noexperimental_android_rewrite_dexes_with_rex 7912 + --experimental_android_use_parallel_dex2oat 7913 + --noexperimental_android_use_parallel_dex2oat 7914 + --experimental_announce_profile_path 7915 + --noexperimental_announce_profile_path 7916 + --experimental_aspect_output_propagation 7917 + --noexperimental_aspect_output_propagation 7918 + --experimental_build_event_expand_filesets 7919 + --noexperimental_build_event_expand_filesets 7920 + --experimental_build_event_upload_strategy= 7921 + --experimental_cancel_concurrent_tests 7922 + --noexperimental_cancel_concurrent_tests 7923 + --experimental_cc_shared_library 7924 + --noexperimental_cc_shared_library 7925 + --experimental_check_desugar_deps 7926 + --noexperimental_check_desugar_deps 7927 + --experimental_desugar_java8_libs 7928 + --noexperimental_desugar_java8_libs 7929 + --experimental_docker_image= 7930 + --experimental_docker_privileged 7931 + --noexperimental_docker_privileged 7932 + --experimental_docker_use_customized_images 7933 + --noexperimental_docker_use_customized_images 7934 + --experimental_docker_verbose 7935 + --noexperimental_docker_verbose 7936 + --experimental_enable_android_migration_apis 7937 + --noexperimental_enable_android_migration_apis 7938 + --experimental_enable_docker_sandbox 7939 + --noexperimental_enable_docker_sandbox 7940 + --experimental_enable_objc_cc_deps 7941 + --noexperimental_enable_objc_cc_deps 7942 + --experimental_execution_log_file=path 7943 + --experimental_extra_action_filter= 7944 + --experimental_extra_action_top_level_only 7945 + --noexperimental_extra_action_top_level_only 7946 + --experimental_filter_library_jar_with_program_jar 7947 + --noexperimental_filter_library_jar_with_program_jar 7948 + --experimental_generate_json_trace_profile 7949 + --noexperimental_generate_json_trace_profile 7950 + --experimental_google_legacy_api 7951 + --noexperimental_google_legacy_api 7952 + --experimental_guard_against_concurrent_changes 7953 + --noexperimental_guard_against_concurrent_changes 7954 + --experimental_import_deps_checking={off,warning,error} 7955 + --experimental_inmemory_dotd_files 7956 + --noexperimental_inmemory_dotd_files 7957 + --experimental_inmemory_jdeps_files 7958 + --noexperimental_inmemory_jdeps_files 7959 + --experimental_inmemory_unused_inputs_list 7960 + --noexperimental_inmemory_unused_inputs_list 7961 + --experimental_interleave_loading_and_analysis 7962 + --noexperimental_interleave_loading_and_analysis 7963 + --experimental_j2objc_header_map 7964 + --noexperimental_j2objc_header_map 7965 + --experimental_j2objc_shorter_header_path 7966 + --noexperimental_j2objc_shorter_header_path 7967 + --experimental_java_classpath={off,javabuilder,bazel} 7968 + --experimental_java_proto_add_allowed_public_imports 7969 + --noexperimental_java_proto_add_allowed_public_imports 7970 + --experimental_local_execution_delay= 7971 + --experimental_local_memory_estimate 7972 + --noexperimental_local_memory_estimate 7973 + --experimental_multi_cpu= 7974 + --experimental_multi_threaded_digest 7975 + --noexperimental_multi_threaded_digest 7976 + --experimental_objc_enable_module_maps 7977 + --noexperimental_objc_enable_module_maps 7978 + --experimental_objc_fastbuild_options= 7979 + --experimental_objc_header_thinning 7980 + --noexperimental_objc_header_thinning 7981 + --experimental_objc_include_scanning 7982 + --noexperimental_objc_include_scanning 7983 + --experimental_omitfp 7984 + --noexperimental_omitfp 7985 + --experimental_oom_more_eagerly_threshold= 7986 + --experimental_persistent_javac 7987 + --experimental_platforms_api 7988 + --noexperimental_platforms_api 7989 + --experimental_post_profile_started_event 7990 + --noexperimental_post_profile_started_event 7991 + --experimental_profile_action_counts 7992 + --noexperimental_profile_action_counts 7993 + --experimental_profile_additional_tasks= 7994 + --experimental_profile_cpu_usage 7995 + --noexperimental_profile_cpu_usage 7996 + --experimental_proto_extra_actions 7997 + --noexperimental_proto_extra_actions 7998 + --experimental_remote_grpc_log=path 7999 + --experimental_repository_cache_hardlinks 8000 + --noexperimental_repository_cache_hardlinks 8001 + --experimental_repository_hash_file= 8002 + --experimental_repository_resolved_file= 8003 + --experimental_resolved_file_instead_of_workspace= 8004 + --experimental_run_validations 8005 + --noexperimental_run_validations 8006 + --experimental_sandbox_async_tree_delete_idle_threads= 8007 + --experimental_sandboxfs_map_symlink_targets 8008 + --noexperimental_sandboxfs_map_symlink_targets 8009 + --experimental_sandboxfs_path= 8010 + --experimental_save_feature_state 8011 + --noexperimental_save_feature_state 8012 + --experimental_scale_timeouts= 8013 + --experimental_slim_json_profile 8014 + --noexperimental_slim_json_profile 8015 + --experimental_spawn_scheduler 8016 + --experimental_split_xml_generation 8017 + --noexperimental_split_xml_generation 8018 + --experimental_starlark_config_transitions 8019 + --noexperimental_starlark_config_transitions 8020 + --experimental_starlark_unused_inputs_list 8021 + --noexperimental_starlark_unused_inputs_list 8022 + --experimental_strict_fileset_output 8023 + --noexperimental_strict_fileset_output 8024 + --experimental_strict_java_deps={off,warn,error,strict,default} 8025 + --experimental_ui_deduplicate 8026 + --noexperimental_ui_deduplicate 8027 + --experimental_ui_limit_console_output= 8028 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 8029 + --experimental_use_llvm_covmap 8030 + --noexperimental_use_llvm_covmap 8031 + --experimental_use_sandboxfs={auto,yes,no} 8032 + --noexperimental_use_sandboxfs 8033 + --experimental_use_windows_sandbox={auto,yes,no} 8034 + --noexperimental_use_windows_sandbox 8035 + --experimental_verify_repository_rules= 8036 + --experimental_windows_sandbox_path= 8037 + --experimental_workspace_rules_log_file=path 8038 + --explain=path 8039 + --explicit_java_test_deps 8040 + --noexplicit_java_test_deps 8041 + --extra_execution_platforms= 8042 + --extra_toolchains= 8043 + --fat_apk_cpu= 8044 + --fdo_instrument= 8045 + --fdo_optimize= 8046 + --fdo_prefetch_hints=label 8047 + --fdo_profile=label 8048 + --features= 8049 + --fission= 8050 + --flaky_test_attempts= 8051 + --force_pic 8052 + --noforce_pic 8053 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 8054 + --genrule_strategy= 8055 + --google_auth_scopes= 8056 + --google_credentials= 8057 + --google_default_credentials 8058 + --nogoogle_default_credentials 8059 + --grte_top=label 8060 + --high_priority_workers= 8061 + --host_compilation_mode={fastbuild,dbg,opt} 8062 + --host_compiler= 8063 + --host_conlyopt= 8064 + --host_copt= 8065 + --host_cpu= 8066 + --host_crosstool_top=label 8067 + --host_cxxopt= 8068 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 8069 + --host_grte_top=label 8070 + --host_java_launcher=label 8071 + --host_java_toolchain=label 8072 + --host_javabase=label 8073 + --host_javacopt= 8074 + --host_linkopt= 8075 + --host_platform=label 8076 + --host_swiftcopt= 8077 + --http_timeout_scaling= 8078 + --ignore_unsupported_sandboxing 8079 + --noignore_unsupported_sandboxing 8080 + --incompatible_allow_python_version_transitions 8081 + --noincompatible_allow_python_version_transitions 8082 + --incompatible_bzl_disallow_load_after_statement 8083 + --noincompatible_bzl_disallow_load_after_statement 8084 + --incompatible_default_to_explicit_init_py 8085 + --noincompatible_default_to_explicit_init_py 8086 + --incompatible_depset_for_libraries_to_link_getter 8087 + --noincompatible_depset_for_libraries_to_link_getter 8088 + --incompatible_depset_is_not_iterable 8089 + --noincompatible_depset_is_not_iterable 8090 + --incompatible_depset_union 8091 + --noincompatible_depset_union 8092 + --incompatible_disable_deprecated_attr_params 8093 + --noincompatible_disable_deprecated_attr_params 8094 + --incompatible_disable_depset_items 8095 + --noincompatible_disable_depset_items 8096 + --incompatible_disable_expand_if_all_available_in_flag_set 8097 + --noincompatible_disable_expand_if_all_available_in_flag_set 8098 + --incompatible_disable_native_android_rules 8099 + --noincompatible_disable_native_android_rules 8100 + --incompatible_disable_target_provider_fields 8101 + --noincompatible_disable_target_provider_fields 8102 + --incompatible_disable_third_party_license_checking 8103 + --noincompatible_disable_third_party_license_checking 8104 + --incompatible_disallow_dict_lookup_unhashable_keys 8105 + --noincompatible_disallow_dict_lookup_unhashable_keys 8106 + --incompatible_disallow_empty_glob 8107 + --noincompatible_disallow_empty_glob 8108 + --incompatible_disallow_legacy_javainfo 8109 + --noincompatible_disallow_legacy_javainfo 8110 + --incompatible_disallow_legacy_py_provider 8111 + --noincompatible_disallow_legacy_py_provider 8112 + --incompatible_disallow_struct_provider_syntax 8113 + --noincompatible_disallow_struct_provider_syntax 8114 + --incompatible_disallow_unverified_http_downloads 8115 + --noincompatible_disallow_unverified_http_downloads 8116 + --incompatible_do_not_split_linking_cmdline 8117 + --noincompatible_do_not_split_linking_cmdline 8118 + --incompatible_dont_enable_host_nonhost_crosstool_features 8119 + --noincompatible_dont_enable_host_nonhost_crosstool_features 8120 + --incompatible_enable_profile_by_default 8121 + --noincompatible_enable_profile_by_default 8122 + --incompatible_make_thinlto_command_lines_standalone 8123 + --noincompatible_make_thinlto_command_lines_standalone 8124 + --incompatible_merge_genfiles_directory 8125 + --noincompatible_merge_genfiles_directory 8126 + --incompatible_new_actions_api 8127 + --noincompatible_new_actions_api 8128 + --incompatible_no_attr_license 8129 + --noincompatible_no_attr_license 8130 + --incompatible_no_implicit_file_export 8131 + --noincompatible_no_implicit_file_export 8132 + --incompatible_no_output_attr_default 8133 + --noincompatible_no_output_attr_default 8134 + --incompatible_no_rule_outputs_param 8135 + --noincompatible_no_rule_outputs_param 8136 + --incompatible_no_support_tools_in_action_inputs 8137 + --noincompatible_no_support_tools_in_action_inputs 8138 + --incompatible_no_target_output_group 8139 + --noincompatible_no_target_output_group 8140 + --incompatible_prohibit_aapt1 8141 + --noincompatible_prohibit_aapt1 8142 + --incompatible_py2_outputs_are_suffixed 8143 + --noincompatible_py2_outputs_are_suffixed 8144 + --incompatible_py3_is_default 8145 + --noincompatible_py3_is_default 8146 + --incompatible_remap_main_repo 8147 + --noincompatible_remap_main_repo 8148 + --incompatible_remote_symlinks 8149 + --noincompatible_remote_symlinks 8150 + --incompatible_remove_binary_profile 8151 + --noincompatible_remove_binary_profile 8152 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 8153 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 8154 + --incompatible_remove_legacy_whole_archive 8155 + --noincompatible_remove_legacy_whole_archive 8156 + --incompatible_remove_local_resources 8157 + --noincompatible_remove_local_resources 8158 + --incompatible_remove_native_maven_jar 8159 + --noincompatible_remove_native_maven_jar 8160 + --incompatible_remove_old_python_version_api 8161 + --noincompatible_remove_old_python_version_api 8162 + --incompatible_require_ctx_in_configure_features 8163 + --noincompatible_require_ctx_in_configure_features 8164 + --incompatible_restrict_named_params 8165 + --noincompatible_restrict_named_params 8166 + --incompatible_restrict_string_escapes 8167 + --noincompatible_restrict_string_escapes 8168 + --incompatible_run_shell_command_string 8169 + --noincompatible_run_shell_command_string 8170 + --incompatible_strict_action_env 8171 + --noincompatible_strict_action_env 8172 + --incompatible_strict_objc_module_maps 8173 + --noincompatible_strict_objc_module_maps 8174 + --incompatible_string_join_requires_strings 8175 + --noincompatible_string_join_requires_strings 8176 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 8177 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 8178 + --incompatible_tls_enabled_removed 8179 + --noincompatible_tls_enabled_removed 8180 + --incompatible_use_native_patch 8181 + --noincompatible_use_native_patch 8182 + --incompatible_use_platforms_repo_for_constraints 8183 + --noincompatible_use_platforms_repo_for_constraints 8184 + --incompatible_use_python_toolchains 8185 + --noincompatible_use_python_toolchains 8186 + --incompatible_validate_top_level_header_inclusions 8187 + --noincompatible_validate_top_level_header_inclusions 8188 + --incompatible_visibility_private_attributes_at_definition 8189 + --noincompatible_visibility_private_attributes_at_definition 8190 + --incompatible_windows_bashless_run_command 8191 + --noincompatible_windows_bashless_run_command 8192 + --incompatible_windows_native_test_wrapper 8193 + --noincompatible_windows_native_test_wrapper 8194 + --incremental_dexing 8195 + --noincremental_dexing 8196 + --instrument_test_targets 8197 + --noinstrument_test_targets 8198 + --instrumentation_filter= 8199 + --interface_shared_objects 8200 + --nointerface_shared_objects 8201 + --ios_cpu= 8202 + --ios_memleaks 8203 + --noios_memleaks 8204 + --ios_minimum_os= 8205 + --ios_multi_cpus= 8206 + --ios_sdk_version= 8207 + --ios_signing_cert_name= 8208 + --ios_simulator_device= 8209 + --ios_simulator_version= 8210 + --j2objc_translation_flags= 8211 + --java_debug 8212 + --java_deps 8213 + --nojava_deps 8214 + --java_header_compilation 8215 + --nojava_header_compilation 8216 + --java_launcher=label 8217 + --java_toolchain=label 8218 + --javabase=label 8219 + --javacopt= 8220 + --jobs= 8221 + --json_trace_compression={auto,yes,no} 8222 + --nojson_trace_compression 8223 + --jvmopt= 8224 + --keep_going 8225 + --nokeep_going 8226 + --keep_state_after_build 8227 + --nokeep_state_after_build 8228 + --legacy_external_runfiles 8229 + --nolegacy_external_runfiles 8230 + --legacy_important_outputs 8231 + --nolegacy_important_outputs 8232 + --legacy_whole_archive 8233 + --nolegacy_whole_archive 8234 + --linkopt= 8235 + --loading_phase_threads= 8236 + --local_cpu_resources= 8237 + --local_ram_resources= 8238 + --local_resources= 8239 + --local_termination_grace_seconds= 8240 + --local_test_jobs= 8241 + --logging= 8242 + --ltobackendopt= 8243 + --ltoindexopt= 8244 + --macos_cpus= 8245 + --macos_minimum_os= 8246 + --macos_sdk_version= 8247 + --materialize_param_files 8248 + --nomaterialize_param_files 8249 + --max_config_changes_to_show= 8250 + --memory_profile_stable_heap_parameters= 8251 + --message_translations= 8252 + --minimum_os_version= 8253 + --modify_execution_info= 8254 + --nested_set_depth_limit= 8255 + --objc_debug_with_GLIBCXX 8256 + --noobjc_debug_with_GLIBCXX 8257 + --objc_enable_binary_stripping 8258 + --noobjc_enable_binary_stripping 8259 + --objc_generate_linkmap 8260 + --noobjc_generate_linkmap 8261 + --objc_header_scanner_tool=label 8262 + --objc_header_thinning_partition_size= 8263 + --objc_use_dotd_pruning 8264 + --noobjc_use_dotd_pruning 8265 + --objccopt= 8266 + --output_filter= 8267 + --output_groups= 8268 + --override_repository= 8269 + --package_path= 8270 + --parse_headers_verifies_modules 8271 + --noparse_headers_verifies_modules 8272 + --per_file_copt= 8273 + --per_file_ltobackendopt= 8274 + --persistent_android_resource_processor 8275 + --platform_mappings=path 8276 + --platform_suffix= 8277 + --platforms= 8278 + --plugin= 8279 + --process_headers_in_dependencies 8280 + --noprocess_headers_in_dependencies 8281 + --profile=path 8282 + --progress_in_terminal_title 8283 + --noprogress_in_terminal_title 8284 + --progress_report_interval= 8285 + --proguard_top=label 8286 + --project_id= 8287 + --proto_compiler=label 8288 + --proto_toolchain_for_cc=label 8289 + --proto_toolchain_for_j2objc=label 8290 + --proto_toolchain_for_java=label 8291 + --proto_toolchain_for_javalite=label 8292 + --protocopt= 8293 + --python2_path= 8294 + --python3_path= 8295 + --python_path= 8296 + --python_top=label 8297 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 8298 + --ram_utilization_factor= 8299 + --remote_accept_cached 8300 + --noremote_accept_cached 8301 + --remote_allow_symlink_upload 8302 + --noremote_allow_symlink_upload 8303 + --remote_cache= 8304 + --remote_default_exec_properties= 8305 + --remote_default_platform_properties= 8306 + --remote_download_minimal 8307 + --remote_download_outputs={all,minimal,toplevel} 8308 + --remote_download_toplevel 8309 + --remote_execution_priority= 8310 + --remote_executor= 8311 + --remote_header= 8312 + --remote_instance_name= 8313 + --remote_local_fallback 8314 + --noremote_local_fallback 8315 + --remote_local_fallback_strategy= 8316 + --remote_max_connections= 8317 + --remote_proxy= 8318 + --remote_result_cache_priority= 8319 + --remote_retries= 8320 + --remote_timeout= 8321 + --remote_upload_local_results 8322 + --noremote_upload_local_results 8323 + --remote_verify_downloads 8324 + --noremote_verify_downloads 8325 + --repo_env= 8326 + --repository_cache=path 8327 + --resource_autosense 8328 + --noresource_autosense 8329 + --run_under= 8330 + --runs_per_test= 8331 + --runs_per_test_detects_flakes 8332 + --noruns_per_test_detects_flakes 8333 + --sandbox_add_mount_pair= 8334 + --sandbox_base= 8335 + --sandbox_block_path= 8336 + --sandbox_debug 8337 + --nosandbox_debug 8338 + --sandbox_default_allow_network 8339 + --nosandbox_default_allow_network 8340 + --sandbox_fake_hostname 8341 + --nosandbox_fake_hostname 8342 + --sandbox_fake_username 8343 + --nosandbox_fake_username 8344 + --sandbox_tmpfs_path= 8345 + --sandbox_writable_path= 8346 + --save_temps 8347 + --nosave_temps 8348 + --script_path=path 8349 + --share_native_deps 8350 + --noshare_native_deps 8351 + --shell_executable=path 8352 + --show_loading_progress 8353 + --noshow_loading_progress 8354 + --show_progress 8355 + --noshow_progress 8356 + --show_progress_rate_limit= 8357 + --show_result= 8358 + --show_task_finish 8359 + --noshow_task_finish 8360 + --show_timestamps 8361 + --noshow_timestamps 8362 + --spawn_strategy= 8363 + --stamp 8364 + --nostamp 8365 + --strategy= 8366 + --strategy_regexp= 8367 + --strict_filesets 8368 + --nostrict_filesets 8369 + --strict_proto_deps={off,warn,error,strict,default} 8370 + --strict_system_includes 8371 + --nostrict_system_includes 8372 + --strip={always,sometimes,never} 8373 + --stripopt= 8374 + --subcommands={true,pretty_print,false} 8375 + --swiftcopt= 8376 + --symlink_prefix= 8377 + --target_environment= 8378 + --target_platform_fallback=label 8379 + --test_arg= 8380 + --test_env= 8381 + --test_filter= 8382 + --test_keep_going 8383 + --notest_keep_going 8384 + --test_lang_filters= 8385 + --test_output={summary,errors,all,streamed} 8386 + --test_result_expiration= 8387 + --test_sharding_strategy={explicit,disabled} 8388 + --test_size_filters= 8389 + --test_strategy= 8390 + --test_summary={short,terse,detailed,none,testcase} 8391 + --test_tag_filters= 8392 + --test_timeout= 8393 + --test_timeout_filters= 8394 + --test_tmpdir=path 8395 + --tls_certificate= 8396 + --tls_enabled 8397 + --notls_enabled 8398 + --tool_tag= 8399 + --toolchain_resolution_debug 8400 + --notoolchain_resolution_debug 8401 + --track_incremental_state 8402 + --notrack_incremental_state 8403 + --translations={auto,yes,no} 8404 + --notranslations 8405 + --trim_test_configuration 8406 + --notrim_test_configuration 8407 + --tvos_cpus= 8408 + --tvos_minimum_os= 8409 + --tvos_sdk_version= 8410 + --tvos_simulator_device= 8411 + --tvos_simulator_version= 8412 + --ui_actions_shown= 8413 + --use_ijars 8414 + --nouse_ijars 8415 + --use_singlejar_apkbuilder 8416 + --nouse_singlejar_apkbuilder 8417 + --verbose_explanations 8418 + --noverbose_explanations 8419 + --verbose_failures 8420 + --noverbose_failures 8421 + --watchfs 8422 + --nowatchfs 8423 + --watchos_cpus= 8424 + --watchos_minimum_os= 8425 + --watchos_sdk_version= 8426 + --watchos_simulator_device= 8427 + --watchos_simulator_version= 8428 + --worker_extra_flag= 8429 + --worker_max_instances= 8430 + --worker_quit_after_build 8431 + --noworker_quit_after_build 8432 + --worker_sandboxing 8433 + --noworker_sandboxing 8434 + --worker_verbose 8435 + --noworker_verbose 8436 + --workspace_status_command=path 8437 + --xbinary_fdo=label 8438 + --xcode_version= 8439 + --xcode_version_config=label 8440 + " 8441 + set __BAZEL_COMMAND_SHUTDOWN_FLAGS " 8442 + --all_incompatible_changes 8443 + --announce_rc 8444 + --noannounce_rc 8445 + --attempt_to_print_relative_paths 8446 + --noattempt_to_print_relative_paths 8447 + --bes_backend= 8448 + --bes_best_effort 8449 + --nobes_best_effort 8450 + --bes_keywords= 8451 + --bes_lifecycle_events 8452 + --nobes_lifecycle_events 8453 + --bes_outerr_buffer_size= 8454 + --bes_outerr_chunk_size= 8455 + --bes_proxy= 8456 + --bes_results_url= 8457 + --bes_timeout= 8458 + --build_event_binary_file= 8459 + --build_event_binary_file_path_conversion 8460 + --nobuild_event_binary_file_path_conversion 8461 + --build_event_json_file= 8462 + --build_event_json_file_path_conversion 8463 + --nobuild_event_json_file_path_conversion 8464 + --build_event_max_named_set_of_file_entries= 8465 + --build_event_publish_all_actions 8466 + --nobuild_event_publish_all_actions 8467 + --build_event_text_file= 8468 + --build_event_text_file_path_conversion 8469 + --nobuild_event_text_file_path_conversion 8470 + --build_metadata= 8471 + --color={yes,no,auto} 8472 + --config= 8473 + --curses={yes,no,auto} 8474 + --enable_platform_specific_config 8475 + --noenable_platform_specific_config 8476 + --experimental_action_args 8477 + --noexperimental_action_args 8478 + --experimental_allow_incremental_repository_updates 8479 + --noexperimental_allow_incremental_repository_updates 8480 + --experimental_allow_tags_propagation 8481 + --noexperimental_allow_tags_propagation 8482 + --experimental_announce_profile_path 8483 + --noexperimental_announce_profile_path 8484 + --experimental_aspect_output_propagation 8485 + --noexperimental_aspect_output_propagation 8486 + --experimental_build_event_expand_filesets 8487 + --noexperimental_build_event_expand_filesets 8488 + --experimental_build_event_upload_strategy= 8489 + --experimental_cc_shared_library 8490 + --noexperimental_cc_shared_library 8491 + --experimental_enable_android_migration_apis 8492 + --noexperimental_enable_android_migration_apis 8493 + --experimental_generate_json_trace_profile 8494 + --noexperimental_generate_json_trace_profile 8495 + --experimental_google_legacy_api 8496 + --noexperimental_google_legacy_api 8497 + --experimental_multi_threaded_digest 8498 + --noexperimental_multi_threaded_digest 8499 + --experimental_oom_more_eagerly_threshold= 8500 + --experimental_platforms_api 8501 + --noexperimental_platforms_api 8502 + --experimental_post_profile_started_event 8503 + --noexperimental_post_profile_started_event 8504 + --experimental_profile_action_counts 8505 + --noexperimental_profile_action_counts 8506 + --experimental_profile_additional_tasks= 8507 + --experimental_profile_cpu_usage 8508 + --noexperimental_profile_cpu_usage 8509 + --experimental_slim_json_profile 8510 + --noexperimental_slim_json_profile 8511 + --experimental_starlark_config_transitions 8512 + --noexperimental_starlark_config_transitions 8513 + --experimental_starlark_unused_inputs_list 8514 + --noexperimental_starlark_unused_inputs_list 8515 + --experimental_ui_deduplicate 8516 + --noexperimental_ui_deduplicate 8517 + --experimental_ui_limit_console_output= 8518 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 8519 + --experimental_workspace_rules_log_file=path 8520 + --google_auth_scopes= 8521 + --google_credentials= 8522 + --google_default_credentials 8523 + --nogoogle_default_credentials 8524 + --iff_heap_size_greater_than= 8525 + --incompatible_bzl_disallow_load_after_statement 8526 + --noincompatible_bzl_disallow_load_after_statement 8527 + --incompatible_depset_for_libraries_to_link_getter 8528 + --noincompatible_depset_for_libraries_to_link_getter 8529 + --incompatible_depset_is_not_iterable 8530 + --noincompatible_depset_is_not_iterable 8531 + --incompatible_depset_union 8532 + --noincompatible_depset_union 8533 + --incompatible_disable_deprecated_attr_params 8534 + --noincompatible_disable_deprecated_attr_params 8535 + --incompatible_disable_depset_items 8536 + --noincompatible_disable_depset_items 8537 + --incompatible_disable_target_provider_fields 8538 + --noincompatible_disable_target_provider_fields 8539 + --incompatible_disable_third_party_license_checking 8540 + --noincompatible_disable_third_party_license_checking 8541 + --incompatible_disallow_dict_lookup_unhashable_keys 8542 + --noincompatible_disallow_dict_lookup_unhashable_keys 8543 + --incompatible_disallow_empty_glob 8544 + --noincompatible_disallow_empty_glob 8545 + --incompatible_disallow_legacy_javainfo 8546 + --noincompatible_disallow_legacy_javainfo 8547 + --incompatible_disallow_struct_provider_syntax 8548 + --noincompatible_disallow_struct_provider_syntax 8549 + --incompatible_disallow_unverified_http_downloads 8550 + --noincompatible_disallow_unverified_http_downloads 8551 + --incompatible_do_not_split_linking_cmdline 8552 + --noincompatible_do_not_split_linking_cmdline 8553 + --incompatible_enable_profile_by_default 8554 + --noincompatible_enable_profile_by_default 8555 + --incompatible_new_actions_api 8556 + --noincompatible_new_actions_api 8557 + --incompatible_no_attr_license 8558 + --noincompatible_no_attr_license 8559 + --incompatible_no_implicit_file_export 8560 + --noincompatible_no_implicit_file_export 8561 + --incompatible_no_output_attr_default 8562 + --noincompatible_no_output_attr_default 8563 + --incompatible_no_rule_outputs_param 8564 + --noincompatible_no_rule_outputs_param 8565 + --incompatible_no_support_tools_in_action_inputs 8566 + --noincompatible_no_support_tools_in_action_inputs 8567 + --incompatible_no_target_output_group 8568 + --noincompatible_no_target_output_group 8569 + --incompatible_remap_main_repo 8570 + --noincompatible_remap_main_repo 8571 + --incompatible_remove_binary_profile 8572 + --noincompatible_remove_binary_profile 8573 + --incompatible_remove_native_maven_jar 8574 + --noincompatible_remove_native_maven_jar 8575 + --incompatible_restrict_named_params 8576 + --noincompatible_restrict_named_params 8577 + --incompatible_restrict_string_escapes 8578 + --noincompatible_restrict_string_escapes 8579 + --incompatible_run_shell_command_string 8580 + --noincompatible_run_shell_command_string 8581 + --incompatible_string_join_requires_strings 8582 + --noincompatible_string_join_requires_strings 8583 + --incompatible_tls_enabled_removed 8584 + --noincompatible_tls_enabled_removed 8585 + --incompatible_visibility_private_attributes_at_definition 8586 + --noincompatible_visibility_private_attributes_at_definition 8587 + --json_trace_compression={auto,yes,no} 8588 + --nojson_trace_compression 8589 + --keep_state_after_build 8590 + --nokeep_state_after_build 8591 + --legacy_important_outputs 8592 + --nolegacy_important_outputs 8593 + --logging= 8594 + --memory_profile_stable_heap_parameters= 8595 + --nested_set_depth_limit= 8596 + --profile=path 8597 + --progress_in_terminal_title 8598 + --noprogress_in_terminal_title 8599 + --project_id= 8600 + --show_progress 8601 + --noshow_progress 8602 + --show_progress_rate_limit= 8603 + --show_task_finish 8604 + --noshow_task_finish 8605 + --show_timestamps 8606 + --noshow_timestamps 8607 + --tls_certificate= 8608 + --tls_enabled 8609 + --notls_enabled 8610 + --tool_tag= 8611 + --track_incremental_state 8612 + --notrack_incremental_state 8613 + --ui_actions_shown= 8614 + --watchfs 8615 + --nowatchfs 8616 + " 8617 + set __BAZEL_COMMAND_SYNC_FLAGS " 8618 + --all_incompatible_changes 8619 + --announce_rc 8620 + --noannounce_rc 8621 + --attempt_to_print_relative_paths 8622 + --noattempt_to_print_relative_paths 8623 + --bes_backend= 8624 + --bes_best_effort 8625 + --nobes_best_effort 8626 + --bes_keywords= 8627 + --bes_lifecycle_events 8628 + --nobes_lifecycle_events 8629 + --bes_outerr_buffer_size= 8630 + --bes_outerr_chunk_size= 8631 + --bes_proxy= 8632 + --bes_results_url= 8633 + --bes_timeout= 8634 + --build_event_binary_file= 8635 + --build_event_binary_file_path_conversion 8636 + --nobuild_event_binary_file_path_conversion 8637 + --build_event_json_file= 8638 + --build_event_json_file_path_conversion 8639 + --nobuild_event_json_file_path_conversion 8640 + --build_event_max_named_set_of_file_entries= 8641 + --build_event_publish_all_actions 8642 + --nobuild_event_publish_all_actions 8643 + --build_event_text_file= 8644 + --build_event_text_file_path_conversion 8645 + --nobuild_event_text_file_path_conversion 8646 + --build_metadata= 8647 + --color={yes,no,auto} 8648 + --config= 8649 + --configure 8650 + --noconfigure 8651 + --curses={yes,no,auto} 8652 + --deleted_packages= 8653 + --distdir= 8654 + --enable_platform_specific_config 8655 + --noenable_platform_specific_config 8656 + --experimental_action_args 8657 + --noexperimental_action_args 8658 + --experimental_allow_incremental_repository_updates 8659 + --noexperimental_allow_incremental_repository_updates 8660 + --experimental_allow_tags_propagation 8661 + --noexperimental_allow_tags_propagation 8662 + --experimental_announce_profile_path 8663 + --noexperimental_announce_profile_path 8664 + --experimental_aspect_output_propagation 8665 + --noexperimental_aspect_output_propagation 8666 + --experimental_build_event_expand_filesets 8667 + --noexperimental_build_event_expand_filesets 8668 + --experimental_build_event_upload_strategy= 8669 + --experimental_cc_shared_library 8670 + --noexperimental_cc_shared_library 8671 + --experimental_enable_android_migration_apis 8672 + --noexperimental_enable_android_migration_apis 8673 + --experimental_generate_json_trace_profile 8674 + --noexperimental_generate_json_trace_profile 8675 + --experimental_google_legacy_api 8676 + --noexperimental_google_legacy_api 8677 + --experimental_multi_threaded_digest 8678 + --noexperimental_multi_threaded_digest 8679 + --experimental_oom_more_eagerly_threshold= 8680 + --experimental_platforms_api 8681 + --noexperimental_platforms_api 8682 + --experimental_post_profile_started_event 8683 + --noexperimental_post_profile_started_event 8684 + --experimental_profile_action_counts 8685 + --noexperimental_profile_action_counts 8686 + --experimental_profile_additional_tasks= 8687 + --experimental_profile_cpu_usage 8688 + --noexperimental_profile_cpu_usage 8689 + --experimental_repository_cache_hardlinks 8690 + --noexperimental_repository_cache_hardlinks 8691 + --experimental_repository_hash_file= 8692 + --experimental_repository_resolved_file= 8693 + --experimental_resolved_file_instead_of_workspace= 8694 + --experimental_scale_timeouts= 8695 + --experimental_slim_json_profile 8696 + --noexperimental_slim_json_profile 8697 + --experimental_starlark_config_transitions 8698 + --noexperimental_starlark_config_transitions 8699 + --experimental_starlark_unused_inputs_list 8700 + --noexperimental_starlark_unused_inputs_list 8701 + --experimental_ui_deduplicate 8702 + --noexperimental_ui_deduplicate 8703 + --experimental_ui_limit_console_output= 8704 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 8705 + --experimental_verify_repository_rules= 8706 + --experimental_workspace_rules_log_file=path 8707 + --google_auth_scopes= 8708 + --google_credentials= 8709 + --google_default_credentials 8710 + --nogoogle_default_credentials 8711 + --http_timeout_scaling= 8712 + --incompatible_bzl_disallow_load_after_statement 8713 + --noincompatible_bzl_disallow_load_after_statement 8714 + --incompatible_depset_for_libraries_to_link_getter 8715 + --noincompatible_depset_for_libraries_to_link_getter 8716 + --incompatible_depset_is_not_iterable 8717 + --noincompatible_depset_is_not_iterable 8718 + --incompatible_depset_union 8719 + --noincompatible_depset_union 8720 + --incompatible_disable_deprecated_attr_params 8721 + --noincompatible_disable_deprecated_attr_params 8722 + --incompatible_disable_depset_items 8723 + --noincompatible_disable_depset_items 8724 + --incompatible_disable_target_provider_fields 8725 + --noincompatible_disable_target_provider_fields 8726 + --incompatible_disable_third_party_license_checking 8727 + --noincompatible_disable_third_party_license_checking 8728 + --incompatible_disallow_dict_lookup_unhashable_keys 8729 + --noincompatible_disallow_dict_lookup_unhashable_keys 8730 + --incompatible_disallow_empty_glob 8731 + --noincompatible_disallow_empty_glob 8732 + --incompatible_disallow_legacy_javainfo 8733 + --noincompatible_disallow_legacy_javainfo 8734 + --incompatible_disallow_struct_provider_syntax 8735 + --noincompatible_disallow_struct_provider_syntax 8736 + --incompatible_disallow_unverified_http_downloads 8737 + --noincompatible_disallow_unverified_http_downloads 8738 + --incompatible_do_not_split_linking_cmdline 8739 + --noincompatible_do_not_split_linking_cmdline 8740 + --incompatible_enable_profile_by_default 8741 + --noincompatible_enable_profile_by_default 8742 + --incompatible_new_actions_api 8743 + --noincompatible_new_actions_api 8744 + --incompatible_no_attr_license 8745 + --noincompatible_no_attr_license 8746 + --incompatible_no_implicit_file_export 8747 + --noincompatible_no_implicit_file_export 8748 + --incompatible_no_output_attr_default 8749 + --noincompatible_no_output_attr_default 8750 + --incompatible_no_rule_outputs_param 8751 + --noincompatible_no_rule_outputs_param 8752 + --incompatible_no_support_tools_in_action_inputs 8753 + --noincompatible_no_support_tools_in_action_inputs 8754 + --incompatible_no_target_output_group 8755 + --noincompatible_no_target_output_group 8756 + --incompatible_remap_main_repo 8757 + --noincompatible_remap_main_repo 8758 + --incompatible_remove_binary_profile 8759 + --noincompatible_remove_binary_profile 8760 + --incompatible_remove_native_maven_jar 8761 + --noincompatible_remove_native_maven_jar 8762 + --incompatible_restrict_named_params 8763 + --noincompatible_restrict_named_params 8764 + --incompatible_restrict_string_escapes 8765 + --noincompatible_restrict_string_escapes 8766 + --incompatible_run_shell_command_string 8767 + --noincompatible_run_shell_command_string 8768 + --incompatible_string_join_requires_strings 8769 + --noincompatible_string_join_requires_strings 8770 + --incompatible_tls_enabled_removed 8771 + --noincompatible_tls_enabled_removed 8772 + --incompatible_use_native_patch 8773 + --noincompatible_use_native_patch 8774 + --incompatible_visibility_private_attributes_at_definition 8775 + --noincompatible_visibility_private_attributes_at_definition 8776 + --json_trace_compression={auto,yes,no} 8777 + --nojson_trace_compression 8778 + --keep_going 8779 + --nokeep_going 8780 + --keep_state_after_build 8781 + --nokeep_state_after_build 8782 + --legacy_important_outputs 8783 + --nolegacy_important_outputs 8784 + --loading_phase_threads= 8785 + --logging= 8786 + --memory_profile_stable_heap_parameters= 8787 + --nested_set_depth_limit= 8788 + --override_repository= 8789 + --package_path= 8790 + --profile=path 8791 + --progress_in_terminal_title 8792 + --noprogress_in_terminal_title 8793 + --project_id= 8794 + --repository_cache=path 8795 + --show_loading_progress 8796 + --noshow_loading_progress 8797 + --show_progress 8798 + --noshow_progress 8799 + --show_progress_rate_limit= 8800 + --show_task_finish 8801 + --noshow_task_finish 8802 + --show_timestamps 8803 + --noshow_timestamps 8804 + --tls_certificate= 8805 + --tls_enabled 8806 + --notls_enabled 8807 + --tool_tag= 8808 + --track_incremental_state 8809 + --notrack_incremental_state 8810 + --ui_actions_shown= 8811 + --watchfs 8812 + --nowatchfs 8813 + " 8814 + set __BAZEL_COMMAND_TEST_ARGUMENT "label-test" 8815 + set __BAZEL_COMMAND_TEST_FLAGS " 8816 + --action_env= 8817 + --all_incompatible_changes 8818 + --allow_analysis_failures 8819 + --noallow_analysis_failures 8820 + --analysis_testing_deps_limit= 8821 + --android_aapt={aapt,aapt2,auto} 8822 + --android_compiler= 8823 + --android_cpu= 8824 + --android_crosstool_top=label 8825 + --android_databinding_use_v3_4_args 8826 + --noandroid_databinding_use_v3_4_args 8827 + --android_dynamic_mode={off,default,fully} 8828 + --android_grte_top=label 8829 + --android_manifest_merger={legacy,android,force_android} 8830 + --android_manifest_merger_order={alphabetical,alphabetical_by_configuration,dependency} 8831 + --android_resource_shrinking 8832 + --noandroid_resource_shrinking 8833 + --android_sdk=label 8834 + --announce 8835 + --noannounce 8836 + --announce_rc 8837 + --noannounce_rc 8838 + --apk_signing_method={v1,v2,v1_v2} 8839 + --apple_bitcode={none,embedded_markers,embedded} 8840 + --apple_compiler= 8841 + --apple_crosstool_top=label 8842 + --apple_enable_auto_dsym_dbg 8843 + --noapple_enable_auto_dsym_dbg 8844 + --apple_generate_dsym 8845 + --noapple_generate_dsym 8846 + --apple_grte_top=label 8847 + --apple_sdk=label 8848 + --aspects= 8849 + --attempt_to_print_relative_paths 8850 + --noattempt_to_print_relative_paths 8851 + --auto_cpu_environment_group=label 8852 + --auto_output_filter={none,all,packages,subpackages} 8853 + --bep_publish_used_heap_size_post_build 8854 + --nobep_publish_used_heap_size_post_build 8855 + --bes_backend= 8856 + --bes_best_effort 8857 + --nobes_best_effort 8858 + --bes_keywords= 8859 + --bes_lifecycle_events 8860 + --nobes_lifecycle_events 8861 + --bes_outerr_buffer_size= 8862 + --bes_outerr_chunk_size= 8863 + --bes_proxy= 8864 + --bes_results_url= 8865 + --bes_timeout= 8866 + --break_build_on_parallel_dex2oat_failure 8867 + --nobreak_build_on_parallel_dex2oat_failure 8868 + --build 8869 + --nobuild 8870 + --build_event_binary_file= 8871 + --build_event_binary_file_path_conversion 8872 + --nobuild_event_binary_file_path_conversion 8873 + --build_event_json_file= 8874 + --build_event_json_file_path_conversion 8875 + --nobuild_event_json_file_path_conversion 8876 + --build_event_max_named_set_of_file_entries= 8877 + --build_event_publish_all_actions 8878 + --nobuild_event_publish_all_actions 8879 + --build_event_text_file= 8880 + --build_event_text_file_path_conversion 8881 + --nobuild_event_text_file_path_conversion 8882 + --build_manual_tests 8883 + --nobuild_manual_tests 8884 + --build_metadata= 8885 + --build_python_zip={auto,yes,no} 8886 + --nobuild_python_zip 8887 + --build_runfile_links 8888 + --nobuild_runfile_links 8889 + --build_runfile_manifests 8890 + --nobuild_runfile_manifests 8891 + --build_tag_filters= 8892 + --build_test_dwp 8893 + --nobuild_test_dwp 8894 + --build_tests_only 8895 + --nobuild_tests_only 8896 + --cache_test_results={auto,yes,no} 8897 + --nocache_test_results 8898 + --cc_output_directory_tag= 8899 + --cc_proto_library_header_suffixes= 8900 + --cc_proto_library_source_suffixes= 8901 + --check_constraint= 8902 + --check_licenses 8903 + --nocheck_licenses 8904 + --check_tests_up_to_date 8905 + --nocheck_tests_up_to_date 8906 + --check_up_to_date 8907 + --nocheck_up_to_date 8908 + --check_visibility 8909 + --nocheck_visibility 8910 + --collapse_duplicate_defines 8911 + --nocollapse_duplicate_defines 8912 + --collect_code_coverage 8913 + --nocollect_code_coverage 8914 + --color={yes,no,auto} 8915 + --combined_report={none,lcov} 8916 + --compilation_mode={fastbuild,dbg,opt} 8917 + --compile_one_dependency 8918 + --nocompile_one_dependency 8919 + --compiler= 8920 + --config= 8921 + --conlyopt= 8922 + --copt= 8923 + --coverage_report_generator=label 8924 + --coverage_support=label 8925 + --cpu= 8926 + --crosstool_top=label 8927 + --cs_fdo_absolute_path= 8928 + --cs_fdo_instrument= 8929 + --cs_fdo_profile=label 8930 + --curses={yes,no,auto} 8931 + --custom_malloc=label 8932 + --cxxopt= 8933 + --default_ios_provisioning_profile=label 8934 + --define= 8935 + --deleted_packages= 8936 + --desugar_for_android 8937 + --nodesugar_for_android 8938 + --device_debug_entitlements 8939 + --nodevice_debug_entitlements 8940 + --discard_analysis_cache 8941 + --nodiscard_analysis_cache 8942 + --disk_cache=path 8943 + --distdir= 8944 + --distinct_host_configuration 8945 + --nodistinct_host_configuration 8946 + --dynamic_mode={off,default,fully} 8947 + --embed_label= 8948 + --enable_apple_binary_native_protos 8949 + --noenable_apple_binary_native_protos 8950 + --enable_fdo_profile_absolute_path 8951 + --noenable_fdo_profile_absolute_path 8952 + --enable_platform_specific_config 8953 + --noenable_platform_specific_config 8954 + --enable_runfiles={auto,yes,no} 8955 + --noenable_runfiles 8956 + --enabled_toolchain_types= 8957 + --enforce_constraints 8958 + --noenforce_constraints 8959 + --execution_log_binary_file=path 8960 + --execution_log_json_file=path 8961 + --expand_test_suites 8962 + --noexpand_test_suites 8963 + --experimental_action_args 8964 + --noexperimental_action_args 8965 + --experimental_action_listener= 8966 + --experimental_add_exec_constraints_to_targets= 8967 + --experimental_allow_android_library_deps_without_srcs 8968 + --noexperimental_allow_android_library_deps_without_srcs 8969 + --experimental_allow_incremental_repository_updates 8970 + --noexperimental_allow_incremental_repository_updates 8971 + --experimental_allow_tags_propagation 8972 + --noexperimental_allow_tags_propagation 8973 + --experimental_android_compress_java_resources 8974 + --noexperimental_android_compress_java_resources 8975 + --experimental_android_databinding_v2 8976 + --noexperimental_android_databinding_v2 8977 + --experimental_android_resource_shrinking 8978 + --noexperimental_android_resource_shrinking 8979 + --experimental_android_rewrite_dexes_with_rex 8980 + --noexperimental_android_rewrite_dexes_with_rex 8981 + --experimental_android_use_parallel_dex2oat 8982 + --noexperimental_android_use_parallel_dex2oat 8983 + --experimental_announce_profile_path 8984 + --noexperimental_announce_profile_path 8985 + --experimental_aspect_output_propagation 8986 + --noexperimental_aspect_output_propagation 8987 + --experimental_build_event_expand_filesets 8988 + --noexperimental_build_event_expand_filesets 8989 + --experimental_build_event_upload_strategy= 8990 + --experimental_cancel_concurrent_tests 8991 + --noexperimental_cancel_concurrent_tests 8992 + --experimental_cc_shared_library 8993 + --noexperimental_cc_shared_library 8994 + --experimental_check_desugar_deps 8995 + --noexperimental_check_desugar_deps 8996 + --experimental_desugar_java8_libs 8997 + --noexperimental_desugar_java8_libs 8998 + --experimental_docker_image= 8999 + --experimental_docker_privileged 9000 + --noexperimental_docker_privileged 9001 + --experimental_docker_use_customized_images 9002 + --noexperimental_docker_use_customized_images 9003 + --experimental_docker_verbose 9004 + --noexperimental_docker_verbose 9005 + --experimental_enable_android_migration_apis 9006 + --noexperimental_enable_android_migration_apis 9007 + --experimental_enable_docker_sandbox 9008 + --noexperimental_enable_docker_sandbox 9009 + --experimental_enable_objc_cc_deps 9010 + --noexperimental_enable_objc_cc_deps 9011 + --experimental_execution_log_file=path 9012 + --experimental_extra_action_filter= 9013 + --experimental_extra_action_top_level_only 9014 + --noexperimental_extra_action_top_level_only 9015 + --experimental_filter_library_jar_with_program_jar 9016 + --noexperimental_filter_library_jar_with_program_jar 9017 + --experimental_generate_json_trace_profile 9018 + --noexperimental_generate_json_trace_profile 9019 + --experimental_google_legacy_api 9020 + --noexperimental_google_legacy_api 9021 + --experimental_guard_against_concurrent_changes 9022 + --noexperimental_guard_against_concurrent_changes 9023 + --experimental_import_deps_checking={off,warning,error} 9024 + --experimental_inmemory_dotd_files 9025 + --noexperimental_inmemory_dotd_files 9026 + --experimental_inmemory_jdeps_files 9027 + --noexperimental_inmemory_jdeps_files 9028 + --experimental_inmemory_unused_inputs_list 9029 + --noexperimental_inmemory_unused_inputs_list 9030 + --experimental_interleave_loading_and_analysis 9031 + --noexperimental_interleave_loading_and_analysis 9032 + --experimental_j2objc_header_map 9033 + --noexperimental_j2objc_header_map 9034 + --experimental_j2objc_shorter_header_path 9035 + --noexperimental_j2objc_shorter_header_path 9036 + --experimental_java_classpath={off,javabuilder,bazel} 9037 + --experimental_java_proto_add_allowed_public_imports 9038 + --noexperimental_java_proto_add_allowed_public_imports 9039 + --experimental_local_execution_delay= 9040 + --experimental_local_memory_estimate 9041 + --noexperimental_local_memory_estimate 9042 + --experimental_multi_cpu= 9043 + --experimental_multi_threaded_digest 9044 + --noexperimental_multi_threaded_digest 9045 + --experimental_objc_enable_module_maps 9046 + --noexperimental_objc_enable_module_maps 9047 + --experimental_objc_fastbuild_options= 9048 + --experimental_objc_header_thinning 9049 + --noexperimental_objc_header_thinning 9050 + --experimental_objc_include_scanning 9051 + --noexperimental_objc_include_scanning 9052 + --experimental_omitfp 9053 + --noexperimental_omitfp 9054 + --experimental_oom_more_eagerly_threshold= 9055 + --experimental_persistent_javac 9056 + --experimental_platforms_api 9057 + --noexperimental_platforms_api 9058 + --experimental_post_profile_started_event 9059 + --noexperimental_post_profile_started_event 9060 + --experimental_profile_action_counts 9061 + --noexperimental_profile_action_counts 9062 + --experimental_profile_additional_tasks= 9063 + --experimental_profile_cpu_usage 9064 + --noexperimental_profile_cpu_usage 9065 + --experimental_proto_extra_actions 9066 + --noexperimental_proto_extra_actions 9067 + --experimental_remote_grpc_log=path 9068 + --experimental_repository_cache_hardlinks 9069 + --noexperimental_repository_cache_hardlinks 9070 + --experimental_repository_hash_file= 9071 + --experimental_repository_resolved_file= 9072 + --experimental_resolved_file_instead_of_workspace= 9073 + --experimental_run_validations 9074 + --noexperimental_run_validations 9075 + --experimental_sandbox_async_tree_delete_idle_threads= 9076 + --experimental_sandboxfs_map_symlink_targets 9077 + --noexperimental_sandboxfs_map_symlink_targets 9078 + --experimental_sandboxfs_path= 9079 + --experimental_save_feature_state 9080 + --noexperimental_save_feature_state 9081 + --experimental_scale_timeouts= 9082 + --experimental_slim_json_profile 9083 + --noexperimental_slim_json_profile 9084 + --experimental_spawn_scheduler 9085 + --experimental_split_xml_generation 9086 + --noexperimental_split_xml_generation 9087 + --experimental_starlark_config_transitions 9088 + --noexperimental_starlark_config_transitions 9089 + --experimental_starlark_unused_inputs_list 9090 + --noexperimental_starlark_unused_inputs_list 9091 + --experimental_strict_fileset_output 9092 + --noexperimental_strict_fileset_output 9093 + --experimental_strict_java_deps={off,warn,error,strict,default} 9094 + --experimental_ui_deduplicate 9095 + --noexperimental_ui_deduplicate 9096 + --experimental_ui_limit_console_output= 9097 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 9098 + --experimental_use_llvm_covmap 9099 + --noexperimental_use_llvm_covmap 9100 + --experimental_use_sandboxfs={auto,yes,no} 9101 + --noexperimental_use_sandboxfs 9102 + --experimental_use_windows_sandbox={auto,yes,no} 9103 + --noexperimental_use_windows_sandbox 9104 + --experimental_verify_repository_rules= 9105 + --experimental_windows_sandbox_path= 9106 + --experimental_workspace_rules_log_file=path 9107 + --explain=path 9108 + --explicit_java_test_deps 9109 + --noexplicit_java_test_deps 9110 + --extra_execution_platforms= 9111 + --extra_toolchains= 9112 + --fat_apk_cpu= 9113 + --fdo_instrument= 9114 + --fdo_optimize= 9115 + --fdo_prefetch_hints=label 9116 + --fdo_profile=label 9117 + --features= 9118 + --fission= 9119 + --flaky_test_attempts= 9120 + --force_pic 9121 + --noforce_pic 9122 + --force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 9123 + --genrule_strategy= 9124 + --google_auth_scopes= 9125 + --google_credentials= 9126 + --google_default_credentials 9127 + --nogoogle_default_credentials 9128 + --grte_top=label 9129 + --high_priority_workers= 9130 + --host_compilation_mode={fastbuild,dbg,opt} 9131 + --host_compiler= 9132 + --host_conlyopt= 9133 + --host_copt= 9134 + --host_cpu= 9135 + --host_crosstool_top=label 9136 + --host_cxxopt= 9137 + --host_force_python={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 9138 + --host_grte_top=label 9139 + --host_java_launcher=label 9140 + --host_java_toolchain=label 9141 + --host_javabase=label 9142 + --host_javacopt= 9143 + --host_linkopt= 9144 + --host_platform=label 9145 + --host_swiftcopt= 9146 + --http_timeout_scaling= 9147 + --ignore_unsupported_sandboxing 9148 + --noignore_unsupported_sandboxing 9149 + --incompatible_allow_python_version_transitions 9150 + --noincompatible_allow_python_version_transitions 9151 + --incompatible_bzl_disallow_load_after_statement 9152 + --noincompatible_bzl_disallow_load_after_statement 9153 + --incompatible_default_to_explicit_init_py 9154 + --noincompatible_default_to_explicit_init_py 9155 + --incompatible_depset_for_libraries_to_link_getter 9156 + --noincompatible_depset_for_libraries_to_link_getter 9157 + --incompatible_depset_is_not_iterable 9158 + --noincompatible_depset_is_not_iterable 9159 + --incompatible_depset_union 9160 + --noincompatible_depset_union 9161 + --incompatible_disable_deprecated_attr_params 9162 + --noincompatible_disable_deprecated_attr_params 9163 + --incompatible_disable_depset_items 9164 + --noincompatible_disable_depset_items 9165 + --incompatible_disable_expand_if_all_available_in_flag_set 9166 + --noincompatible_disable_expand_if_all_available_in_flag_set 9167 + --incompatible_disable_native_android_rules 9168 + --noincompatible_disable_native_android_rules 9169 + --incompatible_disable_target_provider_fields 9170 + --noincompatible_disable_target_provider_fields 9171 + --incompatible_disable_third_party_license_checking 9172 + --noincompatible_disable_third_party_license_checking 9173 + --incompatible_disallow_dict_lookup_unhashable_keys 9174 + --noincompatible_disallow_dict_lookup_unhashable_keys 9175 + --incompatible_disallow_empty_glob 9176 + --noincompatible_disallow_empty_glob 9177 + --incompatible_disallow_legacy_javainfo 9178 + --noincompatible_disallow_legacy_javainfo 9179 + --incompatible_disallow_legacy_py_provider 9180 + --noincompatible_disallow_legacy_py_provider 9181 + --incompatible_disallow_struct_provider_syntax 9182 + --noincompatible_disallow_struct_provider_syntax 9183 + --incompatible_disallow_unverified_http_downloads 9184 + --noincompatible_disallow_unverified_http_downloads 9185 + --incompatible_do_not_split_linking_cmdline 9186 + --noincompatible_do_not_split_linking_cmdline 9187 + --incompatible_dont_enable_host_nonhost_crosstool_features 9188 + --noincompatible_dont_enable_host_nonhost_crosstool_features 9189 + --incompatible_enable_profile_by_default 9190 + --noincompatible_enable_profile_by_default 9191 + --incompatible_make_thinlto_command_lines_standalone 9192 + --noincompatible_make_thinlto_command_lines_standalone 9193 + --incompatible_merge_genfiles_directory 9194 + --noincompatible_merge_genfiles_directory 9195 + --incompatible_new_actions_api 9196 + --noincompatible_new_actions_api 9197 + --incompatible_no_attr_license 9198 + --noincompatible_no_attr_license 9199 + --incompatible_no_implicit_file_export 9200 + --noincompatible_no_implicit_file_export 9201 + --incompatible_no_output_attr_default 9202 + --noincompatible_no_output_attr_default 9203 + --incompatible_no_rule_outputs_param 9204 + --noincompatible_no_rule_outputs_param 9205 + --incompatible_no_support_tools_in_action_inputs 9206 + --noincompatible_no_support_tools_in_action_inputs 9207 + --incompatible_no_target_output_group 9208 + --noincompatible_no_target_output_group 9209 + --incompatible_prohibit_aapt1 9210 + --noincompatible_prohibit_aapt1 9211 + --incompatible_py2_outputs_are_suffixed 9212 + --noincompatible_py2_outputs_are_suffixed 9213 + --incompatible_py3_is_default 9214 + --noincompatible_py3_is_default 9215 + --incompatible_remap_main_repo 9216 + --noincompatible_remap_main_repo 9217 + --incompatible_remote_symlinks 9218 + --noincompatible_remote_symlinks 9219 + --incompatible_remove_binary_profile 9220 + --noincompatible_remove_binary_profile 9221 + --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 9222 + --noincompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain 9223 + --incompatible_remove_legacy_whole_archive 9224 + --noincompatible_remove_legacy_whole_archive 9225 + --incompatible_remove_local_resources 9226 + --noincompatible_remove_local_resources 9227 + --incompatible_remove_native_maven_jar 9228 + --noincompatible_remove_native_maven_jar 9229 + --incompatible_remove_old_python_version_api 9230 + --noincompatible_remove_old_python_version_api 9231 + --incompatible_require_ctx_in_configure_features 9232 + --noincompatible_require_ctx_in_configure_features 9233 + --incompatible_restrict_named_params 9234 + --noincompatible_restrict_named_params 9235 + --incompatible_restrict_string_escapes 9236 + --noincompatible_restrict_string_escapes 9237 + --incompatible_run_shell_command_string 9238 + --noincompatible_run_shell_command_string 9239 + --incompatible_strict_action_env 9240 + --noincompatible_strict_action_env 9241 + --incompatible_strict_objc_module_maps 9242 + --noincompatible_strict_objc_module_maps 9243 + --incompatible_string_join_requires_strings 9244 + --noincompatible_string_join_requires_strings 9245 + --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 9246 + --noincompatible_symlinked_sandbox_expands_tree_artifacts_in_runfiles_tree 9247 + --incompatible_tls_enabled_removed 9248 + --noincompatible_tls_enabled_removed 9249 + --incompatible_use_native_patch 9250 + --noincompatible_use_native_patch 9251 + --incompatible_use_platforms_repo_for_constraints 9252 + --noincompatible_use_platforms_repo_for_constraints 9253 + --incompatible_use_python_toolchains 9254 + --noincompatible_use_python_toolchains 9255 + --incompatible_validate_top_level_header_inclusions 9256 + --noincompatible_validate_top_level_header_inclusions 9257 + --incompatible_visibility_private_attributes_at_definition 9258 + --noincompatible_visibility_private_attributes_at_definition 9259 + --incompatible_windows_native_test_wrapper 9260 + --noincompatible_windows_native_test_wrapper 9261 + --incremental_dexing 9262 + --noincremental_dexing 9263 + --instrument_test_targets 9264 + --noinstrument_test_targets 9265 + --instrumentation_filter= 9266 + --interface_shared_objects 9267 + --nointerface_shared_objects 9268 + --ios_cpu= 9269 + --ios_memleaks 9270 + --noios_memleaks 9271 + --ios_minimum_os= 9272 + --ios_multi_cpus= 9273 + --ios_sdk_version= 9274 + --ios_signing_cert_name= 9275 + --ios_simulator_device= 9276 + --ios_simulator_version= 9277 + --j2objc_translation_flags= 9278 + --java_debug 9279 + --java_deps 9280 + --nojava_deps 9281 + --java_header_compilation 9282 + --nojava_header_compilation 9283 + --java_launcher=label 9284 + --java_toolchain=label 9285 + --javabase=label 9286 + --javacopt= 9287 + --jobs= 9288 + --json_trace_compression={auto,yes,no} 9289 + --nojson_trace_compression 9290 + --jvmopt= 9291 + --keep_going 9292 + --nokeep_going 9293 + --keep_state_after_build 9294 + --nokeep_state_after_build 9295 + --legacy_external_runfiles 9296 + --nolegacy_external_runfiles 9297 + --legacy_important_outputs 9298 + --nolegacy_important_outputs 9299 + --legacy_whole_archive 9300 + --nolegacy_whole_archive 9301 + --linkopt= 9302 + --loading_phase_threads= 9303 + --local_cpu_resources= 9304 + --local_ram_resources= 9305 + --local_resources= 9306 + --local_termination_grace_seconds= 9307 + --local_test_jobs= 9308 + --logging= 9309 + --ltobackendopt= 9310 + --ltoindexopt= 9311 + --macos_cpus= 9312 + --macos_minimum_os= 9313 + --macos_sdk_version= 9314 + --materialize_param_files 9315 + --nomaterialize_param_files 9316 + --max_config_changes_to_show= 9317 + --memory_profile_stable_heap_parameters= 9318 + --message_translations= 9319 + --minimum_os_version= 9320 + --modify_execution_info= 9321 + --nested_set_depth_limit= 9322 + --objc_debug_with_GLIBCXX 9323 + --noobjc_debug_with_GLIBCXX 9324 + --objc_enable_binary_stripping 9325 + --noobjc_enable_binary_stripping 9326 + --objc_generate_linkmap 9327 + --noobjc_generate_linkmap 9328 + --objc_header_scanner_tool=label 9329 + --objc_header_thinning_partition_size= 9330 + --objc_use_dotd_pruning 9331 + --noobjc_use_dotd_pruning 9332 + --objccopt= 9333 + --output_filter= 9334 + --output_groups= 9335 + --override_repository= 9336 + --package_path= 9337 + --parse_headers_verifies_modules 9338 + --noparse_headers_verifies_modules 9339 + --per_file_copt= 9340 + --per_file_ltobackendopt= 9341 + --persistent_android_resource_processor 9342 + --platform_mappings=path 9343 + --platform_suffix= 9344 + --platforms= 9345 + --plugin= 9346 + --print_relative_test_log_paths 9347 + --noprint_relative_test_log_paths 9348 + --process_headers_in_dependencies 9349 + --noprocess_headers_in_dependencies 9350 + --profile=path 9351 + --progress_in_terminal_title 9352 + --noprogress_in_terminal_title 9353 + --progress_report_interval= 9354 + --proguard_top=label 9355 + --project_id= 9356 + --proto_compiler=label 9357 + --proto_toolchain_for_cc=label 9358 + --proto_toolchain_for_j2objc=label 9359 + --proto_toolchain_for_java=label 9360 + --proto_toolchain_for_javalite=label 9361 + --protocopt= 9362 + --python2_path= 9363 + --python3_path= 9364 + --python_path= 9365 + --python_top=label 9366 + --python_version={py2,py3,py2and3,py2only,py3only,_internal_sentinel} 9367 + --ram_utilization_factor= 9368 + --remote_accept_cached 9369 + --noremote_accept_cached 9370 + --remote_allow_symlink_upload 9371 + --noremote_allow_symlink_upload 9372 + --remote_cache= 9373 + --remote_default_exec_properties= 9374 + --remote_default_platform_properties= 9375 + --remote_download_minimal 9376 + --remote_download_outputs={all,minimal,toplevel} 9377 + --remote_download_toplevel 9378 + --remote_execution_priority= 9379 + --remote_executor= 9380 + --remote_header= 9381 + --remote_instance_name= 9382 + --remote_local_fallback 9383 + --noremote_local_fallback 9384 + --remote_local_fallback_strategy= 9385 + --remote_max_connections= 9386 + --remote_proxy= 9387 + --remote_result_cache_priority= 9388 + --remote_retries= 9389 + --remote_timeout= 9390 + --remote_upload_local_results 9391 + --noremote_upload_local_results 9392 + --remote_verify_downloads 9393 + --noremote_verify_downloads 9394 + --repo_env= 9395 + --repository_cache=path 9396 + --resource_autosense 9397 + --noresource_autosense 9398 + --run_under= 9399 + --runs_per_test= 9400 + --runs_per_test_detects_flakes 9401 + --noruns_per_test_detects_flakes 9402 + --sandbox_add_mount_pair= 9403 + --sandbox_base= 9404 + --sandbox_block_path= 9405 + --sandbox_debug 9406 + --nosandbox_debug 9407 + --sandbox_default_allow_network 9408 + --nosandbox_default_allow_network 9409 + --sandbox_fake_hostname 9410 + --nosandbox_fake_hostname 9411 + --sandbox_fake_username 9412 + --nosandbox_fake_username 9413 + --sandbox_tmpfs_path= 9414 + --sandbox_writable_path= 9415 + --save_temps 9416 + --nosave_temps 9417 + --share_native_deps 9418 + --noshare_native_deps 9419 + --shell_executable=path 9420 + --show_loading_progress 9421 + --noshow_loading_progress 9422 + --show_progress 9423 + --noshow_progress 9424 + --show_progress_rate_limit= 9425 + --show_result= 9426 + --show_task_finish 9427 + --noshow_task_finish 9428 + --show_timestamps 9429 + --noshow_timestamps 9430 + --spawn_strategy= 9431 + --stamp 9432 + --nostamp 9433 + --strategy= 9434 + --strategy_regexp= 9435 + --strict_filesets 9436 + --nostrict_filesets 9437 + --strict_proto_deps={off,warn,error,strict,default} 9438 + --strict_system_includes 9439 + --nostrict_system_includes 9440 + --strip={always,sometimes,never} 9441 + --stripopt= 9442 + --subcommands={true,pretty_print,false} 9443 + --swiftcopt= 9444 + --symlink_prefix= 9445 + --target_environment= 9446 + --target_platform_fallback=label 9447 + --test_arg= 9448 + --test_env= 9449 + --test_filter= 9450 + --test_keep_going 9451 + --notest_keep_going 9452 + --test_lang_filters= 9453 + --test_output={summary,errors,all,streamed} 9454 + --test_result_expiration= 9455 + --test_sharding_strategy={explicit,disabled} 9456 + --test_size_filters= 9457 + --test_strategy= 9458 + --test_summary={short,terse,detailed,none,testcase} 9459 + --test_tag_filters= 9460 + --test_timeout= 9461 + --test_timeout_filters= 9462 + --test_tmpdir=path 9463 + --test_verbose_timeout_warnings 9464 + --notest_verbose_timeout_warnings 9465 + --tls_certificate= 9466 + --tls_enabled 9467 + --notls_enabled 9468 + --tool_tag= 9469 + --toolchain_resolution_debug 9470 + --notoolchain_resolution_debug 9471 + --track_incremental_state 9472 + --notrack_incremental_state 9473 + --translations={auto,yes,no} 9474 + --notranslations 9475 + --trim_test_configuration 9476 + --notrim_test_configuration 9477 + --tvos_cpus= 9478 + --tvos_minimum_os= 9479 + --tvos_sdk_version= 9480 + --tvos_simulator_device= 9481 + --tvos_simulator_version= 9482 + --ui_actions_shown= 9483 + --use_ijars 9484 + --nouse_ijars 9485 + --use_singlejar_apkbuilder 9486 + --nouse_singlejar_apkbuilder 9487 + --verbose_explanations 9488 + --noverbose_explanations 9489 + --verbose_failures 9490 + --noverbose_failures 9491 + --verbose_test_summary 9492 + --noverbose_test_summary 9493 + --watchfs 9494 + --nowatchfs 9495 + --watchos_cpus= 9496 + --watchos_minimum_os= 9497 + --watchos_sdk_version= 9498 + --watchos_simulator_device= 9499 + --watchos_simulator_version= 9500 + --worker_extra_flag= 9501 + --worker_max_instances= 9502 + --worker_quit_after_build 9503 + --noworker_quit_after_build 9504 + --worker_sandboxing 9505 + --noworker_sandboxing 9506 + --worker_verbose 9507 + --noworker_verbose 9508 + --workspace_status_command=path 9509 + --xbinary_fdo=label 9510 + --xcode_version= 9511 + --xcode_version_config=label 9512 + " 9513 + set __BAZEL_COMMAND_VERSION_FLAGS " 9514 + --all_incompatible_changes 9515 + --announce_rc 9516 + --noannounce_rc 9517 + --attempt_to_print_relative_paths 9518 + --noattempt_to_print_relative_paths 9519 + --bes_backend= 9520 + --bes_best_effort 9521 + --nobes_best_effort 9522 + --bes_keywords= 9523 + --bes_lifecycle_events 9524 + --nobes_lifecycle_events 9525 + --bes_outerr_buffer_size= 9526 + --bes_outerr_chunk_size= 9527 + --bes_proxy= 9528 + --bes_results_url= 9529 + --bes_timeout= 9530 + --build_event_binary_file= 9531 + --build_event_binary_file_path_conversion 9532 + --nobuild_event_binary_file_path_conversion 9533 + --build_event_json_file= 9534 + --build_event_json_file_path_conversion 9535 + --nobuild_event_json_file_path_conversion 9536 + --build_event_max_named_set_of_file_entries= 9537 + --build_event_publish_all_actions 9538 + --nobuild_event_publish_all_actions 9539 + --build_event_text_file= 9540 + --build_event_text_file_path_conversion 9541 + --nobuild_event_text_file_path_conversion 9542 + --build_metadata= 9543 + --color={yes,no,auto} 9544 + --config= 9545 + --curses={yes,no,auto} 9546 + --enable_platform_specific_config 9547 + --noenable_platform_specific_config 9548 + --experimental_action_args 9549 + --noexperimental_action_args 9550 + --experimental_allow_incremental_repository_updates 9551 + --noexperimental_allow_incremental_repository_updates 9552 + --experimental_allow_tags_propagation 9553 + --noexperimental_allow_tags_propagation 9554 + --experimental_announce_profile_path 9555 + --noexperimental_announce_profile_path 9556 + --experimental_aspect_output_propagation 9557 + --noexperimental_aspect_output_propagation 9558 + --experimental_build_event_expand_filesets 9559 + --noexperimental_build_event_expand_filesets 9560 + --experimental_build_event_upload_strategy= 9561 + --experimental_cc_shared_library 9562 + --noexperimental_cc_shared_library 9563 + --experimental_enable_android_migration_apis 9564 + --noexperimental_enable_android_migration_apis 9565 + --experimental_generate_json_trace_profile 9566 + --noexperimental_generate_json_trace_profile 9567 + --experimental_google_legacy_api 9568 + --noexperimental_google_legacy_api 9569 + --experimental_multi_threaded_digest 9570 + --noexperimental_multi_threaded_digest 9571 + --experimental_oom_more_eagerly_threshold= 9572 + --experimental_platforms_api 9573 + --noexperimental_platforms_api 9574 + --experimental_post_profile_started_event 9575 + --noexperimental_post_profile_started_event 9576 + --experimental_profile_action_counts 9577 + --noexperimental_profile_action_counts 9578 + --experimental_profile_additional_tasks= 9579 + --experimental_profile_cpu_usage 9580 + --noexperimental_profile_cpu_usage 9581 + --experimental_slim_json_profile 9582 + --noexperimental_slim_json_profile 9583 + --experimental_starlark_config_transitions 9584 + --noexperimental_starlark_config_transitions 9585 + --experimental_starlark_unused_inputs_list 9586 + --noexperimental_starlark_unused_inputs_list 9587 + --experimental_ui_deduplicate 9588 + --noexperimental_ui_deduplicate 9589 + --experimental_ui_limit_console_output= 9590 + --experimental_ui_mode={oldest_actions,mnemonic_histogram} 9591 + --experimental_workspace_rules_log_file=path 9592 + --gnu_format 9593 + --nognu_format 9594 + --google_auth_scopes= 9595 + --google_credentials= 9596 + --google_default_credentials 9597 + --nogoogle_default_credentials 9598 + --incompatible_bzl_disallow_load_after_statement 9599 + --noincompatible_bzl_disallow_load_after_statement 9600 + --incompatible_depset_for_libraries_to_link_getter 9601 + --noincompatible_depset_for_libraries_to_link_getter 9602 + --incompatible_depset_is_not_iterable 9603 + --noincompatible_depset_is_not_iterable 9604 + --incompatible_depset_union 9605 + --noincompatible_depset_union 9606 + --incompatible_disable_deprecated_attr_params 9607 + --noincompatible_disable_deprecated_attr_params 9608 + --incompatible_disable_depset_items 9609 + --noincompatible_disable_depset_items 9610 + --incompatible_disable_target_provider_fields 9611 + --noincompatible_disable_target_provider_fields 9612 + --incompatible_disable_third_party_license_checking 9613 + --noincompatible_disable_third_party_license_checking 9614 + --incompatible_disallow_dict_lookup_unhashable_keys 9615 + --noincompatible_disallow_dict_lookup_unhashable_keys 9616 + --incompatible_disallow_empty_glob 9617 + --noincompatible_disallow_empty_glob 9618 + --incompatible_disallow_legacy_javainfo 9619 + --noincompatible_disallow_legacy_javainfo 9620 + --incompatible_disallow_struct_provider_syntax 9621 + --noincompatible_disallow_struct_provider_syntax 9622 + --incompatible_disallow_unverified_http_downloads 9623 + --noincompatible_disallow_unverified_http_downloads 9624 + --incompatible_do_not_split_linking_cmdline 9625 + --noincompatible_do_not_split_linking_cmdline 9626 + --incompatible_enable_profile_by_default 9627 + --noincompatible_enable_profile_by_default 9628 + --incompatible_new_actions_api 9629 + --noincompatible_new_actions_api 9630 + --incompatible_no_attr_license 9631 + --noincompatible_no_attr_license 9632 + --incompatible_no_implicit_file_export 9633 + --noincompatible_no_implicit_file_export 9634 + --incompatible_no_output_attr_default 9635 + --noincompatible_no_output_attr_default 9636 + --incompatible_no_rule_outputs_param 9637 + --noincompatible_no_rule_outputs_param 9638 + --incompatible_no_support_tools_in_action_inputs 9639 + --noincompatible_no_support_tools_in_action_inputs 9640 + --incompatible_no_target_output_group 9641 + --noincompatible_no_target_output_group 9642 + --incompatible_remap_main_repo 9643 + --noincompatible_remap_main_repo 9644 + --incompatible_remove_binary_profile 9645 + --noincompatible_remove_binary_profile 9646 + --incompatible_remove_native_maven_jar 9647 + --noincompatible_remove_native_maven_jar 9648 + --incompatible_restrict_named_params 9649 + --noincompatible_restrict_named_params 9650 + --incompatible_restrict_string_escapes 9651 + --noincompatible_restrict_string_escapes 9652 + --incompatible_run_shell_command_string 9653 + --noincompatible_run_shell_command_string 9654 + --incompatible_string_join_requires_strings 9655 + --noincompatible_string_join_requires_strings 9656 + --incompatible_tls_enabled_removed 9657 + --noincompatible_tls_enabled_removed 9658 + --incompatible_visibility_private_attributes_at_definition 9659 + --noincompatible_visibility_private_attributes_at_definition 9660 + --json_trace_compression={auto,yes,no} 9661 + --nojson_trace_compression 9662 + --keep_state_after_build 9663 + --nokeep_state_after_build 9664 + --legacy_important_outputs 9665 + --nolegacy_important_outputs 9666 + --logging= 9667 + --memory_profile_stable_heap_parameters= 9668 + --nested_set_depth_limit= 9669 + --profile=path 9670 + --progress_in_terminal_title 9671 + --noprogress_in_terminal_title 9672 + --project_id= 9673 + --show_progress 9674 + --noshow_progress 9675 + --show_progress_rate_limit= 9676 + --show_task_finish 9677 + --noshow_task_finish 9678 + --show_timestamps 9679 + --noshow_timestamps 9680 + --tls_certificate= 9681 + --tls_enabled 9682 + --notls_enabled 9683 + --tool_tag= 9684 + --track_incremental_state 9685 + --notrack_incremental_state 9686 + --ui_actions_shown= 9687 + --watchfs 9688 + --nowatchfs 9689 + "
+191
.config/fish/completions/bazel.fish
··· 1 + source (dirname (status --current-filename))/../bazel_vars.fish 2 + 3 + function __tokenize_list 4 + string replace -r "\n" " " -- $argv | string split --no-empty " " 5 + end 6 + 7 + function __bazel_needs_command 8 + set cmd (commandline -opc) 9 + if test (count $cmd) -eq 1 10 + return 0 11 + end 12 + 13 + for arg in $cmd[2..-1] 14 + if contains -- $arg $__bazel_command_list 15 + return 1 16 + end 17 + end 18 + 19 + return 0 20 + end 21 + 22 + function __bazel_using_command 23 + set cmd (commandline -opc) 24 + if test (count $cmd) -gt 1 25 + if contains -- $argv[1] $cmd 26 + return 0 27 + end 28 + end 29 + return 1 30 + end 31 + 32 + function __bazel_workspace 33 + set path (pwd) 34 + while ! test -f $path/WORKSPACE 35 + if test path = "/" 36 + return 1 37 + end 38 + set path (string split --max 1 --right / $path)[1] 39 + end 40 + return 0 41 + end 42 + 43 + function __bazel_output 44 + command bazel $argv 2>/dev/null 45 + end 46 + 47 + function __bazel_query 48 + __bazel_output query --keep_going --order_output=no $argv 49 + end 50 + 51 + function __bazel_targets 52 + if ! __bazel_workspace 53 + return 0 54 + end 55 + 56 + set line (commandline --current-process) 57 + set last_char (string sub --start -1 -- $line) 58 + set target (string split --no-empty ' ' -- $line)[-1] 59 + 60 + if test $last_char = " "; or string match --quiet --regex '^\-' -- $target 61 + return 0 62 + end 63 + 64 + if string match --invert --quiet '//*' -- $target 65 + # Only deal with absolute targets 66 + echo '//' 67 + else 68 + set dot_target (string match --regex '(.*[\/])[.]{0,3}$' -- $target) 69 + and echo $dot_target[2]"..." 70 + 71 + set target_types $argv[1] "rule" 72 + 73 + if string match --quiet '*:*' -- $target 74 + # OK, now find the targets in this package 75 + set package (string split ':' -- $target)[1] 76 + set all_targets "$package:all" 77 + 78 + echo $all_targets 79 + __bazel_query "kind('$target_types', $all_targets)" 80 + else 81 + set cur_package (string match --regex '(.*)\/[^\/]*' -- $target)[2] 82 + __bazel_query "kind('$target_types', $cur_package/...:all)" 83 + end 84 + end 85 + end 86 + 87 + function __bazel_complete 88 + complete --no-files --command bazel $argv 89 + end 90 + 91 + function __bazel_complete_files 92 + complete --command bazel $argv 93 + end 94 + 95 + function __bazel_complete_options 96 + set condition $argv[1] 97 + set options_list (__tokenize_list $argv[2]) 98 + 99 + # Enumerate all the startup options as "long options" 100 + for option in $options_list 101 + set stripped_opt (string replace -r '^--' '' -- $option) 102 + 103 + set completion_params --no-files 104 + 105 + if string match --quiet -r '=$' -- $stripped_opt 106 + set -a completion_params --require-parameter 107 + else if string match --quiet '=path' -- $stripped_opt 108 + set completion_params --require-parameter 109 + else if string match --quiet '=label' -- $stripped_opt 110 + # TODO use __bazel_targets 111 + set completion_params --require-parameter 112 + else if string match --quiet '*={*}' -- $stripped_opt 113 + set -a completion_params --require-parameter 114 + set enum_values \ 115 + (string replace -r '.*=\{(.*)\}$' '$1' -- $stripped_opt | string split ',' --) 116 + set -a completion_params --arguments="$enum_values" 117 + end 118 + 119 + set stripped_opt (string replace -r '=.*' '' -- $stripped_opt) 120 + 121 + complete --command bazel -n "$condition" -l $stripped_opt $completion_params 122 + end 123 + end 124 + 125 + # ============================================================================== 126 + # BEGIN COMPLETIONS 127 + # ============================================================================== 128 + 129 + set __bazel_command_list (__tokenize_list $__BAZEL_COMMAND_LIST) 130 + set __bazel_info_keys (__tokenize_list $__BAZEL_INFO_KEYS) 131 + 132 + # Generate startup options when no command is specified yet 133 + __bazel_complete_options '__bazel_needs_command' $__BAZEL_STARTUP_OPTIONS 134 + 135 + # Help completions 136 + # TODO: Instead of special-casing, this split/enum logic should happen for all commands 137 + set -l help_completions ( 138 + string split ',' -- ( 139 + string match -r '\{(.*)\}' -- $__BAZEL_COMMAND_HELP_ARGUMENT 140 + )[2] 141 + ) 142 + 143 + __bazel_complete -n '__bazel_using_command help' -a "$__bazel_command_list $help_completions" 144 + 145 + # Per-subcommand completions 146 + for subcommand in $__bazel_command_list 147 + # Make the subcommand itself a completion 148 + __bazel_complete -n '__bazel_needs_command' -a $subcommand 149 + 150 + set -l normalized_name (string upper -- $subcommand | string replace '-' '_' --) 151 + 152 + # Add the _FLAGS for each subcommand 153 + set -l flags "__BAZEL_COMMAND_"$normalized_name"_FLAGS" 154 + __bazel_complete_options "__bazel_using_command $subcommand" $$flags 155 + 156 + # Use `bazel query` to complete _ARGUMENTS for each subcommand 157 + set -l argument "__BAZEL_COMMAND_"$normalized_name"_ARGUMENT" 158 + set -q $argument; and switch $$argument 159 + case 'info-key' 160 + __bazel_complete -n "__bazel_using_command $subcommand" -a "$__bazel_info_keys" 161 + case 'label' 162 + __bazel_complete -n "__bazel_using_command $subcommand" -a '(__bazel_targets ".*")' 163 + case 'label-test' 164 + __bazel_complete -n "__bazel_using_command $subcommand" -a '(__bazel_targets "test")' 165 + case 'label-bin' 166 + __bazel_complete -n "__bazel_using_command $subcommand" -a '(__bazel_targets "binary|test")' 167 + case 'path' 168 + __bazel_complete_files -n "__bazel_using_command $subcommand" 169 + case '*' 170 + # Don't allow file completion by default 171 + __bazel_complete -n "__bazel_using_command $subcommand" 172 + end 173 + end 174 + 175 + # Add descriptions for subcommands 176 + # TODO: it would be preferable to generate these descriptions from `bazel help` output 177 + __bazel_complete -n '__bazel_needs_command' -a analyze-profile -d 'Analyzes build profile data.' 178 + __bazel_complete -n '__bazel_needs_command' -a build -d 'Builds the specified targets.' 179 + __bazel_complete -n '__bazel_needs_command' -a coverage -d 'Runs tests and collects coverage' 180 + __bazel_complete -n '__bazel_needs_command' -a canonicalize-flags -d 'Canonicalizes a list of bazel options.' 181 + __bazel_complete -n '__bazel_needs_command' -a clean -d 'Removes output files and optionally stops the server.' 182 + __bazel_complete -n '__bazel_needs_command' -a dump -d 'Dumps the internal state of the bazel server process.' 183 + __bazel_complete -n '__bazel_needs_command' -a fetch -d 'Fetches external repositories that are prerequisites to the targets.' 184 + __bazel_complete -n '__bazel_needs_command' -a help -d 'Prints help for commands, or the index.' 185 + __bazel_complete -n '__bazel_needs_command' -a info -d 'Displays runtime info about the bazel server.' 186 + __bazel_complete -n '__bazel_needs_command' -a mobile-install -d 'Installs targets to mobile devices.' 187 + __bazel_complete -n '__bazel_needs_command' -a query -d 'Executes a dependency graph query.' 188 + __bazel_complete -n '__bazel_needs_command' -a run -d 'Runs the specified target.' 189 + __bazel_complete -n '__bazel_needs_command' -a shutdown -d 'Stops the bazel server.' 190 + __bazel_complete -n '__bazel_needs_command' -a test -d 'Builds and runs the specified test targets.' 191 + __bazel_complete -n '__bazel_needs_command' -a version -d 'Prints version information for bazel.'
+6
.config/fish/completions/nvm.fish
··· 1 + complete -xc nvm -n __fish_use_subcommand -a ls -d "List available versions matching <regex>" 2 + complete -xc nvm -n __fish_use_subcommand -a use -d "Download <version> and modify PATH to use it" 3 + complete -xc nvm -n __fish_use_subcommand -a --help -d "Show usage help" 4 + complete -xc nvm -n __fish_use_subcommand -a --version -d "Show the current version of nvm" 5 + 6 + nvm complete
+27
.config/fish/completions/rcheck.fish
··· 1 + source (dirname (status --current-filename))/../i95_cmake_targets.fish 2 + 3 + function __test_targets 4 + __list_targets '.*Test$' 5 + end 6 + 7 + __complete_cmd rcheck -a '(__test_targets)' 8 + 9 + 10 + # Options to rcheck 11 + __complete_cmd rcheck --short-option=h 12 + __complete_cmd rcheck --long-option="help" 13 + 14 + function __complete_rcheck_opt 15 + set -l opt $argv[1] 16 + set -e argv[1] 17 + __complete_cmd rcheck --long-option="$opt" --exclusive $argv 18 + end 19 + 20 + __complete_rcheck_opt "test-arg" 21 + 22 + # TODO: use opts parsed from build script: 23 + # __complete_build_opts "rcheck --build-arg" 24 + __complete_rcheck_opt "build-arg" 25 + 26 + __complete_cmd rcheck --short-option=d 27 + __complete_rcheck_opt "dry-run"
+8
.config/fish/completions/rmake.fish
··· 1 + source (dirname (status --current-filename))/../i95_cmake_targets.fish 2 + 3 + function __build_targets 4 + __list_targets '.+' 5 + end 6 + 7 + __complete_cmd rmake -a '(__build_targets)' 8 + __complete_build_opts rmake
+15
.config/fish/conf.d/nvm.fish
··· 1 + function _nvm_uninstall -e nvm_uninstall 2 + if test -s "$nvm_config/version" 3 + read -l ver <$nvm_config/version 4 + if set -l i (contains -i -- "$nvm_config/$ver/bin" $fish_user_paths) 5 + set -e fish_user_paths[$i] 6 + end 7 + command rm -f $nvm_config/version 8 + end 9 + 10 + for name in (set -n | command awk '/^nvm_/') 11 + set -e "$name" 12 + end 13 + 14 + functions -e (functions -a | command awk '/^_nvm_/') 15 + end
+5
.config/fish/functions/bash_env.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/bash_env.fish @ line 2 2 + function bash_env 3 + set -x BASH_ENV ~/.bashrc.aliases 4 + command bash -c "$argv" 5 + end
+4
.config/fish/functions/beep.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/beep.fish @ line 2 2 + function beep --description 'Shortcut to print the bell character' 3 + echo -n \a $argv; 4 + end
+28
.config/fish/functions/dsh.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/dsh.fish @ line 2 2 + function dsh 3 + if test (uname) = "Darwin" 4 + echo "dsh not supported on macOS!" 5 + return 1 6 + end 7 + 8 + pushd ~/Documents/workspace 9 + 10 + set -l dlib "tools/dlib.sh" 11 + 12 + if ! test -f "$dlib" 13 + echo "'"(pwd)"/$dlib' does not exist!" 14 + return 1 15 + end 16 + 17 + bash -c ' 18 + set -o nounset 19 + 20 + source tools/dlib.sh 21 + dlib_args="$(dlib_parse_args $@)" 22 + shift $? 23 + 24 + dlib_workflow $dlib_args -- "$@" 25 + ' -- $argv 26 + 27 + popd 28 + end
+4
.config/fish/functions/f.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/f.fish @ line 2 2 + function f --description 'alias f fuck' 3 + fuck $argv; 4 + end
+4
.config/fish/functions/func_name.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.eXZO0F/func_name.fish @ line 2 2 + function func_name 3 + echo (status current-command) 4 + end
+4
.config/fish/functions/generate_bazel_completions.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/generate_bazel_completions.fish @ line 2 2 + function generate_bazel_completions --description 'Print a list of completion strings for bazel' 3 + command bazel help completion | sed -E 's/([A-Z_]+)=(.+)/set __\1 \2/g' 4 + end
+12
.config/fish/functions/generate_i95_targets.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.0IaV7o/generate_i95_targets.fish @ line 2 2 + function generate_i95_targets 3 + date 4 + if ! count $argv >/dev/null 5 + echo "Error: no I95 repository specified" 6 + return 1 7 + end 8 + set -l dir $argv[1] 9 + cd $dir/build 10 + make help | sed 's/\.\.\. //' > i95_cmake_targets.txt 11 + echo "Completed generating i95 targets!" 12 + end
+4
.config/fish/functions/history.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/history.fish @ line 2 2 + function history --description alias\ history\ \'history\ --show-time=\"\%F\ \%T\ \"\' 3 + builtin history --reverse --show-time="%F %T \$ " $argv; 4 + end
+4
.config/fish/functions/mux.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/mux.fish @ line 2 2 + function mux 3 + tmux_attach $argv 4 + end
+232
.config/fish/functions/nvm.fish
··· 1 + set -g nvm_version 1.0.1 2 + 3 + function nvm -a cmd -d "Node.js version manager" 4 + set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config 5 + set -g nvm_config $XDG_CONFIG_HOME/nvm 6 + set -g nvm_file .nvmrc 7 + set -q nvm_mirror; or set -g nvm_mirror "https://nodejs.org/dist" 8 + 9 + if test ! -d $nvm_config 10 + command mkdir -p $nvm_config 11 + end 12 + 13 + switch "$cmd" 14 + case ls list 15 + set -e argv[1] 16 + _nvm_ls $argv 17 + case use 18 + set -e argv[1] 19 + _nvm_use $argv 20 + case "" 21 + if isatty 22 + if set -l root (_nvm_find_up (pwd) $nvm_file) 23 + read cmd <$root/$nvm_file 24 + end 25 + else 26 + read cmd 27 + end 28 + if not set -q cmd[1] 29 + echo "nvm: version or .nvmrc file missing" >&2 30 + _nvm_help >&2 31 + return 1 32 + end 33 + 34 + _nvm_use $cmd 35 + case {,-}-v{ersion,} 36 + echo "nvm version $nvm_version" 37 + case {,-}-h{elp,} 38 + _nvm_help 39 + case complete 40 + _nvm_complete "$nvm_config/index" 41 + case \* 42 + echo "nvm: unknown flag or command \"$cmd\"" >&2 43 + _nvm_help >&2 44 + return 1 45 + end 46 + end 47 + 48 + function _nvm_help 49 + echo "usage: nvm --help Show this help" 50 + echo " nvm --version Show the current version of nvm" 51 + echo " nvm ls [<regex>] List available versions matching <regex>" 52 + echo " nvm use <version> Download <version> and modify PATH to use it" 53 + echo " nvm Use version in .nvmrc (or stdin if not a tty)" 54 + echo "examples:" 55 + echo " nvm use 12" 56 + echo " nvm use lts" 57 + echo " nvm use latest" 58 + echo " nvm use dubnium" 59 + echo " nvm ls '^1|9\$'" 60 + echo " nvm ls 10" 61 + echo " nvm <file" 62 + end 63 + 64 + function _nvm_complete -a index 65 + if test -s "$index" 66 + for alias in (command awk ' 67 + $4 { 68 + for (i = split($4, alias, "|"); i; i--) 69 + if (!seen[alias[i]]++) print alias[i] 70 + } 71 + $2 != "-" && !seen[$2]++ { print $2 } { print $1 } 72 + ' <$index) 73 + complete -xc nvm -n "__fish_seen_subcommand_from use" -a $alias 74 + end 75 + end 76 + end 77 + 78 + function _nvm_get_index 79 + set -l index "$nvm_config/index" 80 + set -q nvm_index_update_interval; or set -g nvm_index_update_interval 0 81 + 82 + if test ! -e $index -o (math (command date +%s) - $nvm_index_update_interval) -gt 120 83 + command curl -sS $nvm_mirror/index.tab | command awk -v OFS=\t ' 84 + NR > 1 && !/^v0\.[1-9]\./ { 85 + split($1 = substr($1, 2), v, ".") 86 + is_latest = NR == 2 87 + alias = ($10 = tolower($10)) == "-" ? "" : "lts|"$10 88 + is_lts = alias != "" 89 + print $1, (/^0/ ? "-" : v[1]), v[1]"."v[2], 90 + is_latest ? is_lts ? alias"|latest" : "latest" : is_lts ? alias : "" 91 + } 92 + ' >$index 2>/dev/null 93 + 94 + if test ! -s "$index" 95 + echo "nvm: invalid mirror index -- is \"$nvm_mirror\" a valid host?" >&2 96 + return 1 97 + end 98 + 99 + _nvm_complete $index 100 + set -g nvm_index_update_interval (command date +%s) 101 + end 102 + 103 + echo $index 104 + end 105 + 106 + function _nvm_ls -a query 107 + set -l index (_nvm_get_index); or return 108 + test -s "$nvm_config/version"; and read -l current <"$nvm_config/version" 109 + command awk -v current="$current" ' 110 + $1 ~ /'"$query"'/ { 111 + gsub(/\|/, "/", $4) 112 + out[n++] = $1 113 + out[n++] = $4 ($1 == current ? ($4 ? "/" : "") "current" : "") 114 + pad = pad < length($1) ? length($1) : pad 115 + } 116 + END { 117 + for (i = n - 1; i > 0; i -= 2) { 118 + printf("%"pad"s %s\n", out[i - 1] , out[i] ? "("out[i]")": "") 119 + } 120 + } 121 + ' <$index 2>/dev/null 122 + end 123 + 124 + function _nvm_resolve_version 125 + set -l index (_nvm_get_index); or return 126 + set -l ver (command awk -v ver="$argv[1]" ' 127 + BEGIN { 128 + if (match(ver, /v[0-9]/)) gsub(/^[ \t]*v|[ \t]*$/, "", ver) 129 + if ((n = split(tolower(ver), a, "/")) > 3) exit 130 + for (ver = a[1]; n > 0; n--) { 131 + if (a[n] != "*" && a[n] != "latest" && (ver = a[n]) != "lts") 132 + break 133 + } 134 + } 135 + ver == $1"" || ver == $2"" || ver == $3"" || $4 && ver ~ $4 { 136 + print $1 137 + exit 138 + } 139 + ' <$index 2>/dev/null) 140 + 141 + if not set -q ver[1] 142 + return 1 143 + end 144 + 145 + echo $ver 146 + end 147 + 148 + function _nvm_use 149 + set -l index (_nvm_get_index); or return 150 + set -l ver (_nvm_resolve_version $argv[1]) 151 + 152 + if not set -q ver[1] 153 + echo "nvm: invalid version number or alias: \"$argv[1]\"" >&2 154 + return 1 155 + end 156 + 157 + if test ! -d "$nvm_config/$ver/bin" 158 + set -l os 159 + set -l arch 160 + set -l name "node-v$ver" 161 + set -l target "$nvm_config/$ver" 162 + switch (uname -s) 163 + case Linux 164 + set os linux 165 + switch (uname -m) 166 + case x86_64 167 + set arch x64 168 + case armv6 armv6l 169 + set arch armv6l 170 + case armv7 armv7l 171 + set arch armv7l 172 + case armv8 armv8l 173 + set arch arm64 174 + case \* 175 + set arch x86 176 + end 177 + set name "$name-linux-$arch.tar.gz" 178 + case Darwin 179 + set os darwin 180 + set arch x64 181 + case \* 182 + echo "nvm: OS not implemented -- request it on https://git.io/fish-nvm" >&2 183 + return 1 184 + end 185 + 186 + set -l name "node-v$ver-$os-$arch" 187 + set -l url $nvm_mirror/v$ver/$name 188 + 189 + echo "fetching $url" >&2 190 + command mkdir -p $target/$name 191 + 192 + if not command curl --fail --progress-bar $url.tar.gz | command tar -xzf- -C $target/$name 193 + command rm -rf $target 194 + echo "nvm: fetch error -- are you offline?" >&2 195 + return 1 196 + end 197 + 198 + command mv -f $target/$name/$name $nvm_config/$ver. 199 + command rm -rf $target 200 + command mv -f $nvm_config/$ver. $target 201 + end 202 + 203 + if test -s "$nvm_config/version" 204 + read -l last <"$nvm_config/version" 205 + if set -l i (contains -i -- "$nvm_config/$last/bin" $fish_user_paths) 206 + set -e fish_user_paths[$i] 207 + end 208 + end 209 + 210 + if set -l root (_nvm_find_up (pwd) $nvm_file) 211 + read -l line <$root/$nvm_file 212 + if test $ver != (_nvm_resolve_version $line) 213 + echo $argv[1] >$root/$nvm_file 214 + end 215 + end 216 + 217 + echo $ver >$nvm_config/version 218 + 219 + if not contains -- "$nvm_config/$ver/bin" $fish_user_paths 220 + set -U fish_user_paths "$nvm_config/$ver/bin" $fish_user_paths 221 + end 222 + end 223 + 224 + function _nvm_find_up -a path file 225 + if test -e "$path/$file" 226 + echo $path 227 + else if test "$path" != / 228 + _nvm_find_up (command dirname $path) $file 229 + else 230 + return 1 231 + end 232 + end
+63
.config/fish/functions/rcheck.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.MB1mBw/rcheck.fish @ line 2 2 + function rcheck --description 'Build and validate C++ unity targets with rmake and validate' 3 + source ~/.config/fish/functions/remote_cmd.fish 4 + 5 + function print_help 6 + set -l cmd (status current-command) 7 + echo $cmd": Build and validate C++ unity targets with rmake and validate" 8 + echo 9 + echo "USAGE: $cmd [options] <target> [target ...]" 10 + echo 11 + echo "OPTIONS:" 12 + echo 13 + echo " -d | --dry-run Only print the command that would be run," 14 + echo " instead of running it" 15 + echo 16 + echo " -b <arg> | --build-arg=<arg> Argument to pass to the build command. May be" 17 + echo " specified multiple times, once per argument" 18 + echo 19 + echo " -t <arg> | --test-arg=<arg> Argument to pass to the validate command. May be" 20 + echo " specified multiple times, once per argument" 21 + echo 22 + echo " -h, --help Show this help" 23 + echo 24 + end 25 + 26 + set -l options \ 27 + (fish_opt --short=d --long=dry-run) \ 28 + (fish_opt --short=b --long=build-arg --required-val --multiple-vals) \ 29 + (fish_opt --short=t --long=test-arg --required-val --multiple-vals) \ 30 + (fish_opt --short=h --long=help) \ 31 + 32 + set -l cmd (status current-command) 33 + argparse --name=$cmd $options -- $argv; or return $status 34 + 35 + if test "$_flag_help" != "" 36 + print_help >&2 37 + return 38 + end 39 + 40 + if test (count $argv) -lt 1 41 + echo $cmd": Expected at least 1 args, got 0" >&2 42 + return 1 43 + end 44 + 45 + set -l build_targets 46 + set -l test_targets 47 + # Remaining unparsed arguments are build/test targets 48 + for target in $argv 49 + set -a build_targets $target"_unity" 50 + set -a test_targets $target 51 + end 52 + 53 + set build_command \ 54 + rmake $_flag_build_arg $build_targets \ 55 + '&&' \ 56 + tools/dvalidate -c -run $test_targets $_flag_test_arg 57 + 58 + if test "$_flag_dry_run" != "" 59 + echo "Would have run command: '$build_command'" 60 + else 61 + remote_cmd $build_command 62 + end 63 + end
+59
.config/fish/functions/refresh_branches.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.r7lxdD/refresh_branches.fish @ line 2 2 + function refresh_branches 3 + date 4 + echo 5 + echo "==========================================================================" 6 + 7 + echo "Pruning old docker images, containers, etc." 8 + if type -q docker 9 + docker system prune --all --force --filter "until=72h" 10 + end 11 + echo 12 + 13 + set -l branches \ 14 + "develop" \ 15 + "release/4.5" \ 16 + "release/4.4" \ 17 + "release/4.3" \ 18 + "release/4.2" \ 19 + "feature/rbac" 20 + 21 + if test (uname) != "Darwin" 22 + set dlib (/usr/local/bin/gbase)"/tools/dlib.sh" 23 + end 24 + 25 + git stash push -m "temporary stash to update branches" | grep --quiet "No local changes to save" 26 + set stashed_git_changes $status 27 + 28 + function cleanup --inherit-variable stashed_git_changes 29 + if test $stashed_git_changes = 1 30 + git stash pop 31 + end 32 + 33 + echo "==========================================================================" 34 + echo 35 + end 36 + 37 + trap cleanup EXIT 38 + 39 + for branch in $branches 40 + echo "Refreshing upstream branch '$branch'" 41 + 42 + git checkout $branch 43 + if ! git pull --prune --ff-only origin $branch 44 + echo "Failed to pull '$branch'" 45 + git checkout - 46 + echo 47 + continue 48 + end 49 + 50 + if set -q dlib 51 + echo "Pulling docker images with dlib '$dlib'" 52 + bash -c "source $dlib && dlib_pull_release" 53 + end 54 + 55 + # Restore the previous branch 56 + git checkout - 57 + echo 58 + end 59 + end
+15
.config/fish/functions/remote_cmd.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.Y3llUP/remote_cmd.fish @ line 2 2 + function remote_cmd 3 + set -l escaped_args 4 + 5 + for arg in $argv[2..-1] 6 + switch $arg 7 + case '&&' '||' ';' 8 + set -a escaped_args $arg 9 + case '*' 10 + set -a escaped_args (string escape --no-quoted -- $arg) 11 + end 12 + end 13 + 14 + command $argv[1] $escaped_args 15 + end
+5
.config/fish/functions/rmake.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/rmake.fish @ line 2 2 + function rmake 3 + source ~/.config/fish/functions/remote_cmd.fish 4 + remote_cmd rmake $argv 5 + end
+5
.config/fish/functions/rpush.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.3j2hva/rpush.fish @ line 2 2 + function rpush 3 + source ~/.config/fish/functions/remote_cmd.fish 4 + remote_cmd rpush $argv && greset 5 + end
+5
.config/fish/functions/rrobot.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/rrobot.fish @ line 2 2 + function rrobot 3 + source ~/.config/fish/functions/remote_cmd.fish 4 + remote_cmd rrobot $argv 5 + end
+4
.config/fish/functions/sortfile.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.ixqqIW/sortfile.fish @ line 2 2 + function sortfile 3 + sort -o $argv[1] $argv[1] 4 + end
+4
.config/fish/functions/sudoedit.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/sudoedit.fish @ line 2 2 + function sudoedit --description 'alias sudoedit=sudo sudo -e' 3 + sudo sudo -e $argv; 4 + end
+7
.config/fish/functions/swap.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.D9g25f/swap.fish @ line 1 2 + function swap 3 + set -l tmpfile (mktemp) 4 + mv "$argv[1]" $tmpfile 5 + mv "$argv[2]" "$argv[1]" 6 + mv $tmpfile "$argv[2]" 7 + end
+4
.config/fish/functions/time.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/time.fish @ line 2 2 + function time --description 'alias time=time -p' 3 + command time -p $argv; 4 + end
+14
.config/fish/functions/tmux_attach.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/tmux_attach.fish @ line 2 2 + function tmux_attach 3 + if test (uname) = "Darwin" 4 + vssh -t tmux_attach 5 + else 6 + if tmux ls 7 + if test $TERM_PROGRAM = "iTerm.app" 8 + command tmux -CC attach $argv 9 + else 10 + command tmux attach $argv 11 + end 12 + end 13 + end 14 + end
+4
.config/fish/functions/vi.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/vi.fish @ line 2 2 + function vi --description 'alias vi vim' 3 + vim $argv; 4 + end
+4
.config/fish/functions/vim.fish
··· 1 + # Defined in /Users/ichamberlain/.config/fish/functions/vim.fish @ line 2 2 + function vim 3 + command vim -p $argv 4 + end
+4
.config/fish/functions/vs.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.AWuPwF/vs.fish @ line 1 2 + function vs 3 + 4 + end
+46
.config/fish/functions/vscode_ext.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.marwk0/vscode_ext.fish @ line 2 2 + function vscode_ext 3 + 4 + function print_help 5 + set -l cmd (status current-command) 6 + echo $cmd": Run VSCode with only specific extensions enabled" 7 + echo 8 + echo "USAGE: $cmd [options] <extension-id> [extension-id ...]" 9 + echo 10 + echo "OPTIONS:" 11 + echo " -d, --dry-run Print the command that would be run, instead" 12 + echo " of actually running it" 13 + echo 14 + echo " -h, --help Show this help" 15 + echo 16 + end 17 + 18 + set -l options \ 19 + (fish_opt --short=h --long=help) \ 20 + (fish_opt --short=d --long=dry-run) 21 + 22 + set -l funcname (status current-command) 23 + 24 + argparse --name=$funcname $options -- $argv 25 + or return $status 26 + 27 + if test "$_flag_help" != "" 28 + print_help >&2 29 + return 30 + end 31 + 32 + if test (count $argv) -lt 1 33 + echo $funcname": Expected at least 1 args, got 0" 34 + return 1 35 + end 36 + 37 + 38 + set -l extensions (code --list-extensions | grep -v $argv) 39 + set -l code_args "--new-window" --disable-extension={$extensions} 40 + 41 + if test "$_flag_dry_run" != "" 42 + echo code $code_args 43 + else 44 + code $code_args 45 + end 46 + end
+21
.config/fish/functions/vssh.fish
··· 1 + # Defined in /var/folders/4w/bjgmcfds1nv33zqkhf2q2_340000gp/T//fish.Uu7Qy6/vssh.fish @ line 2 2 + function vssh 3 + set -x RHOST (basename (gbase)) 4 + 5 + set -l host 6 + 7 + if ping -c 1 -W 1 $RHOST >/dev/null 2>&1 8 + set host $RHOST 9 + else 10 + set host dev 11 + end 12 + 13 + if ! count $argv >/dev/null 14 + set -l working_dir (pwd) 15 + set -l cmd "test -d $working_dir && cd $working_dir; exec \$SHELL -li" 16 + 17 + command ssh -t $host "$cmd" 18 + else 19 + command ssh $host $argv 20 + end 21 + end
+54
.config/fish/i95_cmake_targets.fish
··· 1 + set rg_opts \ 2 + --only-matching \ 3 + --no-column \ 4 + --no-line-number \ 5 + --color never \ 6 + --no-filename 7 + 8 + function __complete_cmd 9 + complete --no-files --command $argv 10 + end 11 + 12 + function __list_targets 13 + set -l search_regex $argv[1] 14 + 15 + set -l build_dir (gbase)"/build" 16 + 17 + vssh "if test -d $build_dir; cd $build_dir && cat i95_cmake_targets.txt; end" | egrep "$search_regex" 18 + 19 + # Ripgrep for dumb heuristic: 20 + # rg $rg_opts --glob 'CMakeLists.txt' --replace '$target' -- $search_regex'.*$' (gbase) \ 21 + # | string trim -- \ 22 + # | string replace '${PROJECT_NAME}' '128T' -- \ 23 + # | egrep -v '\$|#.*' # exclude things with unexpanded variables or commented out 24 + end 25 + 26 + function __complete_build_opts 27 + set cmd $argv[1] 28 + 29 + set build_script (gbase)/tools/env_scripts/build 30 + if ! test -x $build_script 31 + return 32 + end 33 + 34 + set build_opts ( 35 + $build_script -h \ 36 + | rg $rg_opts --replace '$1' -- '-(\S+)\s+[-].*$' - \ 37 + | grep -v '\[|\]' \ 38 + | string replace '/' "\n" -- \ 39 + | string trim -- 40 + ) 41 + 42 + for build_opt in $build_opts 43 + if string match --quiet "*=*" -- $build_opt 44 + set split_opt (string split "=" $build_opt) 45 + __complete_cmd $cmd --old-option $split_opt[1] -x 46 + else if string match "(no)*" -- $build_opt 47 + set positive_opt (string replace "(no)" "" -- $build_opt) 48 + __complete_cmd $cmd --old-option $positive_opt 49 + __complete_cmd $cmd --old-option "no$positive_opt" 50 + else 51 + __complete_cmd $cmd --old-option $build_opt 52 + end 53 + end 54 + end
+92
.config/fish/iterm2_shell_integration.fish
··· 1 + # This program is free software; you can redistribute it and/or 2 + # modify it under the terms of the GNU General Public License 3 + # as published by the Free Software Foundation; either version 2 4 + # of the License, or (at your option) any later version. 5 + # 6 + # This program is distributed in the hope that it will be useful, 7 + # but WITHOUT ANY WARRANTY; without even the implied warranty of 8 + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 + # GNU General Public License for more details. 10 + # 11 + # You should have received a copy of the GNU General Public License 12 + # along with this program; if not, write to the Free Software 13 + # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 + 15 + if begin; status --is-interactive; and not functions -q -- iterm2_status; and [ "$ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX""$TERM" != screen ]; and [ "$TERM" != dumb ]; and [ "$TERM" != linux ]; end 16 + function iterm2_status 17 + printf "\033]133;D;%s\007" $argv 18 + end 19 + 20 + # Mark start of prompt 21 + function iterm2_prompt_mark 22 + printf "\033]133;A\007" 23 + end 24 + 25 + # Mark end of prompt 26 + function iterm2_prompt_end 27 + printf "\033]133;B\007" 28 + end 29 + 30 + # Tell terminal to create a mark at this location 31 + function iterm2_preexec --on-event fish_preexec 32 + # For other shells we would output status here but we can't do that in fish. 33 + printf "\033]133;C;\007" 34 + end 35 + 36 + # Usage: iterm2_set_user_var key value 37 + # These variables show up in badges (and later in other places). For example 38 + # iterm2_set_user_var currentDirectory "$PWD" 39 + # Gives a variable accessible in a badge by \(user.currentDirectory) 40 + # Calls to this go in iterm2_print_user_vars. 41 + function iterm2_set_user_var 42 + printf "\033]1337;SetUserVar=%s=%s\007" "$argv[1]" (printf "%s" "$argv[2]" | base64 | tr -d "\n") 43 + end 44 + 45 + function iterm2_write_remotehost_currentdir_uservars 46 + printf "\033]1337;RemoteHost=%s@%s\007\033]1337;CurrentDir=%s\007" $USER $iterm2_hostname $PWD 47 + 48 + # Users can define a function called iterm2_print_user_vars. 49 + # It should call iterm2_set_user_var and produce no other output. 50 + if functions -q -- iterm2_print_user_vars 51 + iterm2_print_user_vars 52 + end 53 + 54 + end 55 + 56 + functions -c fish_prompt iterm2_fish_prompt 57 + 58 + functions -c fish_mode_prompt iterm2_fish_mode_prompt 59 + function fish_mode_prompt --description 'Write out the mode prompt; do not replace this. Instead, change fish_mode_prompt before sourcing .iterm2_shell_integration.fish, or modify iterm2_fish_mode_prompt instead.' 60 + set -l last_status $status 61 + 62 + iterm2_status $last_status 63 + iterm2_write_remotehost_currentdir_uservars 64 + if not functions iterm2_fish_prompt | grep iterm2_prompt_mark > /dev/null 65 + iterm2_prompt_mark 66 + end 67 + sh -c "exit $last_status" 68 + 69 + iterm2_fish_mode_prompt 70 + end 71 + 72 + function fish_prompt --description 'Write out the prompt; do not replace this. Instead, change fish_prompt before sourcing .iterm2_shell_integration.fish, or modify iterm2_fish_prompt instead.' 73 + # Remove the trailing newline from the original prompt. This is done 74 + # using the string builtin from fish, but to make sure any escape codes 75 + # are correctly interpreted, use %b for printf. 76 + printf "%b" (string join "\n" (iterm2_fish_prompt)) 77 + 78 + iterm2_prompt_end 79 + end 80 + 81 + # If hostname -f is slow for you, set iterm2_hostname before sourcing this script 82 + if not set -q -g iterm2_hostname 83 + set -g iterm2_hostname (hostname -f 2>/dev/null) 84 + # some flavors of BSD (i.e. NetBSD and OpenBSD) don't have the -f option 85 + if test $status -ne 0 86 + set -g iterm2_hostname (hostname) 87 + end 88 + end 89 + 90 + iterm2_write_remotehost_currentdir_uservars 91 + printf "\033]1337;ShellIntegrationVersion=10;shell=fish\007" 92 + end
+13
.config/gdb/init.py
··· 1 + #!/usr/bin/env python2 2 + 3 + from __future__ import print_function 4 + 5 + import re 6 + 7 + # Replace working dir /i95code with ~/Documents/workspace 8 + # This make things like cmd+click work properly 9 + pwd_str = gdb.execute("pwd", from_tty=False, to_string=True).strip() 10 + 11 + new_pwd = re.sub(r"^.+/i95code/(.+)\.$", r"~/Documents/workspace/\1", pwd_str) 12 + print("cwd: '{}'".format(new_pwd)) 13 + gdb.execute("cd {}".format(new_pwd))
+7
.gdbinit
··· 1 + # For macos: 2 + # add-auto-load-safe-path ~/.pyenv 3 + # set startup-with-shell off 4 + 5 + source ~/.config/gdb/init.py 6 + set substitute-path /i95code ~/Documents/workspace 7 + directory ~/Documents/workspace