abiosoft / abiosoft/ishell

Allow custom completers to be dynamic

Đang mở
#80 0 bình luận 2 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Go
Star
1.8k
Fork
213
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

... Dynamic in the sense that the completion func should be provided with the _readline up to the cursor_ (modulo command name)

I'm currently unable to port my code to v2 because completers aren't provided with enough context work dynamically.
```
$ ls /
bin tmp sbin etc
```
`/` isn't passed to my custom Cmd.Completer until the user hits the space bar. Instead the arguments passed to my completer are empty.

It'll be pretty awesome if the following should also work as expected:
```
$ ls / --color=auto
bin tmp sbin etc
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.