From a77cfc6d0cd1179f1986e83cbede634c73af2f12 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 10 Nov 2022 08:36:07 -0800 Subject: [PATCH] Include bare harmonic install command --- src/cli/subcommand/install.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cli/subcommand/install.rs b/src/cli/subcommand/install.rs index bcf0418..ef8389b 100644 --- a/src/cli/subcommand/install.rs +++ b/src/cli/subcommand/install.rs @@ -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,