diff options
| author | danix <danix@danix.xyz> | 2023-03-25 11:54:41 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-03-25 11:54:41 +0100 |
| commit | 026502da85622178ace9dedf26c2addc60a0d897 (patch) | |
| tree | 797a5d6ceae0fe26bb0df349756314b16cdfdd84 /README.md | |
| parent | 3d116947e6658f6cd542a8a47b91648156475ece (diff) | |
| download | bash-notes-026502da85622178ace9dedf26c2addc60a0d897.tar.gz bash-notes-026502da85622178ace9dedf26c2addc60a0d897.zip | |
implemented <delete all notes> routine
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ here's all the functions that I'm planning to implement: -h | --help : This help text -p | --plain : Output is in plain text (without this option the output is colored) -l | --list : List existing notes --a | --add <title> : Add new note +-a | --add "<title>" : Add new note -m | --modify <note> : Modify note --d | --delete <note> : Delete note +-d | --delete [<note> | all] : Delete note -v | --version : Print version --userconf : Export User config file ``` |
