blob: 74d9a3bb3e21b43e7fa4a01812e0147790ec8847 [file] [log] [blame]
// Copyright 2022 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.
#[ffx_core::ffx_command()]
#[derive(argh::FromArgs, Debug, PartialEq)]
#[argh(subcommand, name = "blackout", description = "Power failure testing for the filesystems")]
pub struct BlackoutCommand {
#[argh(subcommand)]
pub subcommand: ffx_storage_blackout_sub_command::Subcommand,
}