add Area::iter_x and iter_y

This commit is contained in:
🪞👃🪞 2025-03-02 14:17:13 +02:00
parent 3837dbd47b
commit 8465d64807
3 changed files with 9 additions and 1 deletions

View file

@ -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;