Skip to content
New issue

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

Feature: Editing an existing task #43

Merged
merged 4 commits into from
Nov 8, 2022

Conversation

igor-simoes
Copy link
Contributor

First of all, I would like to thank you for this great tool.

I notice that it is not possible to edit an existing task, this PR adds this feature. Currently, this feature only supports inline editing.

$ pls

ID     TASK     STATUS                                                            
━━━━━━━━━━━━━━━━━━
1    task 1            ○ 
2    task 2            ○ 

$ pls edit 2 'edited'

Are you sure you want to edit Task #2? [y/N]: y

ID     TASK     STATUS                                                            
━━━━━━━━━━━━━━━━━━
1    task 1            ○ 
2    edited            ○ 

@guedesfelipe
Copy link
Owner

Thank you so much for developing this amazing feature! 😃

Could you pull the main branch so that the tests pass correctly please?

@guedesfelipe guedesfelipe merged commit 6a015ef into guedesfelipe:main Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants