Searched refs:subcommands (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit14 # *) git 'subcommands'
1115 local subcommands="start bad good skip reset visualize replay log run"
1116 local subcommand="$(__git_find_on_cmdline "$subcommands")"
1119 __gitcomp "$subcommands"
1714 local subcommands='add append copy edit list prune remove show'
1715 local subcommand="$(__git_find_on_cmdline "$subcommands")"
1729 __gitcomp "$subcommands --ref"
1838 local subcommands="show delete expire"
1839 local subcommand="$(__git_find_on_cmdline "$subcommands")"
1842 __gitcomp "$subcommands"
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x2078 for error reporting and determination of needed subcommands.
2357 list of subcommands is right there on a "help delete").
4580 breaking the set-* commands into subcommands of set. Changed "set
4613 name to show subcommands as well as commands and help on a command
4614 to show *all* subcommands of that command.
4619 subcommands of enable, disable, and delete use class 0 (ie. they
4623 commands into subcommands of set. Created "set variable" for use
4624 with variables whose names might conflict with other subcommands.

Completed in 33 milliseconds