colis-anr / morbig

A static parser for POSIX Shell
Other
192 stars 8 forks source link

alias and unalias can take multiple atrguments #18

Closed treinen closed 6 years ago

treinen commented 6 years ago

According to POSIX (see "alias" and "unalias" in the Chapter "4: Utilities" of the volume "Shell & Utilities"), both alias and unalias can take multiple arguments, like this :

alias show=echo list=ls unalias show list

but morbig does not accept this

treinen commented 6 years ago

Fixed in d4020c9