judo icon indicating copy to clipboard operation
judo copied to clipboard

Improve documentation

Open rollcat opened this issue 2 years ago • 3 comments

The original readme was written in 2016 and reflected my frustration with Ansible. It tries to explain the motivation/design philosophy, provide a full reference, and serve as a tutorial with examples - all at once, and as an effect it doesn't do any of the three too well.

Perhaps it can be split up for these three purposes: the readme can still serve as an introduction; an actual (installable!) man page would be good as a reference; and the examples could be elaborated on, with some actual real-world scripts I've accumulated over the past 6 years.

rollcat avatar Jun 10 '22 10:06 rollcat

I just wanted to open an issue, but now I think it will suffice to comment here. I was getting timeout errors and found out that I could just use judo -t

haary avatar Jul 14 '22 12:07 haary

@haary agreed, and then there's -f which I've wanted to control parallelism (aka forkiness), which is mentioned in -h... and is a no-op ;) definitely deserves a clean-up

rollcat avatar Jul 18 '22 13:07 rollcat

56f2640 improves the situation a bit

rollcat avatar Jul 18 '22 14:07 rollcat