Skip to content

Commit 7927ad6

Browse files
author
Henrik Sjööh
committed
update update sys_get_ examples
The type of sys.host.sessions was changed from a string to a table in this PR: nushell/nushell#2954
1 parent 549caf0 commit 7927ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
> sys | get host.sessions | each { ^echo $it }
1+
> sys | get host.sessions.name | each { ^echo $it }
22
jonathan
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> sys | get host.sessions
1+
> sys | get host.sessions.name
22
───┬─────────
33
0 │ jonathan
44
───┴─────────

0 commit comments

Comments
 (0)