Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add special printing logic to CLI::Printing::Params for Enum type params #52

Closed
postmodern opened this issue Aug 20, 2024 · 1 comment
Closed
Assignees
Labels
CLI feature New Feature
Milestone

Comments

@postmodern
Copy link
Member

All possible values of an Enum type param should be listed below it's description.

The HTTP User-Agent to select         
 * random                             
 * chrome                             
 * firefox                            
 * safari                             
 * linux                              
 * macos                              
 * windows                            
 * iphone                             
 * ipad                               
 * android                            
 * chrome_linux                       
 * chrome_macos                       
 * chrome_windows                     
 * chrome_iphone                      
 * chrome_ipad                        
 * chrome_android                     
 * firefox_linux                      
 * firefox_macos                      
 * firefox_windows                    
 * firefox_iphone                     
 * firefox_ipad                       
 * firefox_android                    
 * safari_macos                       
 * safari_iphone                      
 * safari_ipad                        
 * edge                               
@postmodern postmodern added CLI feature New Feature labels Aug 20, 2024
@postmodern postmodern added this to the 0.3.0 milestone Aug 20, 2024
@postmodern postmodern self-assigned this Aug 20, 2024
postmodern added a commit that referenced this issue Aug 20, 2024
postmodern added a commit that referenced this issue Aug 20, 2024
@postmodern
Copy link
Member Author

Implemented by 8e0b977.

postmodern added a commit that referenced this issue Aug 20, 2024
* Added `CLI::Printing::Params#param_description`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI feature New Feature
Projects
None yet
Development

No branches or pull requests

1 participant