documentation and completion for plugins

This commit is contained in:
2023-12-15 12:27:51 -03:00
parent 3a4fcfe77b
commit 79172be898
6 changed files with 660 additions and 75 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class connapp:
#Add plugins
file_path = self.config.defaultdir + "/plugins"
self.plugins = Plugins()
self.plugins.import_plugins_to_argparse(file_path, subparsers)
self.plugins._import_plugins_to_argparse(file_path, subparsers)
#Generate helps
nodeparser.usage = self._help("usage", subparsers)
nodeparser.epilog = self._help("end", subparsers)