mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
docs: Update documentation 📚
This commit is contained in:
parent
b6a4a8c8a0
commit
e894000930
3 changed files with 15 additions and 5 deletions
|
@ -1810,10 +1810,6 @@ impl TaskwarriorTui {
|
|||
match output {
|
||||
Ok(o) => {
|
||||
if o.status.success() {
|
||||
let output = String::from_utf8_lossy(&o.stdout);
|
||||
if !output.is_empty() {
|
||||
self.error = Some(format!("`{:?}`:\n{}", &command, output));
|
||||
}
|
||||
Ok(())
|
||||
} else {
|
||||
Err(format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue