()
| 742 | } |
| 743 | |
| 744 | fn additional_help() -> String { |
| 745 | cformat!( |
| 746 | r#"<bold><underline>References:</underline></bold> |
| 747 | - Documentation: <blue><underline>https://syncpack.dev</></>"# |
| 748 | ) |
| 749 | } |
| 750 | |
| 751 | fn validate_source(value: &str) -> Result<String, String> { |
| 752 | if value.ends_with(".json") { |
no outgoing calls
no test coverage detected
searching dependent graphs…