diff options
| author | danix <danix@danix.xyz> | 2023-04-26 16:50:50 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-04-26 16:50:50 +0200 |
| commit | 1e68b305cbd15dd961f6bc225985a0427e8a4535 (patch) | |
| tree | 352395cf3a2045b558380ff86a22f5ce69483ca1 /SOURCE/main.sh | |
| parent | 79f10f4efc3cc082749eb4154862bc3221e87e27 (diff) | |
| download | bash-notes-1e68b305cbd15dd961f6bc225985a0427e8a4535.tar.gz bash-notes-1e68b305cbd15dd961f6bc225985a0427e8a4535.zip | |
reimplemented title dialog when adding note if nothing is passed on the command line.
Diffstat (limited to 'SOURCE/main.sh')
| -rw-r--r-- | SOURCE/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCE/main.sh b/SOURCE/main.sh index 6198adb..c2822d9 100644 --- a/SOURCE/main.sh +++ b/SOURCE/main.sh @@ -1,5 +1,5 @@ # shellcheck disable=SC2006 -GOPT=$(getopt -o hvplr:a:e:d:s: --long help,version,list,plain,userconf,showconf,sync,restore:,backup:,add:,edit:,delete:,show: -n 'bash-notes' -- "$@") +GOPT=$(getopt -o hvplr:a::e:d:s: --long help,version,list,plain,userconf,showconf,sync,restore:,backup:,add::,edit:,delete:,show: -n 'bash-notes' -- "$@") # shellcheck disable=SC2181 if [ $? != 0 ] ; then helptext >&2 ; exit 1 ; fi |
