mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 07:30:24 +00:00
🐛 Fix fullname handling on manage cli command.
This commit is contained in:
parent
cef0353642
commit
8fb5dbb980
@ -108,7 +108,8 @@
|
|||||||
;; An option with a required argument
|
;; An option with a required argument
|
||||||
[["-u" "--email EMAIL" "Email Address"]
|
[["-u" "--email EMAIL" "Email Address"]
|
||||||
["-p" "--password PASSWORD" "Password"]
|
["-p" "--password PASSWORD" "Password"]
|
||||||
["-n" "--name FULLNAME" "Full Name"]
|
["-n" "--name FULLNAME" "Full Name"
|
||||||
|
:id :fullname]
|
||||||
["-v" nil "Verbosity level"
|
["-v" nil "Verbosity level"
|
||||||
:id :verbosity
|
:id :verbosity
|
||||||
:default 1
|
:default 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user