Get desktop application:
View/edit binary Protocol Buffers messages
Positional arguments might be at the end of the command line or even might be intermingled with other flags or subcommands. For example the following below is the valid input in the command line: ./program --top_level_flag1=1 pos_arg1 subcommand 45 --flag2='hello' 5 So 'pos_arg1', '45', '5' - are valid positional arguments.
For printing out help. We make it be non-optional cause we want to store this name and field pointer for printing out help message as well as we use this name to print out consistent error.
For printing out help.
Default value.
Default value. Will be validated at a parsing time.
Whether or not this flag is required.
TODO: bool deprecated = 5; TODO: bool aggregatable = 6; TODO: bool sensitive = 7;
TODO: bool deprecated = 4;