Home Explore Blog CI



nushell

lang-guide/chapters/custom_commands.md
6f7c7336ebbc8e8864c7014b8cb701c76dbe28c01cb9d9e700000003000000ac
---
head: [[meta, {name: draft}]]
---
# Custom Commands

## Defining Custom Commands

## Calling Custom Commands

## Function Scope

## Closures

## Arguments & Parameters

Chunks
73bf3972 (1st chunk of `lang-guide/chapters/custom_commands.md`)
Title: Custom Commands in Detail
Summary
This section outlines the usage of Custom Commands, including how to define them, how to call them, the concept of function scope, closures, and arguments and parameters.