File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ pub enum Command {
67
67
#[ clap( alias = "--generate-shell-completion" , hide = true ) ]
68
68
GenerateShellCompletion { shell : clap_complete_command:: Shell } ,
69
69
/// Run the Ruff formatter on the given files or directories.
70
- #[ doc( hidden) ]
71
- #[ clap( hide = true ) ]
72
70
Format ( FormatCommand ) ,
73
71
/// Display Ruff's version
74
72
Version {
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ Commands:
251
251
config List or describe the available configuration options
252
252
linter List all supported upstream linters
253
253
clean Clear any caches in the current directory and any subdirectories
254
+ format Run the Ruff formatter on the given files or directories
254
255
version Display Ruff's version
255
256
help Print this message or the help of the given subcommand(s)
256
257
You can’t perform that action at this time.
0 commit comments