Rename commands and add aliases.

This commit is contained in:
2020-01-03 18:24:44 +00:00
parent 56e24f1ed9
commit 03573f1cb6
17 changed files with 43 additions and 38 deletions

View File

@@ -44,11 +44,11 @@ using DiscImageChef.Console;
using DiscImageChef.Core;
using FileAttributes = DiscImageChef.CommonTypes.Structs.FileAttributes;
namespace DiscImageChef.Commands
namespace DiscImageChef.Commands.Filesystem
{
internal class ExtractFilesCommand : Command
{
public ExtractFilesCommand() : base("extract-files", "Extracts all files in disc image.")
public ExtractFilesCommand() : base("extract", "Extracts all files in disc image.")
{
Add(new Option(new[]
{