Skip to content

Commit

Permalink
fix: keep super on func
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Oct 14, 2024
1 parent 9bfd9b2 commit 8796db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minijinja-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::path::PathBuf;

use clap::{arg, command, value_parser, ArgAction, Command};

pub fn make_command() -> Command {
pub(super) fn make_command() -> Command {
command!()
.args([
arg!(-f --format <FORMAT> "the format of the input data")
Expand Down

0 comments on commit 8796db7

Please sign in to comment.