Registry / cli / rwxrob-compfile

rwxrob-compfile

JSON →
library0.1.12gogounverified

A completion driver for Bonzai command trees that fulfills the bonzai.Completer interface.

go get github.com/rwxrob/compfile
INSTALL
IMPORT
SIG · RWXROB-COMPFILE
R
rwxrob-compfile
cligov0.1.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

compfile
✓ github.com/rwxrob/compfile

Use compfile as a completer for a Bonzai command.

package main import ( "github.com/rwxrob/compfile" "github.com/rwxrob/bonzai" ) func main() { cmd := &bonzai.Cmd{ Name: "example", Completer: compfile.Complete, } cmd.Exec() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.12latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
rwxrob-compfile — go get rwxrob-compfile · libregistry