mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 17:51:42 +02:00
Make all bullet point items uppercase (#2257)
This commit is contained in:
@ -6,9 +6,9 @@ Syntax: `alias {flags} <name> [<parameters>] {<body>}`
|
||||
|
||||
The command expects three parameters:
|
||||
|
||||
* the name of alias
|
||||
* the parameters as a space-separated list (`[a b ...]`), can be empty (`[]`)
|
||||
* the body of the alias as a `{...}` block
|
||||
* The name of alias
|
||||
* The parameters as a space-separated list (`[a b ...]`), can be empty (`[]`)
|
||||
* The body of the alias as a `{...}` block
|
||||
|
||||
## Flags
|
||||
|
||||
|
Reference in New Issue
Block a user