2
1
mirror of https://github.com/kdabir/has.git synced 2024-11-10 21:26:50 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Kunal Dabir
33cbc13738 #15 update documentation for .hasrc file 2018-11-16 16:50:36 +05:30
Kunal Dabir
44a71cf023 #15 test for excluding comments (lines starting with a #) 2018-11-16 16:23:34 +05:30
Kunal Dabir
1702c991ce implements #15
support for .hasrc file in current working directory, from where
has command is fired. these commands are merged with cli args.
2018-11-16 16:01:11 +05:30
Kunal Dabir
79f3eb8bba fixes #27 return status code only upto 126 2018-11-16 07:58:05 +05:30
Jason Phan
4d1035e241 added: colors (#26)
Support Colors #12 

* added: colors

No more echo with variables in them. Think of it like the Holocaust... Never. Again.

* update: removed color codes from tests
2018-11-15 10:39:17 +05:30
Kunal Dabir
e206cbfa21 udpate test names and tool names 2017-08-29 09:23:21 +05:30
Kunal Dabir
43caa970a1 add test for status code > 1 2017-08-29 09:18:13 +05:30
Kunal Dabir
3b6dbf78e4 return exit status based on number of failed commands, 0 means all passed 2017-08-29 09:14:08 +05:30
Kunal Dabir
1745c1d2b2 node was not there on travis, git must be :) 2017-08-28 22:10:04 +05:30
Kunal Dabir
c4695a0bdd add basic tests and travis config 2017-08-28 21:37:44 +05:30