File: //lib/python3/dist-packages/awscli/customizations/configure/__pycache__/configure.cpython-310.pyc
o
.&�aG � @ s� d dl Z d dlZd dlmZ d dlmZ d dlmZ d dlm Z d dl
mZ d dlm
Z
d dlmZ d d lmZ d
dlmZmZ e�e�Zdd
� ZG dd� de�ZG dd� de�ZdS )� N)�ProfileNotFound)�compat_input)�BasicCommand)�AddModelCommand)�ConfigureSetCommand)�ConfigureGetCommand)�ConfigureListCommand)�ConfigFileWriter� )�
mask_value�profile_to_sectionc C s | � dtj� d S )Nzbuilding-command-table.main)�register�ConfigureCommand�add_command)�cli� r �K/usr/lib/python3/dist-packages/awscli/customizations/configure/configure.py�register_configure_cmd s �r c @ s e Zd Zddd�ZdS )�InteractivePrompter� c C s, |dv rt |�}td||f �}|sd }|S )N)�aws_access_key_id�aws_secret_access_keyz %s [%s]: )r r )�self�
current_value�config_name�prompt_text�responser r r � get_value'