mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
command help
This commit is contained in:
parent
e189b2e4f2
commit
f928547ac2
6 changed files with 350 additions and 106 deletions
|
|
@ -449,8 +449,8 @@ async fn main() -> Result<ExitCode> {
|
|||
const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
println!("haze v{}", VERSION);
|
||||
}
|
||||
HazeArgs::Help => {
|
||||
help();
|
||||
HazeArgs::Help { command } => {
|
||||
help(command);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue