Skip to content

Commit

Permalink
chore: rename config.rs to cli.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 7, 2024
1 parent ef9a848 commit ea47823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use clap::{builder::OsStr, Parser};
use config::{Cli, Commands, FormatCommandArguments};
use cli::{Cli, Commands, FormatCommandArguments};
use formatters::format_snippet;
use markdown::{generate_markdown, Block};

mod config;
mod cli;
mod formatters;
mod languages;

Expand Down

0 comments on commit ea47823

Please sign in to comment.