cmd doc: skip cue.mod
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
898b0816be
commit
ecb53566e6
@ -333,7 +333,7 @@ func walkStdlib(ctx context.Context, output, format string) {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if p == "." || !d.IsDir() {
|
||||
if p == "." || !d.IsDir() || d.Name() == "cue.mod" {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user