mirror of
https://github.com/nushell/nushell.git
synced 2025-07-12 04:15:57 +02:00
# Description Add a new `sys users` command which returns a table of the users of the system. This is the same table that is currently present as `(sys).host.sessions`. The same table has been removed from the recently added `sys host` command. # User-Facing Changes Adds a new command. (The old `sys` command is left as is.)