question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Contextual help on selections

See original GitHub issue

Provide contextual help:

[[tool.commitizen.customize.questions]]
type = "list"
choices = ["foo", "barbuz"]
foo.message = "explanation to foo"
barbuz.message = "explanation to barbuz"
cz commit                             
...
foo     - explanation to foo
barbuz  - explanation to barbuz

Help message alignment + at least two spaces before - (sic!)

Without it this tool is barely user friendly. Still, great tool!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
woilecommented, Jun 9, 2020

It is at the bottom. There are simple examples at the beginning and deep explanation at the bottom 👍

But we’ll try to improve it if it’s not clear enough.

1reaction
blaggacaocommented, Jun 9, 2020

Oh, didn’t know, that would work since it’s not documented…

[[tool.commitizen.customize.questions]]
type = "list"
choices = [
  {value = "foo", name = "foo     - explanation to foo"}, 
  {value = "barbuz", name = "barbuz  - explanation to barbuz"}
]

Then this is closeable, since it’s already there. I assume “improve docs” is already on the todo list. To that end, sorry for the noise, and thanks for the solution!

Read more comments on GitHub >

github_iconTop Results From Across the Web

About Contextual Help for the Web Widget (Classic)
The Contextual Help feature determines which articles should be suggested by looking at URL of the web page the end user is on...
Read more >
[Feature Request] Contextual Help menu #1468
In jupyter lab you can add a tab next to your editor which shows the function signature of the function you're currently writing...
Read more >
The right way to respond to feature requests
What do you do when a customer asks for a feature your product doesn't support? Here's our best practice guide on responding to...
Read more >
Shortways tips and tricks to create your contextual help!
Discover our tips & tricks to create effective contextual help, and make your data reliable on your company software!
Read more >
How to submit a Feature Request?
Topic Selection: Make sure to submit all your ideas under the "Feature Requests" sub-forum. Provide context: Tell us about your current ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found