This commit is contained in:
Adam Ierymenko 2019-09-24 16:44:29 -07:00
parent e3d47e588a
commit e5bd230fb0
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
15 changed files with 197 additions and 42 deletions

View file

@ -14,5 +14,5 @@
package cli
// Join CLI command
func Join(args []string) {
func Join(basePath, authToken string, args []string) {
}