Skip to content

Commit

Permalink
Mention --stdin-name in CLI help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Cooper committed Jun 13, 2024
1 parent 9876e3b commit 57a3979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/com/facebook/ktfmt/cli/ParsedArgs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ data class ParsedArgs(
| --kotlinlang-style Kotlin language guidelines style (4 spaces
| --set-exit-if-changed Sets exit code to 1 if any input code was not
| correctly formatted
| --stdin-name=NAME Name to use when reading from standard input
| --do-not-remove-unused-imports Leaves all imports in place, even if not used
|
|ARGFILE:
Expand Down

0 comments on commit 57a3979

Please sign in to comment.