mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Make Spec
public
This commit is contained in:
parent
2a9e7c937a
commit
2ca7c28cd9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pub mod num_parser;
|
||||||
mod spec;
|
mod spec;
|
||||||
|
|
||||||
pub use argument::*;
|
pub use argument::*;
|
||||||
use spec::Spec;
|
pub use spec::Spec;
|
||||||
use std::{
|
use std::{
|
||||||
error::Error,
|
error::Error,
|
||||||
fmt::Display,
|
fmt::Display,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue