automd icon indicating copy to clipboard operation
automd copied to clipboard

feat(generators): add cli-output

Open atinux opened this issue 3 months ago • 3 comments

Add cli-usage generator, inspired by https://github.com/h3js/srvx/blob/main/automd.config.ts

atinux avatar Sep 18 '25 22:09 atinux

I guess we will need to first publish a new version of automd to support the cli-usage in order to update undocs to finally be able to generate the docs with the latest version of automd 😄

atinux avatar Sep 18 '25 22:09 atinux

Im thinking we could make a generic cli-output generator and a shortcut cli-usage that automatically generates —-help. (or an option for cli-output to do this)

pi0 avatar Sep 19 '25 07:09 pi0

Updated to cli-output with:

<!-- automd:cli-output command="automd" args="--help" -->
<!-- /automd -->

and shortcut:

<!-- automd:cli-output command="automd" usage -->
<!-- /automd -->

atinux avatar Sep 19 '25 09:09 atinux