core/args

Bash argument handling library

Dependency Graph

core/args: Library Dependencies

View color source code (raw) for this file

View reStructuredText (rst) source code for this page

Argument Checking

has_args()

Asserts there are exactly n ($1) arguments ($@).

min_args()

Asserts there are at least n ($1) arguments ($@).

max_args()

Asserts there are at most n ($1) arguments ($@).

min_max_args()

Asserts there are at least n ($1) and at most m ($2) arguments ($@).

Argument Quoting

arg_quote()

Quotes a single argument ($1).

handle existing quotes


View the Developer Guide Index

View the Reference Manual Index


Generated on Fri Jul 28 14:37:04 PDT 2017 by mcsh d14 v0.23.0.