idank / explainshell

match command-line arguments to their help text
GNU General Public License v3.0
12.98k stars 778 forks source link

Can't explain git log -L #309

Open dolzenko opened 1 year ago

dolzenko commented 1 year ago

git log -L '/int main/',/^}/:main.c command shows -L as unknown though its in linked git doc https://manpages.ubuntu.com/manpages/kinetic/en/man1/git-log.1.html

y0608 commented 1 year ago

The same is for git add . It doesn't know that . means "all"

pankace commented 1 year ago

it seams to have trouble with a lot of git flags huh

pankace commented 1 year ago

single letter flags in general

nopeless commented 9 months ago

The same is for git add . It doesn't know that . means "all"

. means current directory, not all. Nonetheless, it should still know