Allow runtime AsciiDoc document attributes (herein: attributes) to be passed to the CLI using the --attribute option (short form: -a). This option can be specified multiple times.
For example:
npx -a hide-contributing --attribute url-base=https://docs.example.org/ README.adoc
For now, it should only possible to set attributes, not unset them. Valid forms are name and name=value.
Allow runtime AsciiDoc document attributes (herein: attributes) to be passed to the CLI using the
--attribute
option (short form:-a
). This option can be specified multiple times.For example:
For now, it should only possible to set attributes, not unset them. Valid forms are
name
andname=value
.