mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 04:51:19 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
20
docs/commands/from_ics.md
Normal file
20
docs/commands/from_ics.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: from ics
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Parse text as .ics and create table.
|
||||
|
||||
## Signature
|
||||
|
||||
```> from ics ```
|
||||
|
||||
## Examples
|
||||
|
||||
Converts ics formatted string to table
|
||||
```shell
|
||||
> 'BEGIN:VCALENDAR
|
||||
END:VCALENDAR' | from ics
|
||||
```
|
||||
|
Reference in New Issue
Block a user