attach: add -f alias for --full

This commit is contained in:
Niko Marmeladkov 2026-07-03 17:36:31 +03:00
parent a4ae0b21db
commit 00eb7cdd24

View file

@ -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