2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-09 07:52:19 +00:00
nativefier/src/helpers
erythros 27ecfcbeca
Check for improperly-formatted arguments (fix #885) (PR #1080)
Verifies short arguments do not contain an extra dash ( right: `-h`, error: `--h` )
Verifies long arguments contain at least two dashes ( right: `--help`, error: `-help` )
2020-12-06 12:34:32 -05:00
..
helpers.test.ts Check for improperly-formatted arguments (fix #885) (PR #1080) 2020-12-06 12:34:32 -05:00
helpers.ts Check for improperly-formatted arguments (fix #885) (PR #1080) 2020-12-06 12:34:32 -05:00
iconShellHelpers.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00