dfinity / cdk-rs

Rust canister development kit for the Internet Computer.
Apache License 2.0
200 stars 85 forks source link

feat: candid-extractor supports --version #485

Closed lwshang closed 4 months ago

lwshang commented 4 months ago

Description

Use clap for CLI. So we get support for -V/--version and -h/--help automatically.

Also in this PR:

Fixes #459

How Has This Been Tested?

Added a test in examples/print

Checklist: