hirokiky / genaa

genaa, a ASCII Art generator.
MIT License
6 stars 2 forks source link

Command to render truth tables. #11

Open hirokiky opened 10 years ago

hirokiky commented 10 years ago

genaa trhuthtable upper right upper_right::

upper | right | upper_right |
------+-------+-------------+-------
True  | True  |    True     |
True  | True  |    False    |
True  | False |    True     |
True  | False |    False    |
False | True  |    True     |
False | True  |    False    |
False | False |    True     |
False | False |    False    |
hirokiky commented 10 years ago

I created this feature on gist https://gist.github.com/hirokiky/8168568.