Add 'dump' func, which shows you its arguments quoted

This commit is contained in:
Danielle McLean 2023-12-05 21:30:58 +11:00
parent 0f2e6884f7
commit 52cda3f34e
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
2 changed files with 3 additions and 0 deletions

View file

@ -3,5 +3,6 @@
# inherited in the environment so non-login shells need them, and you'll want
# to call one in a script so non-interactive shells need them.
autoload count
autoload dump
autoload enphp
autoload -Uz zargs zcalc zmv

View file

@ -0,0 +1,2 @@
#! zsh
print ${(qq)argv}