package stout.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Argument

positional_argument.proto:56

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.

message Flag

flag.proto:7

message StandardFlags

flag.proto:24

message Subcommand

subcommand.proto:7