diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 15:52:45 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 15:52:45 +0000 |
commit | 76b80294047d05360e8069f5c397c9850674cd54 (patch) | |
tree | 1460ea0e30c607128203be16bb76e2c0aec79fa8 /libexec/recit-projects | |
parent | c24cc0f4ef43be035cf31116c46904f723b5607f (diff) | |
download | recit-76b80294047d05360e8069f5c397c9850674cd54.tar.gz |
add getopts to add-project
Diffstat (limited to 'libexec/recit-projects')
-rwxr-xr-x | libexec/recit-projects | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/recit-projects b/libexec/recit-projects index 4217397..8f4ba18 100755 --- a/libexec/recit-projects +++ b/libexec/recit-projects @@ -2,4 +2,7 @@ # Usage: recit projects # Summary: List all Projects -recit-recsel-projects +recit-recsel-projects "Status = 'open'" +echo +echo "-----------" +recit-recsel-projects "Status = 'closed'" |