# Description In the past we named the process of completely removing a command and providing a basic error message pointing to the new alternative "deprecation". But this doesn't match the expectation of most users that have seen deprecation _warnings_ that alert to either impending removal or discouraged use after a stability promise. # User-Facing Changes Command category changed from `deprecated` to `removed`
8 lines
144 B
Rust
8 lines
144 B
Rust
mod format;
|
|
mod let_env;
|
|
mod removed_commands;
|
|
|
|
pub use format::SubCommand as DateFormat;
|
|
pub use let_env::LetEnv;
|
|
pub use removed_commands::*;
|