Skip to content

Commit

Permalink
make logs field of Args struct public
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Dec 5, 2024
1 parent 668ea3d commit 2b02446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct Args {
#[cfg(windows)]
/// Show the logs (stdout and stderr) of the most recent application run
#[arg(short, long, exclusive = true)]
logs: bool,
pub logs: bool,
/// Restore default settings
#[arg(short, long)]
restore_default: bool,
Expand Down

0 comments on commit 2b02446

Please sign in to comment.