mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
account twice while only one exists (macOS) - renamed host.users to host.sessions
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# sys
|
||||
|
||||
This command gives information about the system where nu is running on.
|
||||
This command gives information about the system nu is running on.
|
||||
|
||||
## Examples
|
||||
|
||||
@ -13,7 +13,7 @@ This command gives information about the system where nu is running on.
|
||||
━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━
|
||||
> sys | get host
|
||||
━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━━━━━━┯━━━━━━━━┯━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━
|
||||
name │ release │ hostname │ arch │ uptime │ users
|
||||
name │ release │ hostname │ arch │ uptime │ sessions
|
||||
────────┼─────────┼──────────────┼────────┼────────────────┼──────────────────
|
||||
Darwin │ 18.7.0 │ C02Y437GJGH6 │ x86_64 │ [table: 1 row] │ [table: 17 rows]
|
||||
━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━━━━━━┷━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━
|
||||
@ -29,4 +29,4 @@ This command gives information about the system where nu is running on.
|
||||
─────────┼──────────┼────────────┼───────────
|
||||
34.4 GB │ 545.0 MB │ 2.1 GB │ 723.0 MB
|
||||
━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user