Add a shell completion when the user selects a book #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Total time spent: 1 hour 26 minutes
Due date
foresle
1 hour 26 minutes
No due date set.
Dependencies
No dependencies set.
Reference: foresle/book_shelf#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a user tries to update the progress of a book, they need to list all books before. But the modern shells, like fish, can automatically autocomplete commands or parameters.
Will use ValueParser with clap_complete.
Unfortunately it is not possible to create dynamic completion for the books. But I added completion for all parameters and commands.
Added in
c3dc7651b3.