mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 18:33:50 +01:00
261 B
261 B
title | layout | version |
---|---|---|
from vcf | command | 0.59.1 |
Parse text as .vcf and create table.
Signature
> from vcf
Examples
Converts ics formatted string to table
> 'BEGIN:VCARD
N:Foo
FN:Bar
EMAIL:foo@bar.com
END:VCARD' | from vcf