mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 03:08:24 +02:00
WIP: Add vcard/ical support (#1504)
* Initial from-ical implementation * Initial from-vcard implementation * Rename from-ics and from-vcf for autoconvert * Remove redundant clones * Add from-vcf and from-ics tests Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
mod bson;
|
||||
mod csv;
|
||||
mod html;
|
||||
mod ics;
|
||||
mod json;
|
||||
mod markdown;
|
||||
mod ods;
|
||||
@ -9,5 +10,6 @@ mod ssv;
|
||||
mod toml;
|
||||
mod tsv;
|
||||
mod url;
|
||||
mod vcf;
|
||||
mod xlsx;
|
||||
mod yaml;
|
||||
|
Reference in New Issue
Block a user