diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:43:23 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:43:23 +0200 |
| commit | c497d173b24b1b8247fac9e996e5c0fe690c1769 (patch) | |
| tree | 2318ff1cf393e3a6c2a7d54c89e205ac6a9a5c73 /man | |
| parent | 360591d6e18d8676a2f86185ed42f46852387f85 (diff) | |
| download | krino-c497d173b24b1b8247fac9e996e5c0fe690c1769.tar.gz krino-c497d173b24b1b8247fac9e996e5c0fe690c1769.zip | |
plan 9: undo review matches review, --min-age validated, future mtimes, rule names, conflict enum, dependency gate, absolute tool paths
Diffstat (limited to 'man')
| -rw-r--r-- | man/krino.1 | 12 | ||||
| -rw-r--r-- | man/krino.conf.5 | 7 |
2 files changed, 16 insertions, 3 deletions
diff --git a/man/krino.1 b/man/krino.1 index c0bba9d..fb6731f 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -142,9 +142,11 @@ is or an integer with one of .Ql s m h d w ; .Fl -min-age Cm 0 -considers even a file written a moment ago. +considers even a file written a moment ago, and a file whose modification +time is ahead of the clock. Also honoured by -.Ic explain . +.Ic explain ; +every other command refuses it. .It Fl h , Fl -help Print usage and exit. .It Fl -version @@ -308,7 +310,11 @@ Its per-file prompt is the one in without .Ic t and -.Ic d . +.Ic d , +and behaves the same way: choices are echoed, +.Ic w +applies what was decided and leaves the files it did not reach out of the +run, counted as not reviewed. .Pp An undo run cannot itself be undone: naming it to .Ic undo diff --git a/man/krino.conf.5 b/man/krino.conf.5 index 81bbb28..5153255 100644 --- a/man/krino.conf.5 +++ b/man/krino.conf.5 @@ -207,6 +207,9 @@ Built-in: .It Ic max-size A size. Files above it are skipped as too big: no rule sees them. +.Sy 0 +means unlimited, so a directory can lift a limit set in +.Ic defaults . Built-in: unlimited. .It Ic busy One or more suffixes. @@ -281,6 +284,10 @@ with a warning. (rule NAME ITEM...) .Ed .Pp +A rule's name cannot start with +.Ql \&( : +the log shows choices made in review under the rule name +.Sy (review) . Items, in any order except that actions run in the order written: .Bl -tag -width Ds .It Ic (when Ar cond No ...) |
