We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. show a datepicker, useful for todoman.
The text was updated successfully, but these errors were encountered:
This is amazing work (very useful to me, at least), and would like to see this first issue closed 😄
Sorry, something went wrong.
Can u provide any example for this? like sample use case, and sample output?
EDIT: As it seems, this feature exists, but there is a bug. I am submitting a bug report
Let me chime in. Say I want to edit a task, and have something like this
todo --edit <task_id>
In the code for --edit I can have something like this
--edit
@click.option( "-e", "--edit", type=click.Choice(todo.list_task_id_and_name()) )
Now for --edit when we try to tab to autocomplete it should display the list of task ID and title
No branches or pull requests
E.g. show a datepicker, useful for todoman.
The text was updated successfully, but these errors were encountered: