You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ stup search 'foo' previous-year
Searching for term 'foo' in all categories.
Searching notes from Friday January 01, 2021 to Friday December 31, 2021
Nothing found.
The text was updated successfully, but these errors were encountered:
stup/stup
Line 1671 in 955e24c
Should be:
printf "\n%15s %s" "previous-year" "Alias to list the notes of previous-year"
stup/stup
Line 1711 in 955e24c
Should be
printf "\n%15s %s" "previous-year" "Alias to search the notes of previous-year"
Example when running command based on current help:
Incorrect:
Correct:
The text was updated successfully, but these errors were encountered: