gsh/command/version

The version module provides introspection into the currently running shell’s deployment metadata.

When a user executes the v() command, this module queries the Erlang application controller via FFI to dynamically extract and format the active version of the GSH package.

Values

pub fn show() -> Nil

Dynamically resolves the loaded application version of gsh from the Erlang VM’s application environment and prints it to the standard output.

Search Document