coreutils/src/uu/who
Laurent Cheylus e1032e1f06 who: tool unsupported on OpenBSD
- utmpx not supported on OpenBSD

  - add src/uu/who/src/platform directory and platform/mod.rs for conditional compilation according
    to target_os
  - platform/openbsd.rs: implementation on OpenBSD (unsupported tool)
  - platform/unix.rs: implementation on other OS
  - src/uu/who/src/who.rs: use platform module for uucore::main function
2023-12-11 18:23:35 +01:00
..
src who: tool unsupported on OpenBSD 2023-12-11 18:23:35 +01:00
Cargo.toml Prepare version 0.0.23 2023-11-13 22:02:01 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
who.md who: move help strings to markdown file 2023-03-19 11:59:14 +01:00