diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-16 01:34:45 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-16 01:34:45 +0200 |
| commit | ecfaeabf2a92e26c6a521d5fac404a0fff6263b6 (patch) | |
| tree | 4147dd6809a45fe5b773447352354dbee2295900 /cmd | |
| parent | be4b1275c76b9cad984dfafaa8023db94eb3eecf (diff) | |
| download | krino-ecfaeabf2a92e26c6a521d5fac404a0fff6263b6.tar.gz krino-ecfaeabf2a92e26c6a521d5fac404a0fff6263b6.zip | |
milestone 1 review: claims span the run, explain's chain is opt-in and its own, overrides keyed by clean path, splice and enum guards
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/krino/sort.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/krino/sort.go b/cmd/krino/sort.go index 54d5574..c2038fd 100644 --- a/cmd/krino/sort.go +++ b/cmd/krino/sort.go @@ -274,6 +274,10 @@ func cmdSort(g *globals, names []string, stdout, stderr io.Writer) int { return stopAfterApply(action, nil) }() + // The directory is done, applied or not: the next one plans against + // the disk, with only this run's actual results still claimed. + sess.FinishDirectory() + if quit { break } |
