mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02: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