Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support --resume-nth/-N flag for klog start #301

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Support --resume-nth/-N flag for klog start #301

merged 1 commit into from
Mar 6, 2024

Conversation

jotaen
Copy link
Owner

@jotaen jotaen commented Mar 6, 2024

Resolves #282.

You can now specify which entry to resume – e.g.:

  • --resume-nth=1 takes over the summary of the first entry
  • --resume-nth=2 takes over the summary of the second entry
  • --resume-nth=-1 takes over the summary of the last entry
  • --resume-nth=-2 takes over the summary of the second-to-last entry

You can also use the shorthand -N. Remember to omit the delimiter after the flag name then, so it would be -N1, -N2, -N-1, -N-2, etc.

@jotaen jotaen merged commit af66ac4 into main Mar 6, 2024
4 checks passed
@jotaen jotaen deleted the resume-nth branch March 6, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow resuming nth-to-last activity (klog start)
1 participant