You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Today we have to give entity values as strings, e.g.:
clojure -Tpoly create entity '"workspace"' name next-gen top-ns com.my-company
Describe the solution you'd like
It would be good if the tool allowed us to pass them in as symbols:
clojure -Tpoly create entity workspace name next-gen top-ns com.my-company
Is your feature request related to a problem? Please describe.
Today we have to give entity values as strings, e.g.:
clojure -Tpoly create entity '"workspace"' name next-gen top-ns com.my-company
Describe the solution you'd like
It would be good if the tool allowed us to pass them in as symbols:
clojure -Tpoly create entity workspace name next-gen top-ns com.my-company
See thread in Slack.
When this is released, make sure to update the Clojure CLI Tool section in the documentation.
The text was updated successfully, but these errors were encountered: