Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command Issue #14

Merged
merged 10 commits into from
Jan 22, 2025
Prev Previous commit
Next Next commit
Updated command label
  • Loading branch information
DerekGn committed Jan 21, 2025
commit 02068f296dff8758cb625e7040a1919631beddd1
2 changes: 1 addition & 1 deletion MCP2221IOConsole/Commands/Sram/SramReadSettingsCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace MCP2221IOConsole.Commands.Sram
{
[Command(Name="read-settings", Description = "Read MCP2221 SRAM Settings")]
[Command(Name="read-sram-settings", Description = "Read MCP2221 SRAM Settings")]
internal class SramReadSettingsCommand : BaseCommand
{
public SramReadSettingsCommand(IServiceProvider serviceProvider) : base(serviceProvider)
Expand Down