use *;
use ;
use crateTokenizer;
/// Prompts the user for input and returns the trimmed result.
/// Prompts the user for input and returns the result split into clean tokens.
///
/// Useful for building CLI shells or parsing multi-argument commands.