Module up_rs::args[][src]

Structs

Args

Up is a tool to help you manage your developer machine. When run by itself (up) runs the tasks defined in its config directory. It links configuration files into the right locations, and it runs scripts to make sure the tools you need are installed and up to date.

GenerateDefaultsConfig
GenerateGitConfig
GitOptions

Enums

Color

Settings for colouring output. Auto: Colour on if stderr isatty, else off. Always: Always enable colours. Never: Never enable colours.

Functions

parse

Builds the Args struct from CLI input and from environment variable input.