Skip to content
#

vt100

Here are 61 public repositories matching this topic...

go-prompt
tredoe
tredoe commented Mar 17, 2020

Feature Request

Could add an example to suggest a sub-command?

i.e.

optsCmd = []prompt.Suggest{
	{"list", Description: "some listing"},
	{"print", Description: "print info"},
}

// Sub-commands for "print"
optsCmdPrint = []prompt.Suggest{
	{"system", Description: "print system info."},
	{"dir", Description: "print directory"},
}

So, when you write "print", then could b

drmcghee
drmcghee commented Mar 30, 2020

In my code I have a multiple line summary (comments) for my main method.

when I run my executable and ask for help myapp.exe --help the summary gets line wrapped.
I would like for each line in my summary to have a new line between.

I have tried every mechanism to make this work to no joy (also looked in the dragonfruit code a little) but couldn't find a quick fix.

 /// <summary>

Improve this page

Add a description, image, and links to the vt100 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vt100 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.