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

Non-verbose test output #1894

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Non-verbose test output #1894

wants to merge 2 commits into from

Conversation

dandavison
Copy link
Owner

No description provided.

th1000s and others added 2 commits November 5, 2024 11:22
The possible command line now is:

  delta <delta-args> [SUBCMD <subcmd-args>]

If the entire command line fails to parse because SUBCMD is
unknown, then try (until the next arg fails) parsing <delta-args> only,
and then parse and call SUBCMD.., then pipe input to delta.
The generic subcommands also take precedence over the diff/git-diff
(delta a b, where e.g. a=show and b=HEAD), and any diff call gets
converted into a subcommand first.

Available are:
  delta rg ..     => rg --json .. | delta
  delta show ..   => git <color-on> show .. | delta
  delta a b ..    => git diff a b .. | delta

And various other git-CMDS: log grep blame.

The piping is not done by the shell, but delta, so the subcommands
now are child processes of delta.
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.

2 participants