def clear_func(lib, opts, args): items = lib.items(decargs(args)) # Confirm with user. if not opts.yes and not _confirm(items, False): return art.clear(self._log, lib, decargs(args))
def clear_func(lib, opts, args): art.clear(self._log, lib, decargs(args))