David Shnayder
David Shnayder
@willnationsdev Since `git` is the end program, it makes sense that they note it in the help text. But, it doesn't make sense for the framework to do this by...
@willnationsdev If I understand correctly, you are okay with having to specify a global app description by implementing an empty root command, but your issue is that with no arguments...
@willnationsdev If you want to display the lines correctly in on your PC, you indeed need to hack it. Where the lines wrap depend on the buffer width of the...
@willnationsdev 80 characters used to be an unofficial "max-length" for code lines, my previous workplace even forced it in code as well as even emails. With that said, today people...