Getting started with an existing Cobra CLI #441
Unanswered
micahwalter
asked this question in
Q&A
Replies: 1 comment
-
|
Hi, basically, you'll need to set in/out/err, and the args See this example: Lines 56 to 62 in e247a7e |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - I have been working on a CLI using Cobra here https://github.com/chat-cli/chat-cli/
I'd like to be able to host this CLI on a server and let people ssh to it and try it out. But, I'm having a hard time understanding how to wrap Wish around this CLI in a way that doesn't break what it currently does as a downloadable CLI tool.
Are there any getting started guides beyond the example code that show how things are wired together?
cheers,
Micah
Beta Was this translation helpful? Give feedback.
All reactions