Difference between revisions of "Click python library"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  [[import]] click
 
  [[import]] click
  
  @click.command()
+
  [[@]]click.command()
 
  @click.option("--YourOption", type=click.STRING, required=True)
 
  @click.option("--YourOption", type=click.STRING, required=True)
  
Line 10: Line 10:
  
 
== Related ==
 
== Related ==
* [[import argparse]]
+
* <code>[[import argparse]]</code>
 +
* [[Function decorators in Python]]
  
 
== See also ==
 
== See also ==

Latest revision as of 16:22, 27 September 2023

Advertising: