Skip to content

Fix missing arguments on -w (#752)#810

Closed
hamitozdemir wants to merge 2 commits intoKittyKatt:masterfrom
hamitozdemir:master
Closed

Fix missing arguments on -w (#752)#810
hamitozdemir wants to merge 2 commits intoKittyKatt:masterfrom
hamitozdemir:master

Conversation

@hamitozdemir
Copy link

@hamitozdemir hamitozdemir commented Jan 12, 2025

-w for wrap long lines would ask for an argument, despite it only being a switch to be toggled.

Colon after an argument in getopts apparently means it requires an argument, so after removing the colon, it can now run -w by itself without needing an argument. Fixing #752)

in getopts : means it requires an argument, so removing it fixes it
@hamitozdemir
Copy link
Author

Disregard please, apparently already submitted in #797.

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.

1 participant

Comments