cli.commands.clean#

showyourwork.cli.commands.clean.clean(force, deep, options='')#

Clean the article build.

Parameters
  • force (bool) – If True, forcefully delete files in output directories.

  • deep (bool) – If True, delete all temporary Snakemake and showyourwork directories.

  • options (str, optional) – Additional options to pass to Snakemake.