mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 14:40:43 +03:00
commands: Remove the benchmark command
It's not particulary useful, and when we start to get bug reports about it, it is easier to remove it. Closes #5543
This commit is contained in:
parent
9cd54cab20
commit
35bfca3b14
3 changed files with 0 additions and 117 deletions
|
@ -48,7 +48,6 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
|
|||
newEnvCmd(),
|
||||
newConfigCmd(),
|
||||
newCheckCmd(),
|
||||
b.newBenchmarkCmd(),
|
||||
newConvertCmd(),
|
||||
b.newNewCmd(),
|
||||
newListCmd(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue