//! Systematic CLI subcommand.
//!
//! This command can be used to convert an n x m parity check matrix into one
//! that supports systematic encoding using the first m - n columns by permuting
//! columns in such a way that the n x n submatrix formed by the last n columns
//! is invertible.
use crate::;
use Parser;
use ;
/// Systematic CLI arguments.