mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-30 00:41:45 +08:00
add --log-file command line argument
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -15,10 +15,10 @@ var (
|
||||
outputDir string
|
||||
|
||||
docsCmd = &cobra.Command{
|
||||
Use: "docs",
|
||||
Short: "Generate documentation for the wice commands",
|
||||
// Hidden: true,
|
||||
Args: cobra.NoArgs,
|
||||
Use: "docs",
|
||||
Short: "Generate documentation for the wice commands",
|
||||
Hidden: true,
|
||||
Args: cobra.NoArgs,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
if err := docsMarkdown(cmd, args); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user