Skip to content

--style seems to be incompatible with -s #106

@foxharp

Description

@foxharp

If I use -s to request a stylesheet, rather than inline style elements, then the -y/--style option no longer has an effect. (aha version 0.5.1)

$ man aha | aha --style "foo:xyzzy" | grep xyzzy
<body style="foo:xyzzy">
$ man aha | aha -s --style "foo:xyzzy" | grep xyzzy
$ man aha | aha  --style "foo:xyzzy" -s | grep xyzzy

Handy program, though!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions