Skip to content

Commit

Permalink
add command aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Nov 28, 2023
1 parent 6ffb836 commit 2142a7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/cmdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ def sched_update_subparser(parser):

def dev_info_subparser(parser):
dev_info_parser = parser.add_parser(
"DeviceInformation", help="DeviceInformation MDM command"
"DeviceInformation",
help="DeviceInformation MDM command",
aliases=["DeviceInfo", "DevInfo"],
)
dev_info_parser.add_argument(
"query",
Expand Down

0 comments on commit 2142a7e

Please sign in to comment.