X-Git-Url: https://git.dlugolecki.net.pl/?p=command.git;a=blobdiff_plain;f=include%2Fargument.h;h=53dea343344e8b3b1bf42ab301551135eb9d33c0;hp=82954eb6fd3a5b8fa2b46841f110973d2def3f6b;hb=c85d60a873e21052a470c172df4ba56a1c0d59c6;hpb=2900a7396aa582dcf622b968c286059b28d9c0a8 diff --git a/include/argument.h b/include/argument.h index 82954eb..53dea34 100644 --- a/include/argument.h +++ b/include/argument.h @@ -16,6 +16,8 @@ namespace command { * * Example: * ./myprog ARGUMENT + * ./myprog /path/to/file + * ./myprog "some argument" */ template class Argument : public Parameter, public Callable {