Ignore:
Timestamp:
Apr 26, 2012, 9:51:00 AM (12 years ago)
Author:
rybkin
Message:

See C.L. 487

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/src/setup.bash

    r586 r612  
    2525    local build_subcmds=(CMT_pacman constituent_makefile constituents_makefile dependencies library_links make_setup msdev os9_makefile prototype readme tag_makefile temporary_name triggers win_makefile)
    2626    local check_subcmds=(configuration files version)
    27     local show_subcmds=(action action_names action_value actions all_tags applied_patterns author branches clients cmtpath_patterns constituent constituent_names constituents container cycles fragment fragments groups include_dirs language languages macro macro_names macro_value macros manager packages path pattern patterns projects project_author pwd set set_names set_value sets strategies tags use_paths uses versions)
     27    local show_subcmds=(action action_names action_value actions alias alias_names alias_value aliases all_tags applied_patterns author branches clients cmtpath_patterns constituent constituent_names constituents container cycles fragment fragments groups include_dirs language languages macro macro_names macro_value macros manager packages path pattern patterns projects project_author pwd set set_names set_value sets strategies tags use_paths uses versions)
    2828
    2929    local cur _IFS="${IFS}"
     
    122122                        if (( isubcommand + 1 == COMP_CWORD )); then
    123123                            COMPREPLY=($(compgen -W "$(cmt -quiet show action_names)" -- "$cur"))
     124                        fi
     125                        ;;
     126                    alias|alias_value)
     127                        if (( isubcommand + 1 == COMP_CWORD )); then
     128                            COMPREPLY=($(compgen -W "$(cmt -quiet show alias_names)" -- "$cur"))
    124129                        fi
    125130                        ;;
Note: See TracChangeset for help on using the changeset viewer.