//! # CommandParser - position_group Methods
//!//! This module contains method implementations for `CommandParser`.
//!//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)
usesuper::commandparser_type::CommandParser;implCommandParser{/// Get the current position.
pubfnposition(&self)->usize{self.pos
}}