Skip to content

Commit 2f12115

Browse files
authored
Merge pull request #36 from inducer/master
2 parents b9d9122 + d8ff5b5 commit 2f12115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/codimd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function main() {
390390
delete_note "${1:-}"
391391
;;
392392
login)
393-
user_login "${1:-}"
393+
user_login "${1:-}" "${2:-}" "${3:-}"
394394
;;
395395
logout)
396396
user_logout

0 commit comments

Comments
 (0)