Interface ForgetOptions

ForgetOptions defines the supported options for the git-annex forget command.

Hierarchy

Properties

--debug?: null

Displays debug messages.

--debugfilter?: string | string[]

Shows debug messages coming from a module.

--drop-dead?: null

Also prunes references to repositories that have been marked as dead.

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

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

--verbose?: null

Enables verbose display.

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

Overrides Git configuration settings.