You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# preload OFX plugins (to have auto completion of plugins name, their parameters...)
80
-
tuttle.core().preload(False)
81
-
82
79
deffillParser(self, parser):
83
80
# Arguments
84
81
parser.add_argument('inputs', nargs='*', action='store', help='command line to process').completer=samDoUtils.samDoCompleter
@@ -92,7 +89,7 @@ def fillParser(self, parser):
92
89
parser.add_argument('--stop-on-missing-files', dest='stopOnMissingFiles', action='store_true', default=False, help='stop the process if missing files')
93
90
parser.add_argument('--no-plugin-cache', dest='noPluginCache', action='store_true', default=False, help='load plugins without using the cache file')
94
91
parser.add_argument('--rebuild-plugin-cache', dest='rebuildPluginCache', action='store_true', default=False, help='load plugins and rebuild the cache file')
0 commit comments