()
| 801 | |
| 802 | #[test] |
| 803 | fn command_uses_gateway_binary_name() { |
| 804 | let mut help = Vec::new(); |
| 805 | command().write_long_help(&mut help).unwrap(); |
| 806 | let help = String::from_utf8(help).unwrap(); |
| 807 | assert!(help.contains("openshell-gateway")); |
| 808 | } |
| 809 | |
| 810 | #[test] |
| 811 | fn command_exposes_version() { |