We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c7a1d commit fd5c2a8Copy full SHA for fd5c2a8
1 file changed
compiler.v
@@ -19,11 +19,11 @@ fn main() {
19
match prefs.mode {
20
.version {
21
info := util.collect_info()
22
- println("https://github.com/russo-2025/papyrus-compiler")
23
println("Version: ${info.version}")
24
println("Commit: ${info.git_commit}")
25
- println("build date: ${info.build_date}")
26
- println("build type: ${info.build_type}")
+ println("Build date: ${info.build_date}")
+ println("Build type: ${info.build_type}")
+ println("Repository: https://github.com/russo-2025/papyrus-compiler")
27
exit(0)
28
}
29
.compile {
0 commit comments