blob: 416d0f0eccea97b709c73d2944e3f71b99d78034 [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 = "diagnostic", description = "Run diagnostic tests on Fuchsia targets")]
pub struct DiagnosticCommand {}