From a6baea06697f6c76c695dc4198099deb8ba916e0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 15:45:11 +0200 Subject: feat(treewide): Prepare for first release This commit contains many changes, as they were developed alongside `git-bug-rs` and unfortunately not separately committed. A toplevel summary would include: - Appropriate redirects, - The templating moved to `vy` (as this works with rustfmt formatting), - Search support (via `git-bug-rs`), - And better layout in the link section. --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index eeeed2b..f217b00 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -19,7 +19,7 @@ use clap::Parser; #[allow(clippy::module_name_repetitions)] /// An extremely simple git issue tracking system. /// Inspired by tvix's panettone -pub struct Cli { +pub(crate) struct Cli { /// The path to the configuration file. The file should be written in JSON. pub config_file: PathBuf, } -- cgit 1.4.1