fix(notes): pass through all args to main logic
This commit is contained in:
parent
a4a88ec758
commit
99602f6529
1 changed files with 1 additions and 1 deletions
2
notes.sh
2
notes.sh
|
@ -144,4 +144,4 @@ function main() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main "$@"
|
||||||
|
|
Loading…
Reference in a new issue