nushell/docs/commands/def.md

19 lines
241 B
Markdown
Raw Normal View History

---
title: def
layout: command
version: 0.59.0
---
2021-01-15 08:21:18 +01:00
Define a custom command
2021-01-15 08:21:18 +01:00
## Signature
2021-01-15 08:21:18 +01:00
```> def (def_name) (params) (block)```
2021-01-15 08:21:18 +01:00
## Parameters
- `def_name`: definition name
- `params`: parameters
- `block`: body of the definition