Skip to content

examples: replace structopt by clap

Frédéric Danis requested to merge fdanis/pipewire-rs:clap into main

The structopt crate is in maintenance mode and uses an outdated (2.x) version of clap. Newer versions of clap have the functionality of structopt built in, and feature more updated dependencies, so we should use clap directly instead.

Fixes: #59 (closed)

Merge request reports