We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d0e09 commit a756406Copy full SHA for a756406
hacker/src/lib.rs
@@ -4,7 +4,7 @@ mod help;
4
mod utils;
5
pub use commands::{handle_unpack, handle_system, handle_run};
6
pub use game::play_game;
7
-pub use help::{display_help, display_ascii};
+pub use help::display_ascii;
8
pub use utils::{handle_update, run_command_with_spinner};
9
use clap::Subcommand;
10
#[derive(Subcommand)]
0 commit comments