Include bare harmonic install command

This commit is contained in:
Ana Hobden 2022-11-10 08:36:07 -08:00
parent 5c1be32a08
commit a77cfc6d0c

View file

@ -10,8 +10,10 @@ use eyre::{eyre, WrapErr};
use crate::{cli::CommandExecute, interaction};
/// Execute an install (possibly using an existing plan)
///
/// To pass custom options, select a planner, for example `harmonic install linux-multi --help`
#[derive(Debug, Parser)]
#[command(args_conflicts_with_subcommands = true, arg_required_else_help = true)]
#[command(args_conflicts_with_subcommands = true)]
pub struct Install {
#[clap(
long,