MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / main

Function main

css-inline/src/main.rs:2–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1#[cfg(not(feature = "cli"))]
2fn main() {
3 eprintln!("`css-inline` CLI is only available with the `cli` feature");
4 std::process::exit(1);
5}
6
7#[cfg(feature = "cli")]
8fn main() -> Result<(), Box<dyn std::error::Error>> {

Callers

nothing calls this directly

Calls 14

argsFunction · 0.85
handle_flag_with_valueFunction · 0.85
requires_valueFunction · 0.85
handle_boolean_flagFunction · 0.85
format_errorFunction · 0.85
combine_extra_cssFunction · 0.85
stdinFunction · 0.85
as_bytesMethod · 0.80
nextMethod · 0.80
pushMethod · 0.80
is_emptyMethod · 0.80
inline_toMethod · 0.80

Tested by

no test coverage detected