Skip to content

Commit

Permalink
Adds note about --parser-v1 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenomitch committed Oct 27, 2023
1 parent 5ad00a8 commit c081e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func renderPack(
for i := range err {
err[i].Context.Append(errCtx)
ui.ErrorWithContext(err[i].Err, "failed to process pack", err[i].Context.GetAll()...)
ui.Warning("Note: if this pack was written prior to v0.1, use the --parser-v1 flag")
}
return nil, errors.New("failed to render")
}
Expand Down

0 comments on commit c081e64

Please sign in to comment.