From 3b36a48b7ce5a53a9366f3b31f94311f178e2553 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Sat, 12 Sep 2026 01:22:12 +0200 Subject: krino: matching — scan, ignore, conditions, extraction, duplicates, explain, dry run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/krino/main.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cmd/krino/main.go') diff --git a/cmd/krino/main.go b/cmd/krino/main.go index 0048098..9618f6c 100644 --- a/cmd/krino/main.go +++ b/cmd/krino/main.go @@ -97,9 +97,3 @@ func parse(fs *flag.FlagSet, args []string, stdout, stderr io.Writer) (int, bool return 2, false } } - -// cmdSort plans and applies the included directories. It arrives in plan 3. -func cmdSort(g *globals, names []string, stdout, stderr io.Writer) int { - fmt.Fprintln(stderr, "krino: sorting is not implemented yet; try 'krino check'") - return 2 -} -- cgit v1.3