8000 Tags · mrclmr/complete · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mrclmr/complete

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

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

Switch to Go 1.20 errors package

v2.0.1-alpha.13

Toggle v2.0.1-alpha.13's commit message

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 (posener#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

Toggle v2.0.1-alpha.12's commit message
Add missing functions to flagset

v2.0.1-alpha.11

Toggle v2.0.1-alpha.11's commit message
Add duration flag

v2.0.1-alpha.10

Toggle v2.0.1-alpha.10's commit message
Update to script 1.0.4

v2.0.1-alpha.9

Toggle v2.0.1-alpha.9's commit message
fix script change

v2.0.1-alpha.8

Toggle v2.0.1-alpha.8's commit message
Install: use script library

v2.0.1-alpha.7

Toggle v2.0.1-alpha.7's commit message
Options: added docs

v2.0.1-alpha.6

Toggle v2.0.1-alpha.6's commit message
Fix nil completor

v2.0.1-alpha.5

Toggle v2.0.1-alpha.5's commit message
Extract flag options to predict package

0