Prints a LGBTI flag in the console. That's it.
Before running the program, you might need to compile it.
Assuming you have cargo
installed, simply run:
cargo build --release
The binary prideflag
should now be on the path: <project_path>/target/release/
.
You might want to have the said path on your $PATH
to follow the next steps.
prideflag
This prints the default flag, i.e. the rainbow.
You can specify the full name of a flag to print it.
prideflag --flag lesbian
...or you can use the short version.1
prideflag --flag l
...also, it's case-insensitive!
prideflag --flag LeSbIaN
1 In scripting, it is recommended to use the full name to avoid ambiguity.
--help
or-h
--version
or-V
For a list of the available flags, read this.
All the HTML colors + some that are unique to the LGBTI flags.
For development, read this.