Skip to content

Commit

Permalink
Add help-docs for the --watch flag in wasmer app logs
Browse files Browse the repository at this point in the history
the docs were missing so I added it.
  • Loading branch information
ayys committed Aug 22, 2024
1 parent f7b877b commit 6a2e184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/src/commands/app/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub struct CmdAppLogs {
#[clap(long, default_value = "1000")]
max: usize,

/// Continuously watch for new logs and display them in real-time.
#[clap(long, default_value = "false")]
watch: bool,

Expand Down

0 comments on commit 6a2e184

Please sign in to comment.