Interface WhereusedOptions

WhereusedOptions defines the supported options for the git-annex whereused 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

--historical?: null

Includes past versions of the current branch, other branches, tags, and the reflog.

--key?: string

Operates on the specified key.

--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.

--unused?: null

Operates on keys found by the last run of git-annex unused.

--verbose?: null

Enables verbose display.

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

Overrides Git configuration settings.