Skip to content

Add argument parser for the conduit executable

Max Cohen requested to merge maxjcohen/conduit:argparse into next

Add a simple parser using Clap, which was already a dependency. It currently only allows fetching the version defined in the main crate, and a help message. Fixes #285 (closed).

conduit --version


  • I agree to release my code and all other changes of this MR under the Apache-2.0 license

Merge request reports