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:
parent
99ff9bad03
commit
b9c8b659ed
2
dist/tools/pyterm/pyterm
vendored
2
dist/tools/pyterm/pyterm
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user