Difference between revisions of "Click python library"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * {{argparse}}")
 
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://click.palletsprojects.com/
 +
* Installation: <code>[[pip3 install -U click]]</code>
  
 +
[[import]] click
  
 +
[[@]]click.command()
 +
@click.option("--YourOption", type=click.STRING, required=True)
  
 +
click.choice <ref>https://click.palletsprojects.com/en/8.1.x/options/#choice-options</ref>
 +
 +
== Related ==
 +
* <code>[[import argparse]]</code>
 +
* [[Function decorators in Python]]
 +
 +
== See also ==
 
* {{argparse}}
 
* {{argparse}}
 +
* {{Python}}
 +
 +
[[Category:Python]]

Latest revision as of 16:22, 27 September 2023

Advertising: