Skip to content

Commit f9555c2

Browse files
authored
Merge pull request #4 from senid231/show_status_with_args
add optional args to system_status show request
2 parents 544ca20 + 9f2d41a commit f9555c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/yetis_node/cmd/show.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def media_streams
5454
end
5555

5656

57-
def system_status
58-
invoke_show
57+
def system_status(*args)
58+
invoke_show(args)
5959
end
6060

6161
def stats

0 commit comments

Comments
 (0)