#[cfg(feature = "fetch")] mod fetch; mod url; pub use self::url::*; #[cfg(feature = "fetch")] pub use fetch::SubCommand as Fetch;