Skip to content

Update arg parsing to clap v3

Marcin Puc requested to merge tranzystorek-io/gluebuddy:clap-v3 into main

Updates arg parsing to the recently released clap 3 with the derive feature (the new structopt).

Changes in clap-derive:

  • Version is no longer propagated to all subcommands by default, only the top level help prompt has the version now
  • Help is colored by default

Merge request reports