blob: 77081fc672f7975cbdd161328a935f70ca0487b1 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// ignore_for_file: public_member_api_docs
// The purpose of this list of flags in a file separate from the command
// definitions is to ensure that flags are named consistently across
// subcommands. For example, unless there's a compelling reason to have both,
// we'd avoid having one subcommand define an --all flag while another defines
// an --everything flag.
// Keep this list alphabetized.
const String allFlag = 'all';
const String builderFlag = 'builder';
const String configFlag = 'config';
const String dryRunFlag = 'dry-run';
const String ltoFlag = 'lto';
const String quietFlag = 'quiet';
const String rbeFlag = 'rbe';
const String runTestsFlag = 'run-tests';
const String verboseFlag = 'verbose';
const String testOnlyFlag = 'testonly';