HomeBin class
Properties
Methods
-
addPathToSystem(
{required String shell, required String profile, required String path}) → bool -
Attempts to add
pathto system environment. -
inPath(
) → (bool, String) -
Check
~/binor~/.local/binin PATH. Return a tuple (exist, path). -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
profile(
) → (String, String)? - Get current shell type and its configuration file path (cross-platform)
-
toString(
) → String -
A string representation of this object.
inherited
-
where(
String executable) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited