namespace Jtr.Tools.CLI; public enum InputSource { // Standard input stdin, std, s, // Clipboard clipboard, clip, c, // File file, f, }