-
Notifications
You must be signed in to change notification settings - Fork 18
Open
0 / 70 of 7 issues completedDescription
The goal of this is to allow for global options to be specified. For example git has the following global options:
$ git -h
usage: git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
[--super-prefix=<path>] [--config-env=<name>=<envvar>]
<command> [<args>]
This involves several steps:
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels