//! `lightshuttle validate`.
use Path;
use Result;
use info;
use ;
/// Run the manifest validation pass.
///
/// `strict` upgrades warnings to errors. The current parser already
/// rejects every condition we would warn about, so `strict` has no
/// observable effect yet but is kept on the API surface so it stays
/// available the day a soft warning is introduced.
pub