ShellCompletionConfiguration class
Describes all the configuration needed to install completion scripts on a specific shell.
See:
- ShellCompletionConfiguration.fromSystemShell to retrieve the configuration for a SystemShell.
- Annotations
-
- @immutable
Constructors
- ShellCompletionConfiguration.fromSystemShell(SystemShell systemShell)
-
Creates a ShellCompletionConfiguration given the current SystemShell.
factory
Properties
- completionConfigForShellFileName → String
-
The name for the config file for this shell.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptTemplate → CompletionScriptTemplate
-
Generates the contents of a completion script.
final
- shell → SystemShell
-
A type definition for a shell.
final
- shellRCFile → String
-
The location of a config file that is run upon shell start.
Eg: .bash_profile or .zshrc
final
- sourceLineTemplate → SourceStringTemplate
-
Generates a line to sources of a script file.
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