fix(notes): pass through all args to main logic

This commit is contained in:
Ayo Ayco 2025-08-24 10:27:22 +02:00
parent a4a88ec758
commit 99602f6529

View file

@ -144,4 +144,4 @@ function main() {
esac
}
main
main "$@"