6 lines
211 B
Go
6 lines
211 B
Go
/*
|
|
Wand provides utilities for constructing command line applications from functions, with automatic parameter
|
|
binding from command line arguments, environment variables and configuration files.
|
|
*/
|
|
package wand
|