na4zagin3 / satyrographos

Package manager for SATySFi
GNU Lesser General Public License v3.0
45 stars 13 forks source link

Add -l as an alias of -library option of install subcommand #74

Closed na4zagin3 closed 4 years ago

na4zagin3 commented 4 years ago

Now satyrographos install -l lib1 -l lib2 means satyrographos install -library lib1 -library lib2.

Closes #68