How can I use builtins in the CLI? #893
Answered
by
luiz290788
luiz290788
asked this question in
Q&A
-
I would like to use builtins in the CLI. I followed the tutorial but it doesn't seem to be working with the CLI. I also tried to include the document from the builtin in the cli but it also did not work. |
Beta Was this translation helpful? Give feedback.
Answered by
luiz290788
Feb 1, 2023
Replies: 1 comment
-
I solved it, I had to call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
luiz290788
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved it, I had to call
WorkspaceManager.initializeWorkspace([])
before trying to resolve my document.