RichiH / vcsh

config manager based on Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vcsh list -v does nothing

QuinnyPig opened this issue · comments

Maybe I'm thinking about this the wrong way, but to my mind vcsh list -v should be functionally close to:

for i in $(vcsh list); do vcsh run $i git remote -v; done

The goal being to grab a list of what the vcsh remote source(s) is set to on one node and quickly add it to another node.

I think vcsh list -v is not a valid command (contrary to vcsh -v list).

vcsh list -v -> "this option is for git list"
vcsh -v list -> "this option is for vcsh"