fix: Make help command inline
See original GitHub issueThe problem:
The help command looks like a brickwall of text in the chat. Moreover, the help command will potentially grow in the future, might get more space now.
Proposed Fix:
A fix would to set inline=true in the embed definition.
Context: <^help command>
<discussion on the discord server in #bot-chat>
The current fix is just a temporary one. In future we might have to consider:
- Putting commands on a website OR
- Putting commands in a
.md
file in the repo, which can be synced using Actions
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
fix: Make help command inline · Issue #322 - GitHub
The problem: The help command looks like a brickwall of text in the chat. Moreover, the help command will potentially grow in the...
Read more >How to add a Help facility to your Bash program
While creating your Help facility, you will also learn about using functions and how to handle command-line options such as -h.
Read more >help Command in Linux with examples - GeeksforGeeks
If you are new to LINUX operating system and having trouble dealing with the command-line utilities provided by LINUX then you really need ......
Read more >GNU make
You can provide command line arguments to make to control which files should be recompiled, or how. See How to Run make ....
Read more >Is there a "standard" format for command line/shell help text?
I made that from basically just reading the help text of various tools, but is there a list of guidelines or something? For...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We might have to do that, I was hoping to make a small improvement first, and raise another issue if required that would need more work
Could you share some of the discussion in the description? Copy and paste of screenshot