command.CommandSummary.sensitive_argument_count
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- command
- Declared in
- CommandSummary
- Package
- libtmux
- Source
- crates/libtmux/src/command.rs
-
Return the number of sensitive logical arguments.
Examples
use libtmux::Command;let summary = Command::new("set-environment").sensitive_arg("secret").summary();assert_eq!(summary.sensitive_argument_count(), 1);
0 declared, 0 inherited