Skip to content

feat: Display program information when program runs#65

Merged
ktwrd merged 7 commits intoktwrd:developfrom
Pre-Fortress-2:feature/display-program-info
Apr 26, 2026
Merged

feat: Display program information when program runs#65
ktwrd merged 7 commits intoktwrd:developfrom
Pre-Fortress-2:feature/display-program-info

Conversation

@sour-dani
Copy link
Copy Markdown
Contributor

@sour-dani sour-dani commented Apr 26, 2026

  • Added missing copyright information to License
  • Added current_platform crate to identify compiled platform
  • Display program name, version, platform, copyright notice, license and contributors list on program start

@sour-dani sour-dani marked this pull request as draft April 26, 2026 04:03
@sour-dani
Copy link
Copy Markdown
Contributor Author

sour-dani commented Apr 26, 2026

Example outputs

No command

beans-rs v1.7.3 (x86_64-unknown-linux-gnu)
Copyright (c) 2024 Kate Ward
License GPL-3.0-only

For a full list of contributors visit:
<https://github.com/ktwrd/beans-rs/graphs/contributors>

1 - Install or reinstall the game
2 - Check for and apply any available updates
3 - Verify and repair game files
c - Clean up temporary files used by beans.
u - Uninstall Open Fortress

q - Quit
-- Enter option below --

With commands

beans-rs v1.7.3 (x86_64-unknown-linux-gnu)
Copyright (c) 2024 Kate Ward
License GPL-3.0-only

For a full list of contributors visit:
<https://github.com/ktwrd/beans-rs/graphs/contributors>

[UpdateWorkflow::wizard] No patch is available for the version that is currently installed.
Press enter/return to exit

@sour-dani sour-dani marked this pull request as ready for review April 26, 2026 04:07
@ktwrd ktwrd merged commit 0574845 into ktwrd:develop Apr 26, 2026
2 checks passed
@ktwrd ktwrd mentioned this pull request Apr 27, 2026
@sour-dani sour-dani deleted the feature/display-program-info branch April 27, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants