Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates online help to display help "the git way". :) #573

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

avengerx
Copy link

@avengerx avengerx commented May 8, 2020

It now favors the --flag=<argument> instead of --flag <argument> syntax.

This has been supported by git-ftp for a long time, since Feb 26th, 2010, commit 80ef529.

The format here is closer now to the current layout of git-log

Beware pull request #572, for it actually implements this syntax support for the option that was introduced via 294350c. All other settings seems to support it.

This also adds the --extra-verbose flag (to the -vv) to ensure all flags have an "extended version".

It now favors the --flag=<argument> instead of --flag <argument> syntax.

This has been supported by git-ftp for a long time, since Feb 26th, 2010
commit 80ef529.
All samples like --user <username> were changed to --user=<username> and
more relevant info that this brings is also added, notably at the
'PASSWORDS' section.

It also adds the '--extra-verbose' setting according to the change in
the "bundle".
@LukasFritzeDev
Copy link
Collaborator

Thanks a lot for your work here.

If we change the favoured syntax, we should also adjust the tests to match this new syntax, shouldn't we?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants