diff options
-rwxr-xr-x | libexec/recit-entries | 2 | ||||
-rwxr-xr-x | libexec/recit-tomorrow | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries index 87fc8cb..fd74853 100755 --- a/libexec/recit-entries +++ b/libexec/recit-entries @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Usage: recit entries [-p project-name] [-t time|today|yesterday|tomorrow] # Summary: Display entries, optionally for a project and/or a certain time -set -xe +set -e # shellcheck source=/dev/null source lib/loader diff --git a/libexec/recit-tomorrow b/libexec/recit-tomorrow index 073912e..362f4ad 100755 --- a/libexec/recit-tomorrow +++ b/libexec/recit-tomorrow @@ -1,4 +1,5 @@ #!/usr/bin/env bash # Usage: recit tomorrow +# Summary: Show all entries for tomorrow recit-entries -t tomorrow
\ No newline at end of file |