a11ywatch_cli 0.10.15

A11yWatch web accessibility CLI.
1
2
3
4
5
pub mod args;
pub mod sub_command;

pub(crate) use self::args::Cli;
pub(crate) use self::sub_command::Commands;