Skip to content

Commit

Permalink
Remove unused help file
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed Oct 30, 2024
1 parent 76ed87c commit 58df63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 39 deletions.
37 changes: 0 additions & 37 deletions src/help.txt

This file was deleted.

4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ pub enum CliInstruction {
pub static INSTRUCTION: OnceCell<Option<CliInstruction>> = OnceCell::new();

fn main() -> Result<(), slint::PlatformError> {
INSTRUCTION.set(Cli::parse().command).unwrap(); // TODO: Parse command

print_intro();

INSTRUCTION.set(Cli::parse().command).unwrap(); // TODO: Parse command

if let Err(missing_dependencies) = check_dependencies() {
let mut message = "The following dependencies are missing:".to_string();
Expand Down

0 comments on commit 58df63f

Please sign in to comment.