Skip to content

Commit

Permalink
Update help command with missing actions
Browse files Browse the repository at this point in the history
Co-authored-by: wevtimoteo <[email protected]>
Co-authored-by: amadeu01 <[email protected]>
  • Loading branch information
3 people committed Aug 19, 2020
1 parent aebce43 commit b7e039c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/git_pair/cli.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ defmodule GitPair.CLI do

@help [
add: "Add [username] as co-author for next commits",
rm: "Remove [username] as co-author for next commits"
help: "Display this message 🤡",
init: "Initialize pairing session",
rm: "Remove [username] as co-author for next commits",
stop: "Stop pairing with everyone",
status: "Display pairs list"
]

def main(argv) do
Expand Down

0 comments on commit b7e039c

Please sign in to comment.