//! This module provides arguments related to the user config.
use ;
const ARG_CONFIG: &str = "config";
/// Represents the config file path argument. This argument allows the
/// user to customize the config file path.
/// Represents the config file path argument parser.