The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

myapp - My Very Cool App

ABSTRACT

This app can do very cool things

DESCRIPTION

This is a very useful description for myapp. This is a very useful description for myapp. This is a very useful description for myapp. This is a very useful description for myapp.

GLOBAL OPTIONS

    --verbose -v   [] be verbose (flag; multiple)
    --help -h         Show command help (flag)   

SUBCOMMANDS

convert

    myapp  convert <type> <source> <value> <target>+

Various unit conversions

Parameters:

    type    *    The type of unit to convert    
    source  *    The source unit to convert from
    value   *    The value to convert           
    target  * [] The target unit (multiple)     

cook

    myapp  cook [options] <drink>

Cook something

Options:

    --with        Drink with ...  
    --sugar -s    add sugar (flag)

Parameters:

    drink  *  What to drink

palindrome

    myapp  palindrome <string>

Check if a string is a palindrome

Parameters:

    string  *  

weather

    myapp  weather <subcommands>

Weather

weather cities

    myapp weather cities [options]

show list of cities

Options:

    --country -c   [] country name(s) (multiple)

weather countries

    myapp weather countries

show list of countries

weather show

    myapp weather show [options] <country> <city>+

Show Weather forecast

Options:

    --temperature -T    show temperature (flag)              
    --celsius -C        show temperature in celsius (flag)   
    --fahrenheit -F     show temperature in fahrenheit (flag)

Parameters:

    country  *    Specify country                  
    city     * [] Specify city or cities (multiple)

help

    myapp  help <subcommands> [options]

Show command help

Options:

    --all     (flag)

_complete

    myapp  _complete [options]

Generate self completion

Options:

    --name    name of the program
    --zsh     for zsh (flag)     
    --bash    for bash (flag)    

_pod

    myapp  _pod

Generate self pod