Originally created by @olemartinorg on GitHub (Dec 30, 2015).
Hi! When i try to run the script without any parameters, it tries to use the "column" command, which may not be available on every system (but is found in the bsdmainutils package on debian/ubuntu, at least).
Originally created by @olemartinorg on GitHub (Dec 30, 2015).
Hi! When i try to run the script without any parameters, it tries to use the "column" command, which may not be available on every system (but is found in the bsdmainutils package on debian/ubuntu, at least).
Interesting. I somehow assumed this to be a builtin, mh.
I'll probably just replace it with a simple printf statement in the next few days.
@lukas2511 commented on GitHub (Dec 30, 2015):
Interesting. I somehow assumed this to be a builtin, mh.
I'll probably just replace it with a simple printf statement in the next few days.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @olemartinorg on GitHub (Dec 30, 2015).
Hi! When i try to run the script without any parameters, it tries to use the "column" command, which may not be available on every system (but is found in the bsdmainutils package on debian/ubuntu, at least).
@lukas2511 commented on GitHub (Dec 30, 2015):
Interesting. I somehow assumed this to be a builtin, mh.
I'll probably just replace it with a simple printf statement in the next few days.
@lukas2511 commented on GitHub (Jan 8, 2016):
This should be fixed in
7727f5ea61.