Include bare harmonic install command
This commit is contained in:
parent
5c1be32a08
commit
a77cfc6d0c
1 changed files with 3 additions and 1 deletions
|
@ -10,8 +10,10 @@ use eyre::{eyre, WrapErr};
|
||||||
use crate::{cli::CommandExecute, interaction};
|
use crate::{cli::CommandExecute, interaction};
|
||||||
|
|
||||||
/// Execute an install (possibly using an existing plan)
|
/// 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)]
|
#[derive(Debug, Parser)]
|
||||||
#[command(args_conflicts_with_subcommands = true, arg_required_else_help = true)]
|
#[command(args_conflicts_with_subcommands = true)]
|
||||||
pub struct Install {
|
pub struct Install {
|
||||||
#[clap(
|
#[clap(
|
||||||
long,
|
long,
|
||||||
|
|
Loading…
Reference in a new issue