Skip to content

Commit

Permalink
Disambiguate wit-component -i flag (#275)
Browse files Browse the repository at this point in the history
Closes #274

Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
  • Loading branch information
tsoutsman authored Jul 8, 2022
1 parent ea71cad commit 3780adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-component/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub struct WitComponentApp {
#[clap(long, short = 'o', value_name = "OUTPUT")]
pub output: Option<PathBuf>,

/// The default interface of the component.
/// The default interface the component exports.
#[clap(long, short = 'i', value_name = "INTERFACE", parse(try_from_str = parse_unnamed_interface))]
pub interface: Option<Interface>,

Expand Down

0 comments on commit 3780adc

Please sign in to comment.