mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename commands and add aliases.
This commit is contained in:
@@ -49,6 +49,8 @@ namespace DiscImageChef.Commands.Image
|
||||
{
|
||||
public CompareCommand() : base("compare", "Compares two disc images.")
|
||||
{
|
||||
AddAlias("cmp");
|
||||
|
||||
AddArgument(new Argument<string>
|
||||
{
|
||||
Arity = ArgumentArity.ExactlyOne, Description = "First media image path", Name = "image-path1"
|
||||
|
||||
Reference in New Issue
Block a user