CliCommandOptionsEnum enum
Cli options and flags attached to CliCommandsEnum
Values
- add → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "add", abbreviation: "a", aliases: ["append"], description: "Add an entry to the configuration or file", valueHelp: "en…
- remove → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "remove", abbreviation: "r", aliases: ["delete, rm"], description: "Remove an entry from the configuration", valueHelp: &quo…
- branch → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "branch", abbreviation: "b", aliases: ["br", "branch-name"], description: "Specify a branch to operate on", valueH…
- sha → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "sha", abbreviation: "s", aliases: ["sha1", "commit-hash"], description: "Provide a commit sha", valueHelp: "…
- message → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "message", abbreviation: "m", aliases: ["msg"], description: "Provide a commit or operation message", valueHelp: "commi…
- remoteName → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "name", abbreviation: "n", aliases: ["name", "remote-name"], description: "Provide a remote name", valueHelp: '…
- remoteUrl → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "url", abbreviation: "u", aliases: ["url", "remote-path"], description: "Provide a remote path (local) or url", va…
- path → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "path", abbreviation: "p", aliases: ["dir, directory"], description: "Specify the file path for the operation", valueHelp: &…
- filePattern → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "file", abbreviation: "f", aliases: ["pattern", "files"], description: "Specify a pattern for matching files", val…
- thisBranch → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "source-branch", abbreviation: "t", aliases: ["branch-a"], description: "Specify the current branch", valueHelp: "branc…
- otherBranch → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "destination-branch", abbreviation: "o", aliases: ["branch-b"], description: "Specify the target branch", valueHelp: "b…
- thisSha → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "source-sha", abbreviation: 'x', aliases: ["current-sha"], description: "Specify the current commit SHA", valueHelp: "cur…
- otherSha → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "target-sha", abbreviation: "y", aliases: ["target-sha"], description: "Specify the target commit SHA", valueHelp: "tar…
- help → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "help", abbreviation: "h", aliases: ["usage", "info"], description: "Display help and usage information", valueHel…
- verbose → const CliCommandOptionsEnum
-
const CliCommandOptionsEnum(option: "verbose", abbreviation: "v", aliases: ["debug"], description: "Display detailed debugging information", valueHelp: null)
Properties
- abbreviation → String
-
final
-
aliases
→ List<
String> -
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - option → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueHelp → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
cliCommandOptionsMap
↔ Map<
String, CliCommandOptionsEnum> -
getter/setter pair
Constants
-
values
→ const List<
CliCommandOptionsEnum> - A constant List of the values in this enum, in order of their declaration.