|
def | get_completion_script (prog_name, complete_var, shell) |
|
def | resolve_ctx (cli, prog_name, args) |
|
def | start_of_option (param_str) |
|
def | is_incomplete_option (all_args, cmd_param) |
|
def | is_incomplete_argument (current_params, cmd_param) |
|
def | get_user_autocompletions (ctx, args, incomplete, cmd_param) |
|
def | get_visible_commands_starting_with (ctx, starts_with) |
|
def | add_subcommand_completions (ctx, incomplete, completions_out) |
|
def | get_choices (cli, prog_name, args, incomplete) |
|
def | do_complete (cli, prog_name, include_descriptions) |
|
def | do_complete_fish (cli, prog_name) |
|
def | bashcomplete (cli, prog_name, complete_var, complete_instr) |
|