Can't get the ComponentCommands in samples to work. #588
Pieter-JanLavaerts
started this conversation in
General
Replies: 2 comments 4 replies
-
Hey, moved this to discussions. Can you give a bit more info? How did you run it. Did you compile it yourself or took jar out from repo.spring.io? What OS is this? Just asking because static screenshot doesn't tell that much. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for responding. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to use the StringInput, SingleItemSelector and PathInput components in my own project but I can't get them to work.
When I try and use them in the ComponentCommands class of your samples they also don't work so I'm wondering how I'm supposed to use these.
I think the problem lies with the getTerminal call. This always returns an instance of a DumbTerminal in my case.
When I run this in an actual terminal instead of my IDE I get the same results.
Thank you for reading my issue
Beta Was this translation helpful? Give feedback.
All reactions