Skip to content

Commit

Permalink
add a doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
weynsee committed May 19, 2015
1 parent e3bc223 commit 6228d2e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cli/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
Package cli allows the user to create a PhraseApp cli app.
The cli app has 4 commands:
init Initializes a phrase project
pull Download the translation files in the current project
push Upload the translation files in the current project to PhraseApp
tags List all the tags in the current project
The cli implements all the commands and subcommands implemented by the
official PhraseApp command-line client.
*/
package cli

0 comments on commit 6228d2e

Please sign in to comment.