<@U01SP2GJYAU> Can I refer to objects that I have ...
# komapper
d
@Toshihiro Nakamura Can I refer to objects that I have in my KomapperCommand from a KomapperPartial? It's a bit funny to keep on having to pass them down in both...
t
No, you can’t.
d
Then I guess I'll try to play around with a factory method in the command's companion object to simplify creating the command, thanks!