@@ -0,0 +1,11 @@
using Microsoft.Extensions.CommandLineUtils;
using System;
namespace StegoPrint {
class App : CommandLineApplication {
public App() {
Commands.Add(new AddFingerprintCommand());
Commands.Add(new ExtractFingerprintCommand());
}
The note is not visible to the blocked user.