Interface UnusedOptions

UnusedOptions defines the supported options for the git-annex unused command.

Hierarchy

Properties

--debug?: null

Displays debug messages.

--debugfilter?: string | string[]

Shows debug messages coming from a module.

--explain?: null

Displays explanations of what git-annex takes into account when deciding what to do.

--fast?: null

Avoids slow operations normally performed by a command.

--force?: null

Allows actions that may lose annexed data

--from?: string

Checks for unused data that is located in a repository.

--json?: null

Produces a JSON object on each line of output.

--json-error-messages?: null

Includes error messages in the json instead of sending them to standard error.

--mincopies?: string | number

Overrides the mincopies setting.

--no-debug?: null

Prevents debug message display.

--numcopies?: string | number

Overrides the numcopies setting.

--quiet?: null

Suppresses verbose output.

--size-limit?: string

Limits the total size of annexed files a git-annex command can process.

--time-limit?: string

Limits the duration of a git-annex command.

--used-refspec?: string

Specifies the filter for refs.

--verbose?: null

Enables verbose display.

-c?: [string, string] | [string, string][]

Overrides Git configuration settings.