package de.kroesch.clt; /** * Commands providing help text. */ public interface UserHelp { String help(); }