1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

tools: pyterm: allow for multiple native tap interfaces

This commit is contained in:
Oleg Hahm 2023-12-14 14:23:51 +01:00
parent 99ff9bad03
commit b9c8b659ed

View File

@ -931,7 +931,7 @@ if __name__ == "__main__":
action="store_false",
help="Do not try to reconnect when failing on "
"connection setup (Default)")
parser.add_argument("native_tap", nargs=1)
parser.add_argument("native_tap", nargs='*')
parser.set_defaults(
repeat_command_on_empty_line=defaultrepeat_cmd_empty_line,