pygetpapers icon indicating copy to clipboard operation
pygetpapers copied to clipboard

Use `getpapers` `<...>` style for values

Open petermr opened this issue 4 years ago • 1 comments

Please use the <...> notation for option values in the --help. See, for example getpapers -h or pip -h for examples

  --proxy <proxy>             Specify a proxy in the form [user:passwd@]proxy.server:port.
  --retries <retries>         Maximum number of retries each connection should attempt (default 5
                              times).
```.


The use of capitals often implies a LITERAL constant

petermr avatar Mar 17 '21 10:03 petermr

Need help with doing this. Can anyone suggest how this can be implemented in argparse.

ayush4921 avatar Mar 18 '21 02:03 ayush4921