Timeline for getopts for parsing both long and short options
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 5, 2023 at 20:08 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 6, 2023 at 4:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Nov 20, 2022 at 9:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jul 4, 2022 at 4:06 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 5, 2022 at 22:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 12, 2019 at 15:37 | answer | added | bxm | timeline score: 1 | |
| Dec 12, 2019 at 14:16 | comment | added | jesse_b | Stéphane has a solution for this although it's quite --long. | |
| Dec 12, 2019 at 13:55 | history | edited | user313992 | CC BY-SA 4.0 | in the shell, getopt != getopts; the former is a non standard GNU utility which supports long options |
| Dec 12, 2019 at 13:53 | comment | added | user313992 | check related answer | |
| Dec 12, 2019 at 13:26 | comment | added | schily | That does not help, as it is using vendor specific enhancements on an outdated utility. getopt is outdated since ~1988 and all solutions based on the GNU vendor specific variant are non-portable. | |
| Dec 12, 2019 at 13:20 | answer | added | schily | timeline score: -3 | |
| Dec 12, 2019 at 12:48 | comment | added | AdminBee | Do the suggestions in this question help? | |
| Dec 12, 2019 at 12:41 | history | asked | user316397 | CC BY-SA 4.0 |