Open
Conversation
microlith57
requested changes
Jan 29, 2025
Member
microlith57
left a comment
There was a problem hiding this comment.
a couple wording changes but otherwise looks good!
Tholus.Console/Program.cs
Outdated
| System.Console.WriteLine($"TODO: Install Everest: '{name}' '{everestVersion}'"); | ||
| } | ||
|
|
||
| [Command("uninstall", Description = "Uninstalls Everest from an installation")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("uninstall", Description = "Uninstalls Everest from an installation")] | |
| [Command("uninstall", Description = "Uninstall Everest from an installation")] |
Tholus.Console/Program.cs
Outdated
| } | ||
|
|
||
| public void Run() | ||
| [Command("launch", Description = "Launches an installation")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("launch", Description = "Launches an installation")] | |
| [Command("launch", Description = "Launch an installation")] |
Tholus.Console/Program.cs
Outdated
| }); | ||
| } | ||
|
|
||
| [Command("add", Description = "Add an existing installation")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("add", Description = "Add an existing installation")] | |
| [Command("add", Description = "Add an existing installation to the list Tholus knows about")] |
Tholus.Console/Program.cs
Outdated
| System.Console.WriteLine($"TODO: Add new install: '{name}' '{path}'"); | ||
| } | ||
|
|
||
| [Command("remove", Description = "Remove an installation")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("remove", Description = "Remove an installation")] | |
| [Command("remove", Description = "Remove an installation from the list Tholus knows about")] |
Tholus.Console/Mods.cs
Outdated
| System.Console.WriteLine($"TODO: Create mod: '{install}' '{template}' '{mod}'"); | ||
| } | ||
|
|
||
| [Command("build", Description = "Builds a mod's code for an installation")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("build", Description = "Builds a mod's code for an installation")] | |
| [Command("build", Description = "Build a mod's source code")] |
Tholus.Console/ModBags.cs
Outdated
| System.Console.WriteLine($"TODO: Add new mod to bag: '{bag}' '{mod}'"); | ||
| } | ||
|
|
||
| [Command("remove", Description = "Removes a mod from the mod bag")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("remove", Description = "Removes a mod from the mod bag")] | |
| [Command("remove", Description = "Remove a mod from a bag")] |
Tholus.Console/ModBags.cs
Outdated
| System.Console.WriteLine($"TODO: Remove mod from bag: '{bag}' '{mod}'"); | ||
| } | ||
|
|
||
| [Command("list", Description = "Lists all mods of the mod bag")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("list", Description = "Lists all mods of the mod bag")] | |
| [Command("list", Description = "List the mods contained in a bag")] |
Tholus.Console/ModBags.cs
Outdated
| System.Console.WriteLine($"TODO: List mods of bag: '{bag}'"); | ||
| } | ||
|
|
||
| [Command("apply", Description = "Applies the mod bag to an installation")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("apply", Description = "Applies the mod bag to an installation")] | |
| [Command("apply", Description = "Apply a mod bag to an installation")] |
Tholus.Console/ModBags.cs
Outdated
| System.Console.WriteLine($"TODO: Apply bag: '{bag}' '{install}'"); | ||
| } | ||
|
|
||
| [Command("create", Description = "Creates a new empty mod bag")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("create", Description = "Creates a new empty mod bag")] | |
| [Command("create", Description = "Create a new empty mod bag")] |
Tholus.Console/ModBags.cs
Outdated
| System.Console.WriteLine($"TODO: Create bag: '{bag}'"); | ||
| } | ||
|
|
||
| [Command("destroy", Description = "Destroies an existing mod bag")] |
Member
There was a problem hiding this comment.
Suggested change
| [Command("destroy", Description = "Destroies an existing mod bag")] | |
| [Command("destroy", Description = "Destroy an existing mod bag")] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.