.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH VOBJECT "1" "April 2016" "vobject 4.1.0" "User Commands" .SH NAME vobject \- sabre/vobject command line interface .SH SYNOPSIS .B vobject [\fI\,options\/\fR] \fI\,command \/\fR[\fI\,arguments\/\fR] .SH OPTIONS .TP \fB\-q\fR Don't output anything. .TP \fB\-help\fR \fB\-h\fR Display this help message. .TP \fB\-\-format\fR Convert to a specific format. Must be one of: vcard, vcard21, .TP \fB\-\-forgiving\fR Makes the parser less strict. vcard30, vcard40, icalendar20, jcal, jcard, json, mimedir. .TP \fB\-\-inputformat\fR If the input format cannot be guessed from the extension, it must be specified here. .TP \fB\-\-pretty\fR json pretty\-print. .SS "Commands:" .TP validate source_file Validates a file for correctness. .TP repair source_file [output_file] Repairs a file. .TP convert source_file [output_file] Converts a file. .TP color source_file Colorize a file, useful for debbugging. .PP If source_file is set as '\-', STDIN will be used. If output_file is omitted, STDOUT will be used. All other output is sent to STDERR. .SH EXAMPLES .IP vobject convert contact.vcf contact.json .IP vobject convert \-\-format=vcard40 old.vcf new.vcf .IP vobject convert \-\-inputformat=json \-\-format=mimedir \- \- .IP vobject color calendar.ics .PP https://github.com/fruux/sabre\-vobject