djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
781 stars 51 forks source link

Support flags out of order #23

Open djui opened 8 years ago

djui commented 8 years ago

Currently, only providing test-cases with minimal feature constraints. These will be implemented once the test-cases are finalized.

pradyunsg commented 8 years ago

It might be worth-while to add test cases where if the -- is ignored, the output would be an alias... i.e. a="foo -a" and foo -- -a -> No change

djui commented 8 years ago

Done: https://github.com/djui/alias-tips/pull/23/files#diff-735232a718a51f54f85f8175951c2ceaR175

pradyunsg commented 8 years ago

:+1:

Thanks for the invite! :smile:

djui commented 8 years ago

np, feel free to draft an implementation.