Skip to content

Commit 47ab3d6

Browse files
committed
make guest args public
Signed-off-by: karthik2804 <[email protected]>
1 parent f7f4c96 commit 47ab3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct Component {
2525
#[clap(trailing_var_arg(true))]
2626
pub struct CliArgs {
2727
#[clap(multiple_values(true), allow_hyphen_values(true))]
28-
guest_args: Vec<String>,
28+
pub guest_args: Vec<String>,
2929
}
3030

3131
impl CliArgs {

0 commit comments

Comments
 (0)