@@ -58,7 +58,7 @@ pub enum PgltCommand {
5858 changed : bool ,
5959
6060 /// Use this to specify the base branch to compare against when you're using the --changed
61- /// flag and the `defaultBranch` is not set in your `pglt.toml `
61+ /// flag and the `defaultBranch` is not set in your `pglt.jsonc `
6262 #[ bpaf( long( "since" ) , argument( "REF" ) ) ]
6363 since : Option < String > ,
6464
@@ -91,7 +91,7 @@ pub enum PgltCommand {
9191 ) ]
9292 log_path : PathBuf ,
9393 /// Allows to set a custom file path to the configuration file,
94- /// or a custom directory path to find `pglt.toml `
94+ /// or a custom directory path to find `pglt.jsonc `
9595 #[ bpaf( env( "PGLT_LOG_PREFIX_NAME" ) , long( "config-path" ) , argument( "PATH" ) ) ]
9696 config_path : Option < PathBuf > ,
9797 } ,
@@ -127,7 +127,7 @@ pub enum PgltCommand {
127127 ) ]
128128 log_path : PathBuf ,
129129 /// Allows to set a custom file path to the configuration file,
130- /// or a custom directory path to find `pglt.toml `
130+ /// or a custom directory path to find `pglt.jsonc `
131131 #[ bpaf( env( "PGLT_CONFIG_PATH" ) , long( "config-path" ) , argument( "PATH" ) ) ]
132132 config_path : Option < PathBuf > ,
133133 /// Bogus argument to make the command work with vscode-languageclient
@@ -164,7 +164,7 @@ pub enum PgltCommand {
164164 #[ bpaf( long( "stop-on-disconnect" ) , hide_usage) ]
165165 stop_on_disconnect : bool ,
166166 /// Allows to set a custom file path to the configuration file,
167- /// or a custom directory path to find `pglt.toml `
167+ /// or a custom directory path to find `pglt.jsonc `
168168 #[ bpaf( env( "PGLT_CONFIG_PATH" ) , long( "config-path" ) , argument( "PATH" ) ) ]
169169 config_path : Option < PathBuf > ,
170170 } ,
0 commit comments