From 4de5517c2a62bdf1a258b9f9997e2a9aa146100e Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Tue, 12 Nov 2024 00:35:16 -0500 Subject: [PATCH] Update doitlive --- breakitlive.sh | 19 +++++++++++++------ doitlive.sh | 21 +++++++++++---------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/breakitlive.sh b/breakitlive.sh index ced225c..6483028 100644 --- a/breakitlive.sh +++ b/breakitlive.sh @@ -2,10 +2,17 @@ #doitlive prompt: sorin python3 todo.py add Test -python3 todo.py list Test -python3 todo.py list Test Test +python3 todo.py list -r Test +python3 todo.py list -r Test Test -python3 todo.py add Test test1 test2 -python3 todo.py add Test test1 test3 -python3 todo.py complete Test test1 test3 -python3 todo.py remove Test test1 test3 +python3 todo.py add -r Test test1 test2 +python3 todo.py add -r Test test1 test3 +python3 todo.py complete -r Test test1 test3 +python3 todo.py remove -r Test test1 test3 + +python3 todo.py add Test +python3 todo.py list -r Test +python3 todo.py complete -r Test test1 +python3 todo.py add -r Test test1 +python3 todo.py remove -r Test test1 +python3 todo.py remove -r Test test1 diff --git a/doitlive.sh b/doitlive.sh index 9cd849d..12fb7d2 100644 --- a/doitlive.sh +++ b/doitlive.sh @@ -2,30 +2,31 @@ #doitlive prompt: sorin python3 todo.py --help -python3 todo.py help python3 todo.py -h -python3 todo.py h echo $? python3 todo.py asdf echo $? -python3 todo.py list +python3 todo.py list --help +python3 todo.py add --help python3 todo.py add Test python3 todo.py list -python3 todo.py list Test -python3 todo.py add Test test -python3 todo.py list Test +python3 todo.py list --root Test +python3 todo.py add -r Test test +python3 todo.py list -r Test python3 todo.py list -python3 todo.py complete Test test -python3 todo.py list Test +python3 todo.py complete --help +python3 todo.py complete -r Test test +python3 todo.py list -r Test python3 todo.py list python3 todo.py complete Test python3 todo.py list -python3 todo.py remove Test test -python3 todo.py list Test +python3 todo.py remove --help +python3 todo.py remove -r Test test +python3 todo.py list -r Test python3 todo.py list python3 todo.py remove Test python3 todo.py list