package alias
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
Alias
(name: String, expansion: String) extends Product with Serializable
An alias for a Shell input line.
An alias for a Shell input line.
- name
the name of this alias
- expansion
the value with which to replace this alias when used in an input line
-
final
class
AliasProcessor
extends LinePreProcessor
A LinePreProcessor for aliases.
A LinePreProcessor for aliases.
If the first argument of an input line is the name of an alias, it replaces that argument with the alias's expansion.
Value Members
- object Alias extends Serializable
- object AliasProcessor