Skip to content

Conversation

mknos
Copy link
Contributor

@mknos mknos commented May 26, 2024

  • The meanings of options -a and -v are incompatible
  • Usage string from standards document indicates -a OR -v [1]; this version prints a compatible usage string
  • Follow OpenBSD version and fail early if both -a and -v are given
  1. https://pubs.opengroup.org/onlinepubs/009604599/utilities/join.html

* The meanings of options -a and -v are incompatible
* Usage string from standards document indicates -a OR -v [1]; this version prints a compatible usage string
* Follow OpenBSD version and fail early if both -a and -v are given

1. https://pubs.opengroup.org/onlinepubs/009604599/utilities/join.html
@github-actions github-actions bot added Type: enhancement improve a feature that already exists Priority: low get to this whenever Program: join The join program labels May 26, 2024
@briandfoy briandfoy merged commit 7063696 into briandfoy:master May 26, 2024
@briandfoy
Copy link
Owner

changes: don't allow both -a and -v in the some invocation

@briandfoy briandfoy added Status: accepted The fix is accepted and removed Priority: low get to this whenever labels May 26, 2024
@briandfoy briandfoy added Status: released there is a new release with this fix and removed Status: accepted The fix is accepted labels Sep 30, 2024
@briandfoy briandfoy self-assigned this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Program: join The join 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