Writing good CLI apps - Programming On Unix

Users browsing this thread: 1 Guest(s)
jkl
Long time nixers
I find it disturbing to read the term "apps" with "CLI", to be honest.

I do agree with the perception that there often are too many ways to achieve the same goal.

Code:
app
app -h
app --help
app help

That hurts my brain.

--
<mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen


Messages In This Thread
Writing good CLI apps - by z3bra - 12-10-2018, 01:52 PM
RE: Writing good CLI apps - by jkl - 12-10-2018, 03:11 PM
RE: Writing good CLI apps - by z3bra - 12-10-2018, 04:38 PM
RE: Writing good CLI apps - by mrnd - 12-10-2018, 05:36 PM
RE: Writing good CLI apps - by z3bra - 12-10-2018, 07:12 PM
RE: Writing good CLI apps - by venam - 13-10-2018, 03:14 AM