carapace-bin icon indicating copy to clipboard operation
carapace-bin copied to clipboard

asdf completer

Open AlexanderBrevig opened this issue 2 years ago • 2 comments

Command

asdf

Description

The Multiple Runtime Version Manager

Homepage

https://asdf-vm.com/

Documentation

https://asdf-vm.com/manage/commands.html

Repository

https://github.com/asdf-vm/asdf

Complexity

L

Anything else?

No response

Polar

Fund with Polar

AlexanderBrevig avatar Aug 04 '22 20:08 AlexanderBrevig

/tmp/asdf via 🐹 v1.18.2 
esh ❯ echo | caraparse -n asdf -s "Manage multiple runtime versions with a single CLI tool" > root.go
                                                                                                                                       
/tmp/asdf via 🐹 v1.18.2 
esh ❯ echo | caraparse -n plugin -p root -s "manage plugins" > plugin.go
                                                                                                                                       
/tmp/asdf via 🐹 v1.18.2 
esh ❯ echo | caraparse -n add -p plugin -s "add a plugin" > plugin_add.go

You need to add the flags manually in this case. Or create parseable text files, but in this case it schould be faster to just do it by hand.

rsteube avatar Aug 04 '22 21:08 rsteube