ETOOBUSY 🚀 minimal blogging for the impatient
skfold - documentation
TL;DR
At the very last, I added some basic documentation to skfold.
And that’s pretty it. Well, you can…
- … call without parameters, and get a list of modules:
# skf version 0.1.0 - more info with
# skf --usage|--help|--man
# Available modules:
perl-distro
dibs
- … try to get help for a module, and get a nice error about my lazyness:
$ bin/skf -h dibs
Unimplemented at bin/skf line 287.
- … get some help, via
--usage
,--help
, and--man
.
Now I guess it’s really it!