1 unstable release
new 0.1.0 | Dec 4, 2024 |
---|
#4 in #inspect
2KB
Argument Inspecting
A small programming for inspecting arguments. Useful when you have very complex command-line subsitution, and want to make sure that the arguments given to the program are correct. Just replace the command name with sargs
and you can see the final arguments passed to the program in a nice clear way.
Usage
iargs [args...]
It will print out every argument, in a nice formatted style (quoted & escaped).