Module asuran_cli::cli[][src]

Expand description

The cli module provides the data types used for parsing the command line arguements, as well as some utility functions for converting those types to their equivlants in asuran proper.

Structs

Shared glob matching options

Struct for holding the options the user has selected A high performance, de-duplicating archiver, with no-compromises security.

Options that are shared among all repository commands

Enums

A high performance, de-duplicating archiver, with no-compromises security.

The type of compression the user has selected

The type of Encryption the user has selected

The HMAC algorithim the user has selected

Identifies which backend the user has selected.

Constants

The version + git commit + build date string the program idenitifes itself with, additionally which malloc was used

Functions

Takes a string of type user@host:/path, with optional user, and returns a tuple of strings of rom (user, host, path). Will default to the username this program is running as