Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2025 Changes in this version + var Aliases = make(map[string]*Alias) + func Clear() + func IsAliasExist(n string) bool + type Alias struct + func (a *Alias) GetClosure() *object.RuntimeFunc + func (a *Alias) GetDescription() string + func (a *Alias) GetUsage() string + func (a *Alias) GetVisible() bool + func (a *Alias) SetClosure(closure *object.RuntimeFunc) + func (a *Alias) SetDescription(description string) + func (a *Alias) SetUsage(usage string) + func (a *Alias) SetVisible(flag bool)