This commit is contained in:
2025-08-08 15:46:01 +02:00
parent 56d6a05ced
commit 6308d232aa
9 changed files with 26 additions and 16 deletions

View File

@@ -121,7 +121,6 @@ pub fn cmd_docusaurus(mut cmdroot Command) Command {
description: 'reset the docusaurus building process, reinstall all.'
})
cmdroot.add_command(cmd_run)
return cmdroot
}