Lines Matching refs:click
10 import click
25 @click.command(context_settings=dict(help_option_names=["-h", "--help"]))
26 @click.option("-r", "--remote", help="Hostname/IP of the remote host")
27 @click.option("-u", "--username", help="Username of the remote host.")
28 @click.option("-p", "--password", help="Password of the remote host.")
29 @click.option(
32 @click.option(
35 @click.option(
38 @click.option(
45 @click.option(
52 @click.option(
60 @click.option(
67 @click.option(
73 @click.option(
79 @click.option(
104 click.echo(
136 click.echo(
140 click.echo(
148 click.echo("\tFiles are stored in " + this_ffdc.ffdc_dir_path)
150 click.echo("\tTotal elapsed time " + this_ffdc.elapsed_time + "\n\n")
151 click.echo("\n********** FFDC Finishes **********\n\n")