blob: 0445899ce44bfca929acb99e3a1800e31e77c070 [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 = "emulator", description = "Start and manage Fuchsia emulators")]
pub struct EmulatorCommand {}