oasislmf.cli.clearcache ======================= .. py:module:: oasislmf.cli.clearcache Classes ------- .. autoapisummary:: oasislmf.cli.clearcache.ClearCacheCmd Module Contents --------------- .. py:class:: ClearCacheCmd(*args, **kwargs) Bases: :py:obj:`oasislmf.cli.command.OasisBaseCommand` Deletes all Numba cache files. .. py:method:: add_args(parser) 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. :param parser: The argument parser object :type parser: ArgumentParser .. py:method:: action(args) Performs the action of the command. This should be implemented by sub classes. :param args: The arguments parsed from parse_args :return: The status code of the action (0 on success)