blob: 6a0a036246e14b094b64af51601b6351c74ee0d3 [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::ArgsInfo, 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,
}