willofdaedalus / yyt

small terminal clipboard
MIT License
1 stars 1 forks source link

Please consider using cobra autocomplete #4

Open ccoVeille opened 6 months ago

ccoVeille commented 6 months ago

For some commands like yyt rm or yyt cp, yyt mv… you could use ValidArgsFunction to allow to complete the command-line arguments

https://pkg.go.dev/github.com/spf13/cobra#Command

willofdaedalus commented 6 months ago

hi just got back home I'm looking through each suggestion again to make the needed changes there's also an obvious need to get better acquainted with cobra while doing this project

thanks for your input regardless. I'll keep this open until I make use of the suggestion