posix library
barrel file for posix specific functions.
Classes
- AshShell
- Provides a number of helper functions when dcli needs to interact with the Bash shell.
- BashShell
- Provides a number of helper functions when dcli needs to interact with the Bash shell.
- DashShell
- Provides a number of helper functions when dcli needs to interact with the Bash shell.
- FishShell
- Provides a number of helper functions when dcli needs to interact with the Zsh shell.
-
Immutable<
T> -
Makes
T
immutable by not allowing any methods to change its value. - ShShell
- Provides a number of helper functions when dcli needs to interact with the Bash shell.
- UserEnvironment
- ZshShell
- Provides a number of helper functions when dcli needs to interact with the Zsh shell.
Mixins
- PosixShell
- Provides a number of helper functions for posix based shells.
Functions
Exceptions / Errors
- ChModException
- Thrown if the chmod function encounters an error.
- ChOwnException
- Thrown if the chown function encounters an error.