Skip to content

Commit

Permalink
chore: hide fmt command
Browse files Browse the repository at this point in the history
The `fmt` command is not ready yet. It will be shown when it is ready for prime time.
  • Loading branch information
plusvic committed Mar 24, 2024
1 parent 8f4b0df commit 1cad728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/src/commands/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use yara_x_fmt::Formatter;

pub fn fmt() -> Command {
super::command("fmt").about("Format YARA source files")
// The `fmt` command is not ready yet.
.hide(true)
.arg(
arg!(<FILE>)
.help("Path to YARA source file")
Expand Down

0 comments on commit 1cad728

Please sign in to comment.