Commit Graph

7 Commits

Author SHA1 Message Date
6b30c356dd Change Cmd::Run signature to take &clap::Options instead of
`Option<&clap::Options>` - saves 10k
2023-02-04 08:54:27 -05:00
754f604603 Add mktemp applet 2023-01-24 00:51:36 -05:00
3ef3a8b3aa Use Bitflags trait and Bit enum in which applet;
Move `Bit` and `Who` enums out of `mode` module into submodules
2023-01-23 09:39:02 -05:00
Nathan Fisher
a8c8ba5819 Simplified Cmd trait, trimmed 600K from binary size 2023-01-13 01:08:32 -05:00
2f58e82de2 Added groups and clear applets 2023-01-12 18:33:41 -05:00
d77387f963 Add pw module for user and group information;
which - check if our user can exec found file
2023-01-11 20:50:20 -05:00
4d9cbbd413 Add which applet 2023-01-10 18:28:33 -05:00