3 Commits

Author SHA1 Message Date
e9f8be5b2b style(bash): remove unnecessary space stripping in help output
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 6s
- Simplifies the sed command by removing redundant space trimming.
2025-07-02 20:55:37 +02:00
e94fdbf837 feat(bash): add self-contained help extraction script
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 7s
- Introduces a Bash script showcasing embedded help text extraction
- Implements a `show_help` function utilizing `sed` for parsing comments
- Supports `--help` and `--verbose` options for enhanced usability
2025-07-02 20:55:05 +02:00
65e4092af2 chore(structure): reorganize install script location
- Rename and relocate the install script to a more structured directory.
- Improves organization and aligns with project conventions.
2025-07-02 20:54:55 +02:00