improve global options display in --help
Put them in the help of subcommands, not the main command. And, hide them from the synopsis, to avoid cluttering it.
This commit is contained in:
parent
b66a2d6c5b
commit
7af0893abd
6 changed files with 50 additions and 17 deletions
|
@ -13,6 +13,7 @@ import Common.Annex
|
|||
import qualified Git.Construct
|
||||
import qualified Git.Config
|
||||
import CmdLine
|
||||
import CmdLine.GlobalSetter
|
||||
import Command
|
||||
import Annex.UUID
|
||||
import CmdLine.GitAnnexShell.Fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue