new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Deno · Reference · all subjects

cli commands/clean

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

deno clean removes global module cache

The deno clean command removes Deno's global module cache directory to provide a clean start.

deno clean basic usage

Run 'deno clean' with no arguments to remove the entire global module cache directory.

deno clean --dry-run flag

The --dry-run flag previews what would be deleted from the cache without actually removing anything.

deno clean --except flag

The --except flag takes one or more entry points and removes everything from the cache except the data those files need. Usage example: 'deno clean --except main.ts'.

deno clean use cases

Use deno clean to resolve issues caused by corrupted or stale cached modules, or to free disk space used by cached dependencies.

Give your agent this brain