()
| 809 | |
| 810 | #[test] |
| 811 | fn command_exposes_version() { |
| 812 | let cmd = command(); |
| 813 | let version = cmd.get_version().unwrap(); |
| 814 | assert_eq!(version.to_string(), openshell_core::VERSION); |
| 815 | } |
| 816 | |
| 817 | #[test] |
| 818 | fn command_defaults_bind_address_to_loopback() { |