Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Ability to show global options in 'prog help subcmd' [moved] #27

@trentm

Description

@trentm

This is Issue 27 moved from a Google Code project.
Added by 2010-09-05T17:41:15.000Z by Sridhar....@gmail.com.
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Enhancement, Priority-Medium

Original description

"svn help status" shows two sections: Valid options and Global options. The former shows options specific to the 'status' command, while the later shows global options for the 'svn' tool.

$ svn help status
[...]
Valid options:
  -u [--show-updates]      : display update information
  -N [--non-recursive]     : obsolete; try --depth=files or --
  [...]

Global options:
  --username ARG           : specify a username ARG
  --password ARG           : specify a password ARG
  [...]

Would be nice for cmdln to support this .... given that it cites 'svn' as an example in the documentation.

PyPM will benefit from this - by automatically showing -E/-g (virtualenv, global install) options when the user types "pypm help install".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions