sample-cli - Command Line Interface documentation

Command Line Interface sample-cli (general presentation)

'sample-cli' is composed of the following menus:
  • sample-cli (main menu) Sample CLI
  • sample-menu Sample menu

    Menu sample-cli (main menu)

    'sample-cli' is composed of the following commands:
  • print author Print out the name of the author of this sample CLI.
  • print word <word-value> Print out a single word
  • print int <int-value> Print out an int
  • print float <float-value> Print out a float
  • print words [...] Print out several words
  • enter sample-menu Enter sample-menu

    print author

    Synopsis:
    print author

    Description:
    Print out the name of the author of this sample CLI.

    print word <word-value>

    Synopsis:
    print word <word-value>

    Description:
    Print out a single word

    Parameters:
    word-value (string) string value

    print int <int-value>

    Synopsis:
    print int <int-value>

    Description:
    Print out an int

    Parameters:
    int-value (int) int value

    print float <float-value>

    Synopsis:
    print float <float-value>

    Description:
    Print out a float

    Parameters:
    float-value (float) float value

    print words [...]

    Synopsis:
    print words [<a-word>]*

    Description:
    Print out several words

    Options:
    <a-word> No help available

    Parameters:
    a-word (string) string value

    enter sample-menu

    Synopsis:
    enter sample-menu

    Description:
    Enter sample-menu

    This command opens the menu sample-menu.

    Menu sample-menu

    'sample-menu' is composed of the following commands:
  • hello 'Hello world' command

    hello

    Synopsis:
    hello

    Description:
    'Hello world' command

    File auto-generated by 'cli2help.py' - CLI library 2.9 (Alexis Royer, http://alexis.royer.free.fr/CLI/).