Hyphenate "command-line"

pull/1001/head
Oleksii Holub 2 years ago
parent fc29735a45
commit c7ac3229f5

@ -15,10 +15,10 @@ The information presented on this page is valid for **all** platforms.
- **Graphical User Interface** (**GUI**) - it's the preferred version for newcomers as it is easy to use. - **Graphical User Interface** (**GUI**) - it's the preferred version for newcomers as it is easy to use.
You can get it by [downloading](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) the `DiscordChatExporter.zip` file. You can get it by [downloading](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) the `DiscordChatExporter.zip` file.
- **Command Line Interface** (**CLI**) - offers greater flexibility and more features for advanced users, such as export scheduling, ID lists, and more specific date ranges. - **Command-line Interface** (**CLI**) - offers greater flexibility and more features for advanced users, such as export scheduling, ID lists, and more specific date ranges.
You can get it by [downloading](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) the `DiscordChatExporter.CLI.zip` file. You can get it by [downloading](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) the `DiscordChatExporter.CLI.zip` file.
If you're not comfortable with **Windows'** Command Line (cmd), please choose the GUI. If you're not comfortable with **Windows'** Command-line (cmd), please choose the GUI.
[**macOS**](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/MacOS.md), [**Linux**](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Linux.md) and [**Docker**](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Docker.md) users can only use the CLI version. [**macOS**](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/MacOS.md), [**Linux**](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Linux.md) and [**Docker**](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Docker.md) users can only use the CLI version.
**(Skip to [Using the CLI](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Getting-started.md#using-the-cli) or [File Formats](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Getting-started.md#file-formats))** **(Skip to [Using the CLI](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Getting-started.md#using-the-cli) or [File Formats](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/.docs/Getting-started.md#file-formats))**

@ -3,62 +3,62 @@ description: Report broken functionality.
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
🧐 **Guidelines:** 🧐 **Guidelines:**
- Search through [existing issues](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) first to ensure that this bug has not been reported before. - Search through [existing issues](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) first to ensure that this bug has not been reported before.
- Write a descriptive title for your issue. Avoid generic or vague titles such as "Something's not working" or "A couple of problems". - Write a descriptive title for your issue. Avoid generic or vague titles such as "Something's not working" or "A couple of problems".
- Keep your issue focused on one single problem. If you have multiple bug reports, please create separate issues for each of them. - Keep your issue focused on one single problem. If you have multiple bug reports, please create separate issues for each of them.
- Provide as much context as possible in the details section. Include screenshots, screen recordings, links, references, or anything else you may consider relevant. - Provide as much context as possible in the details section. Include screenshots, screen recordings, links, references, or anything else you may consider relevant.
- If you want to ask a question instead of reporting a bug, please use [discussions](https://github.com/Tyrrrz/DiscordChatExporter/discussions/new) instead. - If you want to ask a question instead of reporting a bug, please use [discussions](https://github.com/Tyrrrz/DiscordChatExporter/discussions/new) instead.
- type: input - type: input
attributes: attributes:
label: Version label: Version
description: Which version of DiscordChatExporter does this bug affect? description: Which version of DiscordChatExporter does this bug affect?
placeholder: ver X.Y.Z placeholder: ver X.Y.Z
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Flavor label: Flavor
description: Does this bug affect the GUI version, the CLI version, or both? description: Does this bug affect the GUI version, the CLI version, or both?
multiple: true multiple: true
options: options:
- GUI (Graphical User Interface) - GUI (Graphical User Interface)
- CLI (Command Line Interface) - CLI (Command-Line Interface)
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Export format label: Export format
description: Does this bug affect specific export format(s)? If not applicable, leave this field blank. description: Does this bug affect specific export format(s)? If not applicable, leave this field blank.
multiple: true multiple: true
options: options:
- HTML - HTML
- TXT - TXT
- JSON - JSON
- CSV - CSV
- type: textarea - type: textarea
attributes: attributes:
label: Details label: Details
description: Clear and thorough explanation of the bug. description: Clear and thorough explanation of the bug.
placeholder: I was doing X expecting Y to happen, but Z happened instead. placeholder: I was doing X expecting Y to happen, but Z happened instead.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: Minimum steps required to reproduce the bug. description: Minimum steps required to reproduce the bug.
placeholder: | placeholder: |
- Step 1 - Step 1
- Step 2 - Step 2
- Step 3 - Step 3
validations: validations:
required: true required: true

@ -467,7 +467,7 @@ Please note that CSV export is most likely not going to receive future updates a
### v2.4 (08-Apr-2018) ### v2.4 (08-Apr-2018)
- Added channel topic to output. - Added channel topic to output.
- Added a command line interface alternative to the current graphical user interface. - Added a command-line interface alternative to the current graphical user interface.
- Implemented application auto-update (can be disabled in settings). - Implemented application auto-update (can be disabled in settings).
- Improved some GUI elements and replaced some dialogs with notifications. - Improved some GUI elements and replaced some dialogs with notifications.
- Fixed a lot of issues with the markdown processor. - Fixed a lot of issues with the markdown processor.
@ -481,4 +481,4 @@ Please note that CSV export is most likely not going to receive future updates a
- Added support for user and role mentions. - Added support for user and role mentions.
- Added support for channel mentions. - Added support for channel mentions.
- Fixed text in pre blocks not being wrapped correctly. - Fixed text in pre blocks not being wrapped correctly.
- Added workaround for non-default message types. - Added workaround for non-default message types.

@ -31,7 +31,7 @@ To learn more about the war and how you can help, [click here](https://tyrrrz.me
## Download ## Download
This application comes in two flavors: graphical user interface (**GUI**) and command line interface (**CLI**). This application comes in two flavors: graphical user interface (**GUI**) and command-line interface (**CLI**).
The following table lists all available download options: The following table lists all available download options:
<table> <table>
@ -97,7 +97,7 @@ The following table lists all available download options:
## Features ## Features
- Graphical user interface (Windows) - Graphical user interface (Windows)
- Command line interface (Windows, Linux, macOS) - Command-line interface (Windows, Linux, macOS)
- Authentication via both user and bot tokens - Authentication via both user and bot tokens
- Multiple output formats: HTML (dark/light), TXT, CSV, JSON - Multiple output formats: HTML (dark/light), TXT, CSV, JSON
- Support for markdown, attachments, embeds, emoji, and other rich media features - Support for markdown, attachments, embeds, emoji, and other rich media features

Loading…
Cancel
Save