attach: add -f alias for --full
This commit is contained in:
parent
a4ae0b21db
commit
00eb7cdd24
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ pub enum Commands {
|
|||
/// Attach to a service's stdin interactively
|
||||
Attach {
|
||||
name: String,
|
||||
#[arg(long, help = "Send SIGINT to service on Ctrl+C before disconnecting")]
|
||||
#[arg(short = 'f', long, help = "Send SIGINT to service on Ctrl+C before disconnecting")]
|
||||
full: bool,
|
||||
},
|
||||
/// Internal: run supervisor for a service
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue