Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Jaca 369aac36b8
Merge pull request #588 from jiangyinzuo/patch-1
Update cli.rst
2024-01-05 13:17:48 +01:00
Yinzuo Jiang 0e30c0998a
Update CHANGES.rst 2024-01-05 18:38:59 +08:00
Yinzuo Jiang 4582cd0a35
Update cli.rst 2024-01-05 18:31:35 +08:00
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ Minor changes:
- Added additional exception handling of defined errors to fuzzer, to allow fuzzer to explore deeper
- Added more instrumentation to fuzz-harness
- Rename "contributor" to "collaborator" in documentation
- Correct the outdated "icalendar view myfile.ics" command in documentation. #588
- Update GitHub Actions steps versions
Breaking changes:

Wyświetl plik

@ -9,9 +9,9 @@ option::
view
----
Use the ``view`` subcommand for a human readable summary of an event::
To output a human readable summary of an event::
$ icalendar view myfile.ics
$ icalendar myfile.ics
The output will look something like this::
@ -31,6 +31,6 @@ To use this in terminal based e-mail clients like mutt, add a new mime type (as
root)::
# cat << EOF > /usr/lib/mime/packages/icalendar
text/calendar; icalendar view '%s'; copiousoutput; description=iCalendar text; priority=2
text/calendar; icalendar '%s'; copiousoutput; description=iCalendar text; priority=2
EOF
# update-mime