Translations:Development/Tutorials/CommandLineArguments/18/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Primeiro, dizemos ao QCommandLineParser que queremos adicionar novos argumentos posicionais. Em poucas palavras, esses são argumentos que não são opções. <tt>-h</tt> ou <...")
 
(No difference)

Latest revision as of 15:07, 20 November 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/CommandLineArguments)
First, we tell QCommandLineParser that we want to add a new positional arguments. In a nutshell, these are arguments that are not options. <tt>-h</tt> or <tt>--version</tt> are options, <tt>file</tt> is an argument.

Primeiro, dizemos ao QCommandLineParser que queremos adicionar novos argumentos posicionais. Em poucas palavras, esses são argumentos que não são opções. -h ou --version são opções, file é um argumento.