mirror of
https://github.com/nushell/nushell.git
synced 2025-01-28 00:58:53 +01:00
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
18 lines
256 B
Markdown
18 lines
256 B
Markdown
---
|
|
title: alias
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
Alias a command (with optional flags) to a new name
|
|
|
|
## Signature
|
|
|
|
```> alias (name) (initial_value)```
|
|
|
|
## Parameters
|
|
|
|
- `name`: name of the alias
|
|
- `initial_value`: equals sign followed by value
|
|
|