iargs

Crates.ioiargs
lib.rsiargs
version0.1.0
created_at2024-12-04 03:51:22.451039+00
updated_at2024-12-04 03:51:22.451039+00
descriptionA simple utility to inspect command-line arguments.
homepage
repositoryhttps://github.com/onion108/iargs
max_upload_size
id1471009
size2,966
27Onion Nebell (onion108)

documentation

README

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).

Commit count: 4

cargo fmt