Skip to content

Commit

Permalink
fix: remove unused cli option --no-summary (#5980)
Browse files Browse the repository at this point in the history
Fixes #5828
  • Loading branch information
Mats Estensen authored Mar 26, 2022
1 parent 4d8516b commit 92b3d25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Bicep.Cli/Commands/RootCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,12 @@ Builds a .bicep file.
Options:
--outdir <dir> Saves the output at the specified directory.
--outfile <file> Saves the output as the specified file path.
--no-summary Omits the summary at the end of the build.
--stdout Prints the output to stdout.
--no-restore Builds the bicep file without restoring external modules.
Examples:
bicep build file.bicep
bicep build file.bicep --stdout
bicep build file.bicep --no-summary
bicep build file.bicep --outdir dir1
bicep build file.bicep --outfile file.json
bicep build file.bicep --no-restore
Expand Down

0 comments on commit 92b3d25

Please sign in to comment.