mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 03:55:28 +00:00
Fixing documentation conflicting with build.rs
This commit is contained in:
parent
20e0067cad
commit
d9e0b4c5fb
@ -15,9 +15,11 @@ pub mod commands;
|
|||||||
pub mod dialogs;
|
pub mod dialogs;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod extension;
|
pub mod extension;
|
||||||
pub mod opts;
|
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
|
|
||||||
|
/// CLI configuration step, uses definitions from `opts.rs`, also used to treat some inputs.
|
||||||
|
pub mod opts;
|
||||||
|
|
||||||
pub use error::{Error, Result};
|
pub use error::{Error, Result};
|
||||||
pub use opts::{Opts, Subcommand};
|
pub use opts::{Opts, Subcommand};
|
||||||
pub use utils::QuestionPolicy;
|
pub use utils::QuestionPolicy;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
//! CLI configuration step, uses definitions from `opts.rs`, also used to treat some inputs.
|
|
||||||
use clap::{Parser, ValueHint};
|
use clap::{Parser, ValueHint};
|
||||||
|
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user