elixirsc / git-pair

Automatically adds `Co-authored-by` mark when you're pairing
https://hex.pm/packages/git_pair
MIT License
8 stars 0 forks source link

✨ Introduce parse, execute, and add command #18

Closed amadeu01 closed 4 years ago

amadeu01 commented 4 years ago

We introduce git pair add command.

Introduced features

In the next PRs

Extra info

When adding new commands you must add them in the CLI module attributes

 @switches [
    add: :string,
    something_new: :type_of_the_something, # adding a new command support
    help: :boolean,
    h: :boolean
  ]

  @aliases [
    a: :add,
    h: :help
  ]
sourcelevel-bot[bot] commented 4 years ago

SourceLevel has finished reviewing this Pull Request and has found:

See more details about this review.