mirror of
https://github.com/nushell/nushell.git
synced 2025-02-05 05:00:11 +01:00
210 B
210 B
title | layout | version |
---|---|---|
module | command | 0.59.0 |
Define a custom module
Signature
> module (module_name) (block)
Parameters
module_name
: module nameblock
: body of the module