Skip to content

Tags: posener/complete

Tags

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #152 from sethvargo/sethvargo/deps

Switch to Go 1.20 errors package

v2.0.1-alpha.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix crash when COMP_POINT is greater than COMP_LINE size (#128)

Some shells (inexplicably) occasionally have a COMP_POINT that is greater than the COMP_LINE size. When that happens completion should be based on length of the COMP_LINE to avoid an out of bounds error.

See the original hack fix here: https://github.com/chriswalz/bit/blob/master/cmd/bitcomplete.go on line 39

v2.0.1-alpha.12

Add missing functions to flagset

v2.0.1-alpha.11

Add duration flag

v2.0.1-alpha.10

Update to script 1.0.4

v2.0.1-alpha.9

fix script change

v2.0.1-alpha.8

Install: use script library

v2.0.1-alpha.7

Options: added docs

v2.0.1-alpha.6

Fix nil completor

v2.0.1-alpha.5

Extract flag options to predict package