feat(version): add update-check hint to yt version output #94
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/YT-36-version-update-hint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fj versionprints a one-line hint after its banner pointing atfj version check;yt versionprinted only the banner. Add a matching second line so users discoveryt version checkwithout reading docs. The banner keeps its unconditionalprintln!; the hint is non-error informational output routed throughsay!, soyt version --quietsuppresses the hint while still printing the banner. The clap-V/--versionbanner is a separate code path and is left unchanged, matchingfj(its hint appears only on theversionsubcommand).#YT-36
yt versionoutput