Skip to content

v0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 08:33
· 101 commits to master since this release

This release removes some existing commands and changes how kondo runs.

Kondo now runs in an interactive mode, allowing you to take action on a project basis.

Sample use:

$ kondo ~/code
/Users/choc/code/unity Cargo project
  └─ target (489.1KiB)
  delete above artifact directories? ([y]es, [n]o, [a]ll, [q]uit): y
  deleted 489.1KiB

/Users/choc/code/multiplayer-kit/generator Cargo project
  └─ target (874.3KiB)
  delete above artifact directories? ([y]es, [n]o, [a]ll, [q]uit): n

/Users/choc/code/chat Cargo project
  └─ target (37.2MiB)
  delete above artifact directories? ([y]es, [n]o, [a]ll, [q]uit): q

Total bytes deleted: 489.1KiB