This commit is contained in:
Adam Ierymenko 2019-09-24 16:44:29 -07:00
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
// AddRoot CLI command
func AddRoot(args []string) {
func AddRoot(basePath, authToken string, args []string) {
}