mantono/goto

Update version of clap

mantono opened this issue · 0 comments

Update version of clap to more recent one which does not use unmaintained ansi_term.

Something like this should suffice clap = { version = "3.2", features = ["cargo", "color", "derive", "suggestions"] }