Un-hide the ruff format command (#8167)

This commit is contained in:
Charlie Marsh 2023-10-24 06:54:28 -07:00 committed by GitHub
parent 2e81b9c391
commit c3dabc1933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -67,8 +67,6 @@ pub enum Command {
#[clap(alias = "--generate-shell-completion", hide = true)]
GenerateShellCompletion { shell: clap_complete_command::Shell },
/// Run the Ruff formatter on the given files or directories.
#[doc(hidden)]
#[clap(hide = true)]
Format(FormatCommand),
/// Display Ruff's version
Version {