Skip to content

Commit a05fce2

Browse files
committed
add media and settings aliases on the root typer
1 parent 5355d29 commit a05fce2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

obsws_cli/alias.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def get_command(self, ctx, cmd_name):
2424
cmd_name = 'hotkey'
2525
case 'i':
2626
cmd_name = 'input'
27+
case 'm':
28+
cmd_name = 'media'
2729
case 'prf':
2830
cmd_name = 'profile'
2931
case 'prj':
@@ -32,6 +34,8 @@ def get_command(self, ctx, cmd_name):
3234
cmd_name = 'record'
3335
case 'rb':
3436
cmd_name = 'replaybuffer'
37+
case 'set':
38+
cmd_name = 'settings'
3539
case 'sc':
3640
cmd_name = 'scene'
3741
case 'scc':

0 commit comments

Comments
 (0)