-
| As a user, I enjoy using commitizen even though it's been merely a week since I found it. I was wondering if the team built it from some existing python-based cli framework. Here's a list of well-known python-based cli frameworks. https://github.com/shadawck/awesome-cli-frameworks#python. I wonder if it uses any or some of the stated frameworks. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            woile
          
      
      
        Sep 23, 2023 
      
    
    Replies: 1 comment
-
| We use argparse directly through decli. Internally it uses questionary for the nice looking prompts | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        simkimsia
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
We use argparse directly through decli.
Internally it uses questionary for the nice looking prompts