Improvements for gendoc
command #578
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/cobra/doc"
|
||||
|
@ -31,9 +32,11 @@ type Options struct {
|
|||
|
||||
func (o *Options) fillDefaults() {
|
||||
if o.ManHeader == nil {
|
||||
now := time.Now()
|
||||
o.ManHeader = &doc.GenManHeader{
|
||||
Section: "1",
|
||||
Source: "FrostFS",
|
||||
Date: &now,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue