diff --git a/src/Tomat.FNB/Commands/TMOD/TmodPackCommand.cs b/src/Tomat.FNB/Commands/TMOD/TmodPackCommand.cs index 83eecd3..942d236 100644 --- a/src/Tomat.FNB/Commands/TMOD/TmodPackCommand.cs +++ b/src/Tomat.FNB/Commands/TMOD/TmodPackCommand.cs @@ -1,16 +1,16 @@ -using System; -using System.Threading.Tasks; -using CliFx; -using CliFx.Attributes; -using CliFx.Infrastructure; -using JetBrains.Annotations; - -namespace Tomat.FNB.Commands.TMOD; - -[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] -[Command("tmod pack", Description = "Packs a directory into a .tmod file archive")] -public sealed class TmodPackCommand : ICommand { - public ValueTask ExecuteAsync(IConsole console) { - throw new NotImplementedException(); - } -} +// using System; +// using System.Threading.Tasks; +// using CliFx; +// using CliFx.Attributes; +// using CliFx.Infrastructure; +// using JetBrains.Annotations; +// +// namespace Tomat.FNB.Commands.TMOD; +// +// [UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] +// [Command("tmod pack", Description = "Packs a directory into a .tmod file archive")] +// public sealed class TmodPackCommand : ICommand { +// public ValueTask ExecuteAsync(IConsole console) { +// throw new NotImplementedException(); +// } +// } diff --git a/src/Tomat.FNB/Commands/XNB/XnbExtractCommand.cs b/src/Tomat.FNB/Commands/XNB/XnbExtractCommand.cs index ecdedbb..649f3ad 100644 --- a/src/Tomat.FNB/Commands/XNB/XnbExtractCommand.cs +++ b/src/Tomat.FNB/Commands/XNB/XnbExtractCommand.cs @@ -1,16 +1,16 @@ -using System; -using System.Threading.Tasks; -using CliFx; -using CliFx.Attributes; -using CliFx.Infrastructure; -using JetBrains.Annotations; - -namespace Tomat.FNB.Commands.XNB; - -[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] -[Command("xnb extract", Description = "Extracts an XNB file or directory or XNB files into their original formats")] -public sealed class XnbExtractCommand : ICommand { - public ValueTask ExecuteAsync(IConsole console) { - throw new NotImplementedException(); - } -} +// using System; +// using System.Threading.Tasks; +// using CliFx; +// using CliFx.Attributes; +// using CliFx.Infrastructure; +// using JetBrains.Annotations; +// +// namespace Tomat.FNB.Commands.XNB; +// +// [UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] +// [Command("xnb extract", Description = "Extracts an XNB file or directory or XNB files into their original formats")] +// public sealed class XnbExtractCommand : ICommand { +// public ValueTask ExecuteAsync(IConsole console) { +// throw new NotImplementedException(); +// } +// } diff --git a/src/Tomat.FNB/Commands/XNB/XnbListFormatsCommand.cs b/src/Tomat.FNB/Commands/XNB/XnbListFormatsCommand.cs index c85af8d..45bb029 100644 --- a/src/Tomat.FNB/Commands/XNB/XnbListFormatsCommand.cs +++ b/src/Tomat.FNB/Commands/XNB/XnbListFormatsCommand.cs @@ -1,16 +1,16 @@ -using System; -using System.Threading.Tasks; -using CliFx; -using CliFx.Attributes; -using CliFx.Infrastructure; -using JetBrains.Annotations; - -namespace Tomat.FNB.Commands.XNB; - -[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] -[Command("xnb list-formats", Description = "Lists the known formats that can be extracted from XNB files")] -public sealed class XnbListFormatsCommand : ICommand { - public ValueTask ExecuteAsync(IConsole console) { - throw new NotImplementedException(); - } -} +// using System; +// using System.Threading.Tasks; +// using CliFx; +// using CliFx.Attributes; +// using CliFx.Infrastructure; +// using JetBrains.Annotations; +// +// namespace Tomat.FNB.Commands.XNB; +// +// [UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] +// [Command("xnb list-formats", Description = "Lists the known formats that can be extracted from XNB files")] +// public sealed class XnbListFormatsCommand : ICommand { +// public ValueTask ExecuteAsync(IConsole console) { +// throw new NotImplementedException(); +// } +// } diff --git a/src/Tomat.FNB/Commands/XNB/XnbPackCommand.cs b/src/Tomat.FNB/Commands/XNB/XnbPackCommand.cs index 6ec0c1d..9d102be 100644 --- a/src/Tomat.FNB/Commands/XNB/XnbPackCommand.cs +++ b/src/Tomat.FNB/Commands/XNB/XnbPackCommand.cs @@ -1,16 +1,16 @@ -using System; -using System.Threading.Tasks; -using CliFx; -using CliFx.Attributes; -using CliFx.Infrastructure; -using JetBrains.Annotations; - -namespace Tomat.FNB.Commands.XNB; - -[UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] -[Command("xnb pack", Description = "Packs a file or directory of files into XNB files")] -public sealed class XnbPackCommand : ICommand { - public ValueTask ExecuteAsync(IConsole console) { - throw new NotImplementedException(); - } -} +// using System; +// using System.Threading.Tasks; +// using CliFx; +// using CliFx.Attributes; +// using CliFx.Infrastructure; +// using JetBrains.Annotations; +// +// namespace Tomat.FNB.Commands.XNB; +// +// [UsedImplicitly(ImplicitUseKindFlags.InstantiatedWithFixedConstructorSignature)] +// [Command("xnb pack", Description = "Packs a file or directory of files into XNB files")] +// public sealed class XnbPackCommand : ICommand { +// public ValueTask ExecuteAsync(IConsole console) { +// throw new NotImplementedException(); +// } +// } diff --git a/src/Tomat.FNB/Tomat.FNB.csproj b/src/Tomat.FNB/Tomat.FNB.csproj index f95ae35..0924e24 100644 --- a/src/Tomat.FNB/Tomat.FNB.csproj +++ b/src/Tomat.FNB/Tomat.FNB.csproj @@ -8,6 +8,9 @@ fnb Tomat.FNB + 0.1.0 + 0.1.0 + 0.1.0 true