gitmapd / mw-installer

0 stars 0 forks source link

Print the VCS url of an extension with its name #1

Open chl0e3e opened 1 year ago

chl0e3e commented 1 year ago

https://github.com/gitmapd/mw-installer/blob/main/mediawiki-typer.py#L36

You will need to loop over get_exts() to see which one matches the name you give it in the function definition

gitmapd commented 1 year ago

Currently what ten does is cut a slice of the extensions and truncate it to 10 and then loops through them.

chl0e3e commented 1 year ago

this could be a function parameter which works with Typer, see #4