mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
add Area::iter_x and iter_y
This commit is contained in:
parent
3837dbd47b
commit
8465d64807
3 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ pub use tek::*;
|
|||
pub(crate) use clap::{self, Parser, Subcommand};
|
||||
/// Application entrypoint.
|
||||
pub fn main () -> Usually<()> {
|
||||
TekCli::parse().run()
|
||||
TekCli::parse().run()
|
||||
}
|
||||
#[test] fn verify_cli () {
|
||||
use clap::CommandFactory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue