Module wright::argparser [] [src]

The command line argument parser for Wright

Functions

argparse

Parse arguments passed to the wright command. Returns None if there is no action to take after parsing arguments. Otherwise, it will return Some(file) where file is a String filename to be interpreted.

help

Prints help information for wright

version

Prints version string for wright. Should be identical to cargo version information.