Add ASCII banner + regards trailer to long help
All checks were successful
Build and test / check (push) Successful in 1m37s
Build and test / build (push) Successful in 2m45s
Build and test / test (push) Successful in 3m8s
Build and test / check-license (push) Successful in 5m56s
Build and test / docs (push) Successful in 4m35s

This commit is contained in:
2025-12-01 20:28:03 +09:00
parent 526819d374
commit 3e46d6f541
3 changed files with 17 additions and 11 deletions

View File

@@ -19,6 +19,11 @@ pub const ASCII_BANNER: &str = indoc! {
"#
};
pub const KIND_REGARDS: &str = concat!(
"Hacked together by yours truly, Programvareverkstedet <projects@pvv.ntnu.no>\n",
"If you experience any bugs or turbulence, please give us a heads up :)",
);
#[derive(Debug, Clone)]
pub struct UnixUser {
pub username: String,