Skip to content

Commit

Permalink
munet: fix stdout and stderr CLI commands
Browse files Browse the repository at this point in the history
- bump version to 0.14.11

Signed-off-by: Christian Hopps <chopps@gmail.com>
  • Loading branch information
choppsv1 committed Sep 5, 2024
1 parent 6383c03 commit 6d088c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions munet/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,7 @@ def __init__(
),
"format": "stdout HOST [HOST ...]",
"help": "tail -f on the stdout of the qemu/cmd for this node",
"new-window": True,
"new-window": {"background": True, "ns_only": True},
},
{
"name": "stderr",
Expand All @@ -2743,7 +2743,7 @@ def __init__(
),
"format": "stderr HOST [HOST ...]",
"help": "tail -f on the stdout of the qemu/cmd for this node",
"new-window": True,
"new-window": {"background": True, "ns_only": True},
},
]
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "munet"
version = "0.14.10"
version = "0.14.11"
description = "A package to facilitate network simulations"
authors = ["Christian Hopps <chopps@labn.net>"]
license = "GPL-2.0-or-later"
Expand Down

0 comments on commit 6d088c1

Please sign in to comment.