Skip to content

Commit

Permalink
feat: reexport clap::Parser and clap_verbosity_flag::Level from h…
Browse files Browse the repository at this point in the history
…ugr_cli (#1146)
  • Loading branch information
doug-q authored Jun 3, 2024
1 parent 23408b5 commit 64d03e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugr-cli/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//! Standard command line tools, used by the hugr binary.
use clap::Parser;
use clap_stdin::FileOrStdin;
use clap_verbosity_flag::Level;
use clap_verbosity_flag::{InfoLevel, Verbosity};
use thiserror::Error;
/// We reexport some clap types that are used in the public API.
pub use {clap::Parser, clap_verbosity_flag::Level};

use hugr_core::{extension::ExtensionRegistry, Hugr, HugrView};

Expand Down

0 comments on commit 64d03e7

Please sign in to comment.