From 8fe62f1671d16a57bdd16fed5795375d62d601c0 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 15 Oct 2024 11:09:00 +0700 Subject: [PATCH] chore: add dot-df --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index a69e8aa..8c4b159 100644 --- a/justfile +++ b/justfile @@ -44,3 +44,6 @@ dot-ins: dot-dl: go run ./cmd/dot dl + +dot-df: + go run ./cmd/dot df