Open barrettj12 opened 1 year ago
We can add command completion by running the command
complete -W "new sync validate ..." ./chords
Create a chords completion command that generates and sources the completion script for the CLI tool.
chords completion
Question: how to autocomplete subfolders of ./data under ./chords sync?
./data
./chords sync
We can add command completion by running the command
Create a
chords completion
command that generates and sources the completion script for the CLI tool.Question: how to autocomplete subfolders of
./data
under./chords sync
?