Interface ActionResult

ActionResult defines an object returned by various git-annex commands.

Hierarchy

Properties

command: string

The command name.

error-messages: string[]

The list of errors encountered

file: string

The actual file name.

input: string[]

The command input.

key?: string

The actual file key.

note?: string

A remark.

success: boolean

Success indicator.