https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288406
--- Comment #7 from Tim Chase <[email protected]> --- (In reply to Alexey Sukhoguzov from comment #6) Agreeing that it might obviate the -W option (looking at the code, it's a fallthrough in a switch-statement from -W to -A so that doesn't surprise me; also, GNU calendar(1) doesn't have a -W but rather behaves like this patch provides). If a user has explicitly used -A to request N days, it feels wrong to give them anything other than N (whether 0 or 1 or 3). > s/3 : 1/3 : 0/ I actually played with this, and wanted to keep existing behavior of both BSD & GNU calendar(1) where it produces both today and tomorrow (with the Friday modification) if -A isn't specified. -- You are receiving this mail because: You are the assignee for the bug.
