blob: e6e998697329f1400882a39cf2aee5a41e3265b9 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
use {argh::FromArgs, ffx_core::ffx_command};
#[ffx_command()]
#[derive(FromArgs, Debug, PartialEq)]
#[argh(
subcommand,
name = "preflight",
description = "Evaluate suitability for building and running Fuchsia"
)]
pub struct PreflightCommand {}