Skip to content

(#878): Add tab-completion for rsvg-convert

This commit introduces tab-completion for the rsvg-convert binary via a --completion option. It uses the shell completion generation for the clap crate.

An example of how to use it to generate bash completion file:

$ rsvg-convert --completion=bash > rsvg-convert.bash

Fixes #878 (closed)

Merge request reports