cli/pkg/cmd
chemotaxis 631bea2e6d Draft first design
As originally designed in the issue discussion, a single function
`NewCmdLock()` with a parameter to lock or unlock was proposed.
However, after playing around with a couple different designs, it seems
best to create two separate public functions and one private function to
do the common work.

Using two public functions seems to make sense because the api for
locking is different from the api for unlocking.  Therefore, the
documentation for both are different and keeping them in separate
functions would make it easier to maintain the documentation.
2022-04-11 00:36:42 -04:00
..
actions gh: list help topics in help output 2022-02-18 18:39:30 +01:00
alias Alias list as ls for all commands (#5214) 2022-02-17 13:53:42 +01:00
api gh api: clarify how to pass API preview names 2022-02-18 18:39:30 +01:00
auth Add note about git auth 2022-02-21 15:24:54 +01:00
browse Fix browse last commit when using the repo override flag (#4845) 2021-12-13 15:00:22 +01:00
codespace Merge branch 'trunk' into jg/event-handling 2022-03-16 20:51:47 +00:00
completion Use StringEnumFlag helper in more places 2022-02-18 12:52:47 +01:00
config Alias list as ls for all commands (#5214) 2022-02-17 13:53:42 +01:00
extension Add version to extension list command (#5219) 2022-03-07 07:14:26 +00:00
factory Handle SAML enforcement challenge from the server (#5054) 2022-01-19 14:22:22 +01:00
gist Alias list as ls for all commands (#5214) 2022-02-17 13:53:42 +01:00
gpg-key Alias list as ls for all commands (#5214) 2022-02-17 13:53:42 +01:00
issue Draft first design 2022-04-11 00:36:42 -04:00
pr pr merge switch to base branch if available (#5251) 2022-03-14 14:02:57 +02:00
release Have core commands have consistent Short description 2022-02-18 18:39:30 +01:00
repo Add interactive repository edit functionality (#4895) 2022-03-14 17:49:03 +00:00
root Add top level search command and search repos sub command (#5172) 2022-03-09 12:24:27 +00:00
run Merge pull request #5275 from cdb/cdb/rerun-failed-jobs 2022-03-15 12:08:36 -05:00
search Add top level search command and search repos sub command (#5172) 2022-03-09 12:24:27 +00:00
secret Support listing and removing Dependabot secrets (#5160) 2022-03-17 11:42:12 +02:00
ssh-key Alias list as ls for all commands (#5214) 2022-02-17 13:53:42 +01:00
version Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
workflow Alias list as ls for all commands (#5214) 2022-02-17 13:53:42 +01:00