rawiriblundell / sh_libpath

Making shell scripts more robust with libraries
Apache License 2.0
11 stars 2 forks source link

Add verbose output to include() #26

Open rawiriblundell opened 2 years ago

rawiriblundell commented 2 years ago

Example:

$ include net/cidr
$ 

So when used interactively, how can I tell what that has done for me?

Better:

$ include -v net/cidr
loaded function: cidr_prefix_to_mask
loaded function: cidr_prefix_table
$