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

head versus directories #227

Merged
merged 2 commits into from
Sep 6, 2023
Merged

head versus directories #227

merged 2 commits into from
Sep 6, 2023

Conversation

mknos
Copy link
Contributor

@mknos mknos commented Sep 4, 2023

  • No need to validate $count if the default value is used
  • Raise an error for -n 0
  • Reject directory arguments
  • Proceed to next argument if an argument failed to process; exit with failure code when arguments are done
  • compat1: print empty line before title line of next file (except for 1st file)
  • compat2: don't print a space afer "<==" in title line

* No need to validate $count if the default value is used
* Raise an error for -n 0
* Reject directory arguments
* Proceed to next argument if an argument failed to process; exit with failure code when arguments are done
* compat1: print empty line before title line of next file (except for 1st file)
* compat2: don't print a space afer "<==" in title line
bin/head Outdated Show resolved Hide resolved
@briandfoy briandfoy self-assigned this Sep 5, 2023
@briandfoy briandfoy added Type: enhancement improve a feature that already exists Priority: low get to this whenever Program: head The head program Status: changes requested adjust the pull request as noted in comments labels Sep 5, 2023
@briandfoy briandfoy added Status: accepted The fix is accepted and removed Priority: low get to this whenever Status: changes requested adjust the pull request as noted in comments labels Sep 6, 2023
@briandfoy briandfoy merged commit 172621d into briandfoy:master Sep 6, 2023
@briandfoy briandfoy added Status: released there is a new release with this fix and removed Status: accepted The fix is accepted labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Program: head The head program Status: released there is a new release with this fix Type: enhancement improve a feature that already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants