ADR JS

Logo

Architecture Decision Records for npx.

View the Project on GitHub Virtualix-LTD/adrjs

0013. We will use docopt to describe our CLI options

Date: 2025-01-11

Status

Accepted

Context

We need to document and display the commands and all parameters. This is tracked in issue #10.

Decision

The format will conform to http://docopt.org/.

Consequences

Our in-program help pages will follow a well-documented and concise format.