We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4befe commit f77b7c0Copy full SHA for f77b7c0
src/cli.rs
@@ -313,7 +313,9 @@ pub enum SshConfig {
313
compress_image: Option<Compression>,
314
},
315
316
- /// set ssh connection parameters (currently not working in docker image)
+ /// set ssh connection parameters (see
317
+ /// https://github.com/omnect/omnect-cli?tab=readme-ov-file#usage-with-docker
318
+ /// for details on how to use this command with the docker image)
319
SetConnection {
320
/// username for the login on the device.
321
#[arg(short = 'u', long = "user", default_value = "omnect")]
0 commit comments