I think this line should probably be `InstantSet`, based on the docs, `Set` returns a copy of the original instance and sets the value on the copy: https://github.com/ryan0x44/harveycms/blob/9e96f8447def2afff0546487d816a57ce180a76a/cli/db.go#L28
I think this line should probably be
InstantSet, based on the docs,Setreturns a copy of the original instance and sets the value on the copy:harveycms/cli/db.go
Line 28 in 9e96f84