# Header usage.headerHeading = ASCII Art Generator%n usage.header = This app converts one or more words given usage.header.0 = as input into ASCII art and prints them out.%n # Description usage.descriptionHeading = %nSynopsis:%n usage.description = This demo app demonstrates the use of localized usage.description.0 = message texts within an picocli based CLI app. usage.description.1 = Unless the user language is German, English messages usage.description.2 = are presented. To view German message texts, give usage.description.3 = '-Duser.language=de' as VM argument when running the app.%n # Parameters usage.parameterListHeading = Positional parameters:%n words = Words to be translated into ASCII art. words.0 = Default: 'Hello, world!' # Options usage.optionListHeading = Options:%n font = Font to be used, Default: '${DEFAULT-VALUE}', you font.0 = may try 'isometric3' instead. Font list: font.1 = https://artii.herokuapp.com/fonts_list # Exit codes usage.exitCodeListHeading = %nExit codes:%n usage.exitCodeList.0 = 0:Successful program execution. usage.exitCodeList.1 = 1:Invalid font or invalid text given. # Footer usage.footerHeading = %nCredits go to the 'ASCII art API' project:%n usage.footer = API: https://artii.herokuapp.com%nSources: https://github.com/potomak/artii-api