about summary refs log tree commit diff stats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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,
 }