Searched refs:LicenseSubcommand (Results 1 – 3 of 3) sorted by relevance
20 pub enum LicenseSubcommand { enum27 impl LicenseSubcommand { impl30 LicenseSubcommand::CheckLicenseHeaders => checker.check(root)?, in run()31 LicenseSubcommand::AddLicenseHeaders => checker.add_missing(root)?, in run()
20 license_checker::LicenseSubcommand,42 License(LicenseSubcommand),
18 use cmd_runner::{license_checker::LicenseSubcommand, run_cmd, run_cmd_shell, YellowStderr};227 License(LicenseSubcommand),