Skip to content

Commit

Permalink
imp - Simplify some command explanations
Browse files Browse the repository at this point in the history
---

We just need to say "interactive editor," which translates to the interactive TUI of a text editor.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 8, 2024
1 parent c452524 commit 2475b43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
namespace Nitrocid.Extras.JsonShell.Json.Commands
{
/// <summary>
/// Opens the JSON file in the interactive text editor TUI
/// Opens the JSON file in the interactive editor
/// </summary>
/// <remarks>
/// This command will open the currently open JSON file in the interactive text editor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ internal class JsonShellInfo : BaseShellInfo, IShellInfo
])
], new SetCommand()),

new CommandInfo("tui", /* Localizable */ "Opens the JSON file in the interactive text editor TUI",
new CommandInfo("tui", /* Localizable */ "Opens the JSON file in the interactive editor",
[
new CommandArgumentInfo()
], new TuiCommand()),
Expand Down
2 changes: 1 addition & 1 deletion public/Nitrocid/Shell/Shells/Text/TextShellInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ internal class TextShellInfo : BaseShellInfo, IShellInfo
new CommandArgumentInfo()
], new SaveCommand()),

new CommandInfo("tui", /* Localizable */ "Opens the interactive text editor TUI",
new CommandInfo("tui", /* Localizable */ "Opens the interactive editor",
[
new CommandArgumentInfo()
], new TuiCommand()),
Expand Down

0 comments on commit 2475b43

Please sign in to comment.