bumped libmeshctrl

This commit is contained in:
2025-06-30 20:51:11 +02:00
parent f52464909a
commit b20d56170e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ async def main():
parser.add_argument("-mb", "--meshbook", type=str, help="Path to the meshbook yaml file.")
parser.add_argument("-oc", "--oscategories", type=str, help="Path to the Operating System categories JSON file.", default="./os_categories.json")
parser.add_argument("--conf", type=str, help="Path for the API configuration file (default: ./config.conf).", default="./config.conf")
parser.add_argument("--conf", type=str, help="Path for the API configuration file (default: ./config.conf).", default="./api.conf")
parser.add_argument("--nograce", action="store_true", help="Disable the grace 3 seconds before running the meshbook.", default=False)
parser.add_argument("-i", "--indent", action="store_true", help="Use an JSON indentation of 4 when this flag is passed.", default=False)
parser.add_argument("-r", "--raw-result", action="store_true", help="Print the raw result.", default=False)
@@ -318,4 +318,4 @@ async def main():
console.text_color.red + message, True)
if __name__ == "__main__":
asyncio.run(main())
asyncio.run(main())
+1 -1
View File
@@ -1,3 +1,3 @@
colorama==0.4.6
pyyaml==6.0.2
libmeshctrl==1.2.1
libmeshctrl==1.2.2