summaryrefslogtreecommitdiff
path: root/rola-cli/.gitignore
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 05:04:21 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 05:04:21 +0800
commit961ee2eb342259398916dfe7458098f7c9297c11 (patch)
treee8b3f2aa4cbd3afc8ce9da9751c4c0ad483f4273 /rola-cli/.gitignore
parent133ab48d0d9ac1d0f8ad87b7a71b8e6cd4f7d402 (diff)
feat: add build script for version info and shell completions
Introduce a build.rs that generates a version.txt file with the package version, git commit hash, and date. Also generate shell completion scripts using mingling's build utilities. Migrate the `-v/--version` flag to read from the generated version.txt and replace BasicProgramSetup with HelpFlagSetup.
Diffstat (limited to 'rola-cli/.gitignore')
-rw-r--r--rola-cli/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/rola-cli/.gitignore b/rola-cli/.gitignore
new file mode 100644
index 0000000..b0b27d9
--- /dev/null
+++ b/rola-cli/.gitignore
@@ -0,0 +1,2 @@
+src/bin/debug.rs
+version.txt