Skip to content

Examples? #2

@Bizarrus

Description

@Bizarrus

Can you provide some examples?

When i try to use this package, Color will never find:

import terminal;

auto terminal = new Terminal();
        string color = "";

        switch(type) {
            case "INFO":
                color = Background(Color.blue);
            break;
            case "ERROR":
                color = Background(Color.red);
            break;
            default:
                /* Do Nothing */
            break;
        }

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