oasislmf.cli.clearcache¶
Classes¶
Deletes all Numba cache files. |
Module Contents¶
- class oasislmf.cli.clearcache.ClearCacheCmd(*args, **kwargs)[source]¶
Bases:
oasislmf.cli.command.OasisBaseCommandDeletes all Numba cache files.
- add_args(parser)[source]¶
Adds arguments to the argument parser. This is used to modify which arguments are processed by the command.
Enhanced logging arguments (–log-level, –log-format) added. Legacy –verbose flag maintained for backward compatibility.
- Parameters:
parser (ArgumentParser) – The argument parser object