(chore, #8) Refactored code into separate files.

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-10-28 16:55:58 +01:00
parent 0960577152
commit 94d5f5afe7
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
7 changed files with 117 additions and 84 deletions

5
src/commands/mod.rs Normal file
View file

@ -0,0 +1,5 @@
// SPDX-FileCopyrightText: 2023 Louis Hollingworth <louis@hollingworth.nl>
//
// SPDX-License-Identifier: GPL-3.0-or-later
pub mod threads;