Skip to content

Commit

Permalink
Add default just recipe to show help
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jan 27, 2025
1 parent e1605d3 commit c7f3b82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
default:
@just --list

clean:
rm -rf .mypy_cache
rm -rf .pytest_cache
Expand Down

0 comments on commit c7f3b82

Please sign in to comment.